Searched refs:flushb (Results 1 - 8 of 8) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
H A D | flushb.c | 2 * flushb.c --- Hides system-dependent information for both syncing a 52 errcode_t ext2fs_sync_device(int fd, int flushb) argument 63 if (flushb) {
|
H A D | Android.mk | 33 flushb.c \
|
H A D | ext2fs.h | 1137 /* flushb.c */ 1138 extern errcode_t ext2fs_sync_device(int fd, int flushb);
|
/external/iproute2/ip/ |
H A D | ipneigh.c | 39 char *flushb; member in struct:__anon7425 87 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { 215 if (filter.flushb && n->nlmsg_type != RTM_NEWNEIGH) 254 if (filter.flushb) { 260 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); 265 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; 430 char flushb[4096-512]; local 432 filter.flushb = flushb; 434 filter.flushe = sizeof(flushb); [all...] |
H A D | tcp_metrics.c | 73 char *flushb; member in struct:__anon7448 83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) { 169 if (f.flushb) { 183 fn = (struct nlmsghdr *) (f.flushb + NLMSG_ALIGN(f.flushp)); 186 f.flushp = (((char *) fn) + req2.n.nlmsg_len) - f.flushb; 431 char flushb[4096-512]; local 433 f.flushb = flushb; 435 f.flushe = sizeof(flushb);
|
H A D | ipaddress.c | 57 char *flushb; member in struct:__anon7418 915 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) && 962 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR) 1005 if (filter.flushb) { 1011 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); 1016 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; 1026 if (filter.oneline || filter.flushb) 1404 char flushb[4096-512]; local 1406 filter.flushb = flushb; [all...] |
H A D | iproute.c | 111 char *flushb; member in struct:__anon7435 132 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { 284 if (filter.flushb && 325 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE) 341 if (filter.flushb) { 347 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); 352 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; 1501 char flushb[4096-512]; local 1514 filter.flushb = flushb; [all...] |
/external/e2fsprogs/e2fsck/ |
H A D | Makefile.in | 187 flushb: flushb.o 189 $(Q) $(LD) $(ALL_LDFLAGS) -o flushb flushb.o $(CHECKLIB) 276 e2fsck.shared e2fsck.profiled flushb e2fsck.8 \
|
Completed in 63 milliseconds