Searched refs:doflush (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dflush.c59 doflush(struct puffs_usermount *pu, puffs_cookie_t cookie, int op, function
97 return doflush(pu, cookie, PUFFS_INVAL_NAMECACHE_DIR, 0, 0);
104 return doflush(pu, NULL, PUFFS_INVAL_NAMECACHE_ALL, 0, 0);
111 return doflush(pu, cookie, PUFFS_INVAL_PAGECACHE_NODE_RANGE, 0, 0);
119 return doflush(pu, cookie, PUFFS_INVAL_PAGECACHE_NODE_RANGE, start,end);
126 return doflush(pu, cookie, PUFFS_FLUSH_PAGECACHE_NODE_RANGE, 0, 0);
134 return doflush(pu, cookie, PUFFS_FLUSH_PAGECACHE_NODE_RANGE, start,end);
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_print.c311 int doflush, n; local
316 for (doflush = n = 0; *str != '\0'; ++n) {
320 doflush = 1;
322 if (doflush)
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dtelnet.c162 static void doflush(void);
2459 doflush(void)
2476 doflush();
2542 doflush();
2556 doflush();
2570 doflush();
2584 doflush();
2450 doflush(void) function
/netbsd-6-1-5-RELEASE/sbin/route/
H A Droute.c134 int forcehost, forcenet, doflush, nflag, af, qflag, tflag, Sflag; variable
174 doflush = 1;
214 if (doflush)
228 if (doflush)
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_wapbl.c926 int doflush; local
938 doflush = ((wl->wl_bufbytes + (lockcount * MAXPHYS)) >
946 if (doflush) {
957 if (doflush) {
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpmap.c2097 int cnum, i = 0, doflush; local
2121 doflush = 0;
2140 doflush = (CACHEINFO.c_vactype != VAC_NONE);
2176 if (doflush)
2237 if (doflush) {

Completed in 200 milliseconds