Searched refs:flushb (Results 1 – 25 of 29) sorted by relevance
12
/external/iproute2/ip/ |
D | ipneigh.c | 39 char *flushb; member 87 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update() 215 if (filter.flushb && n->nlmsg_type != RTM_NEWNEIGH) in print_neigh() 254 if (filter.flushb) { in print_neigh() 260 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_neigh() 265 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; in print_neigh() 430 char flushb[4096-512]; in do_show_or_flush() local 432 filter.flushb = flushb; in do_show_or_flush() 434 filter.flushe = sizeof(flushb); in do_show_or_flush()
|
D | tcp_metrics.c | 73 char *flushb; member 83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) { in flush_update() 169 if (f.flushb) { in process_msg() 183 fn = (struct nlmsghdr *) (f.flushb + NLMSG_ALIGN(f.flushp)); in process_msg() 186 f.flushp = (((char *) fn) + req2.n.nlmsg_len) - f.flushb; in process_msg() 431 char flushb[4096-512]; in tcpm_do_cmd() local 433 f.flushb = flushb; in tcpm_do_cmd() 435 f.flushe = sizeof(flushb); in tcpm_do_cmd()
|
D | iproute.c | 111 char *flushb; member 132 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update() 284 if (filter.flushb && in filter_nlmsg() 325 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE) in print_route() 341 if (filter.flushb) { in print_route() 347 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_route() 352 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; in print_route() 1502 char flushb[4096-512]; in iproute_list_flush_or_save() local 1515 filter.flushb = flushb; in iproute_list_flush_or_save() 1517 filter.flushe = sizeof(flushb); in iproute_list_flush_or_save()
|
D | ipaddress.c | 57 char *flushb; member 915 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) && in flush_update() 962 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR) in print_addrinfo() 1005 if (filter.flushb) { in print_addrinfo() 1011 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_addrinfo() 1016 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb; in print_addrinfo() 1026 if (filter.oneline || filter.flushb) in print_addrinfo() 1404 char flushb[4096-512]; in ipaddr_flush() local 1406 filter.flushb = flushb; in ipaddr_flush() 1408 filter.flushe = sizeof(flushb); in ipaddr_flush()
|
/external/e2fsprogs/lib/ext2fs/ |
D | flushb.c | 53 errcode_t ext2fs_sync_device(int fd, int flushb) in ext2fs_sync_device() argument 66 if (flushb) { in ext2fs_sync_device()
|
D | Android.bp | 41 "flushb.c",
|
D | Makefile.in | 88 flushb.o \ 167 $(srcdir)/flushb.c \ 815 flushb.o: $(srcdir)/flushb.c $(top_builddir)/lib/config.h \
|
D | ext2fs.h | 1309 extern errcode_t ext2fs_sync_device(int fd, int flushb);
|
/external/e2fsprogs/po/ |
D | POTFILES.in | 10 e2fsck/flushb.c
|
D | e2fsprogs.pot | 184 #: e2fsck/flushb.c:35 189 #: e2fsck/flushb.c:64
|
D | sr.po | 187 #: e2fsck/flushb.c:35 192 #: e2fsck/flushb.c:64
|
D | uk.po | 189 #: e2fsck/flushb.c:35 194 #: e2fsck/flushb.c:64
|
D | zh_CN.po | 184 #: e2fsck/flushb.c:35 189 #: e2fsck/flushb.c:64
|
D | it.po | 188 #: e2fsck/flushb.c:35 193 #: e2fsck/flushb.c:64
|
D | da.po | 185 #: e2fsck/flushb.c:35 190 #: e2fsck/flushb.c:64
|
D | eo.po | 188 #: e2fsck/flushb.c:35 193 #: e2fsck/flushb.c:64
|
D | id.po | 187 #: e2fsck/flushb.c:35 192 #: e2fsck/flushb.c:64
|
D | sv.po | 184 #: e2fsck/flushb.c:35 189 #: e2fsck/flushb.c:64
|
D | de.po | 188 #: e2fsck/flushb.c:35 193 #: e2fsck/flushb.c:64
|
D | nl.po | 195 #: e2fsck/flushb.c:35 200 #: e2fsck/flushb.c:64
|
D | tr.po | 185 #: e2fsck/flushb.c:35 190 #: e2fsck/flushb.c:64
|
D | pl.po | 185 #: e2fsck/flushb.c:35 190 #: e2fsck/flushb.c:64
|
D | cs.po | 185 #: e2fsck/flushb.c:35 190 #: e2fsck/flushb.c:64
|
/external/e2fsprogs/e2fsck/ |
D | Makefile.in | 162 flushb: flushb.o 164 $(Q) $(LD) $(ALL_LDFLAGS) -o flushb flushb.o $(CHECKLIB) 251 e2fsck.shared e2fsck.profiled flushb e2fsck.8 \
|
/external/e2fsprogs/debian/ |
D | changelog | 3409 * Drop flushb and extend at upstream request (Closes: #39506). 3440 * Fixed NLS support for flushb and extend. 3584 * Ship flushb(8) and extend(8) were missing in all 1.12 packages 3754 * Corrected link from flushb.8 to undocumented (Closes:Bug#15335,Bug#15660,Bug#15675). 3829 * Added flushb.8 link to undocumented.7 (bug #8644).
|
12