HomeSort by relevance Sort by last modified time
    Searched refs:flushb (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/lib/ext2fs/
flushb.c 2 * flushb.c --- Hides system-dependent information for both syncing a
53 errcode_t ext2fs_sync_device(int fd, int flushb)
66 if (flushb) {
ext2fs.h     [all...]
  /external/iproute2/ip/
ipneigh.c 39 char *flushb; member in struct:__anon20575
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...]
tcp_metrics.c 73 char *flushb; member in struct:__anon20598
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);
ipaddress.c 57 char *flushb; member in struct:__anon20568
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
    [all...]
iproute.c 111 char *flushb; member in struct:__anon20585
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;
1502 char flushb[4096-512]; local
    [all...]
  /external/e2fsprogs/e2fsck/
Makefile.in 162 flushb: flushb.o
164 $(Q) $(LD) $(ALL_LDFLAGS) -o flushb flushb.o $(CHECKLIB)
251 e2fsck.shared e2fsck.profiled flushb e2fsck.8 \

Completed in 192 milliseconds