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
52 errcode_t ext2fs_sync_device(int fd, int flushb)
63 if (flushb) {
Android.mk 27 flushb.c \
ext2fs.h 752 /* flushb.c */
753 extern errcode_t ext2fs_sync_device(int fd, int flushb);
    [all...]
  /external/iproute2/ip/
ipneigh.c 39 char *flushb; member in struct:__anon4294
86 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
204 if (filter.flushb && n->nlmsg_type != RTM_NEWNEIGH)
234 if (filter.flushb) {
240 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
245 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
383 char flushb[4096-512]; local
385 filter.flushb = flushb;
387 filter.flushe = sizeof(flushb);
    [all...]
ipaddress.c 50 char *flushb; member in struct:__anon4289
340 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
377 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
417 if (filter.flushb) {
423 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
428 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
437 if (filter.oneline || filter.flushb)
717 char flushb[4096-512]; local
719 filter.flushb = flushb;
    [all...]
iproute.c 90 char *flushb; member in struct:__anon4298
110 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
140 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
276 if (filter.flushb &&
284 if (filter.flushb) {
290 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
295 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1203 char flushb[4096-512]; local
    [all...]
  /external/e2fsprogs/e2fsck/
Makefile.in 143 flushb: flushb.o
145 @$(LD) $(ALL_LDFLAGS) -o flushb flushb.o $(CHECKLIB)
230 e2fsck.shared e2fsck.profiled flushb e2fsck.8

Completed in 1895 milliseconds