Home
last modified time | relevance | path

Searched refs:flushb (Results 1 – 25 of 32) sorted by relevance

12

/external/iproute2/ip/
Dipneigh.c39 char *flushb; member
89 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()
261 fn = (struct nlmsghdr *)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_neigh()
266 filter.flushp = (((char *)fn) + n->nlmsg_len) - filter.flushb; in print_neigh()
443 char flushb[4096-512]; in do_show_or_flush() local
445 filter.flushb = flushb; in do_show_or_flush()
447 filter.flushe = sizeof(flushb); in do_show_or_flush()
Dtcp_metrics.c73 char *flushb; member
83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) { in flush_update()
165 if (f.flushb) { in process_msg()
180 fn = (struct nlmsghdr *) (f.flushb + NLMSG_ALIGN(f.flushp)); in process_msg()
183 f.flushp = (((char *) fn) + req2.n.nlmsg_len) - f.flushb; in process_msg()
421 char flushb[4096-512]; in tcpm_do_cmd() local
423 f.flushb = flushb; in tcpm_do_cmd()
425 f.flushe = sizeof(flushb); in tcpm_do_cmd()
Diproute.c117 char *flushb; member
138 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) { in flush_update()
290 if (filter.flushb && in filter_nlmsg()
332 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE) in print_route()
348 if (filter.flushb) { in print_route()
355 fn = (struct nlmsghdr *)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_route()
360 filter.flushp = (((char *)fn) + n->nlmsg_len) - filter.flushb; in print_route()
1594 char flushb[4096-512]; in iproute_list_flush_or_save() local
1607 filter.flushb = flushb; in iproute_list_flush_or_save()
1609 filter.flushe = sizeof(flushb); in iproute_list_flush_or_save()
Dipaddress.c1354 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) && in flush_update()
1496 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR) in print_addrinfo()
1539 if (filter.flushb) { in print_addrinfo()
1546 fn = (struct nlmsghdr *)(filter.flushb + NLMSG_ALIGN(filter.flushp)); in print_addrinfo()
1551 filter.flushp = (((char *)fn) + n->nlmsg_len) - filter.flushb; in print_addrinfo()
1561 if (filter.oneline || filter.flushb) { in print_addrinfo()
1939 char flushb[4096-512]; in ipaddr_flush() local
1941 filter.flushb = flushb; in ipaddr_flush()
1943 filter.flushe = sizeof(flushb); in ipaddr_flush()
Dip_common.h19 char *flushb; member
/external/e2fsprogs/lib/ext2fs/
Dflushb.c53 errcode_t ext2fs_sync_device(int fd, int flushb) in ext2fs_sync_device() argument
66 if (flushb) { in ext2fs_sync_device()
DAndroid.bp43 "flushb.c",
DMakefile.in88 flushb.o \
167 $(srcdir)/flushb.c \
825 flushb.o: $(srcdir)/flushb.c $(top_builddir)/lib/config.h \
Dext2fs.h1338 extern errcode_t ext2fs_sync_device(int fd, int flushb);
/external/e2fsprogs/po/
DPOTFILES.in10 e2fsck/flushb.c
De2fsprogs.pot190 #: e2fsck/flushb.c:35
195 #: e2fsck/flushb.c:64
Dfi.po191 #: e2fsck/flushb.c:35
196 #: e2fsck/flushb.c:64
Dzh_CN.po192 #: e2fsck/flushb.c:35
197 #: e2fsck/flushb.c:64
Dsr.po192 #: e2fsck/flushb.c:35
197 #: e2fsck/flushb.c:64
Duk.po195 #: e2fsck/flushb.c:35
200 #: e2fsck/flushb.c:64
Dms.po198 #: e2fsck/flushb.c:35
203 #: e2fsck/flushb.c:64
Deo.po195 #: e2fsck/flushb.c:35
200 #: e2fsck/flushb.c:64
Dit.po195 #: e2fsck/flushb.c:35
200 #: e2fsck/flushb.c:64
Did.po194 #: e2fsck/flushb.c:35
199 #: e2fsck/flushb.c:64
Dda.po191 #: e2fsck/flushb.c:35
196 #: e2fsck/flushb.c:64
Dsv.po191 #: e2fsck/flushb.c:35
196 #: e2fsck/flushb.c:64
Dnl.po210 #: e2fsck/flushb.c:35
215 #: e2fsck/flushb.c:64
Dtr.po192 #: e2fsck/flushb.c:35
197 #: e2fsck/flushb.c:64
/external/e2fsprogs/e2fsck/
DMakefile.in162 flushb: flushb.o
164 $(Q) $(LD) $(ALL_LDFLAGS) -o flushb flushb.o $(CHECKLIB)
249 e2fsck.shared e2fsck.profiled flushb e2fsck.8 \
/external/e2fsprogs/debian/
Dchangelog3780 * Drop flushb and extend at upstream request (Closes: #39506).
3811 * Fixed NLS support for flushb and extend.
3955 * Ship flushb(8) and extend(8) were missing in all 1.12 packages
4125 * Corrected link from flushb.8 to undocumented (Closes:Bug#15335,Bug#15660,Bug#15675).
4200 * Added flushb.8 link to undocumented.7 (bug #8644).

12