Searched defs:flushb (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dflushb.c2 * flushb.c --- Hides system-dependent information for both syncing a
52 errcode_t ext2fs_sync_device(int fd, int flushb) argument
63 if (flushb) {
/external/iproute2/ip/
H A Dipneigh.c39 char *flushb; member in struct:__anon19672
86 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
204 if (filter.flushb && n->nlmsg_type != RTM_NEWNEIGH)
235 if (filter.flushb) {
241 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
246 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
388 char flushb[4096-512]; local
390 filter.flushb = flushb;
392 filter.flushe = sizeof(flushb);
[all...]
H A Dipaddress.c50 char *flushb; member in struct:__anon19659
486 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
525 if (filter.flushb && n->nlmsg_type != RTM_NEWADDR)
565 if (filter.flushb) {
571 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
576 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
585 if (filter.oneline || filter.flushb)
878 char flushb[4096-512]; local
880 filter.flushb = flushb;
[all...]
H A Diproute.c98 char *flushb; member in struct:__anon19676
119 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
255 if (filter.flushb &&
297 if (filter.flushb && n->nlmsg_type != RTM_NEWROUTE)
313 if (filter.flushb) {
319 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
324 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
1269 char flushb[4096-512]; local
1282 filter.flushb = flushb;
[all...]

Completed in 6776 milliseconds