Searched refs:do_flush (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dgzio.c77 local int do_flush OF((gzFile file, int flush));
705 local int do_flush (file, flush) function
751 int err = do_flush (file, flush);
964 if (do_flush (file, Z_FINISH) != Z_OK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dgzio.c77 local int do_flush OF((gzFile file, int flush));
705 local int do_flush (file, flush) function
751 int err = do_flush (file, flush);
964 if (do_flush (file, Z_FINISH) != Z_OK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1023 static smallint do_flush; variable
1845 if (do_flush)
1940 do_flush |= (c == 'f');
1951 do_flush |= do_timings |= (c == 't');
1952 do_flush |= do_ctimings |= (c == 'T');
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c886 int do_flush, first, ret; local
969 do_flush = F_ISSET(commit, DB_COMMIT_FLUSH);
973 if (do_flush) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dwrite.c689 int do_flush, status; local
702 do_flush = req->wb_page != page || req->wb_context != ctx
705 if (!do_flush)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbhw.c1414 static void do_flush(struct intelfb_info *dinfo);
1460 do_flush(dinfo);
1478 do_flush(struct intelfb_info *dinfo) { function
1500 do_flush(dinfo);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c629 static void do_flush(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function
1084 [FUSE_FLUSH] = { do_flush, "FLUSH" },

Completed in 145 milliseconds