Home
last modified time | relevance | path

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

/netbsd/lib/libpuffs/
H A Dflush.c59 doflush(struct puffs_usermount *pu, puffs_cookie_t cookie, int op, in doflush() function
97 return doflush(pu, cookie, PUFFS_INVAL_NAMECACHE_DIR, 0, 0); in puffs_inval_namecache_dir()
104 return doflush(pu, NULL, PUFFS_INVAL_NAMECACHE_ALL, 0, 0); in puffs_inval_namecache_all()
111 return doflush(pu, cookie, PUFFS_INVAL_PAGECACHE_NODE_RANGE, 0, 0); in puffs_inval_pagecache_node()
119 return doflush(pu, cookie, PUFFS_INVAL_PAGECACHE_NODE_RANGE, start,end); in puffs_inval_pagecache_node_range()
126 return doflush(pu, cookie, PUFFS_FLUSH_PAGECACHE_NODE_RANGE, 0, 0); in puffs_flush_pagecache_node()
134 return doflush(pu, cookie, PUFFS_FLUSH_PAGECACHE_NODE_RANGE, start,end); in puffs_flush_pagecache_node_range()
/netbsd/external/bsd/nvi/dist/ex/
H A Dex_print.c311 int doflush, n; in ex_puts() local
316 for (doflush = n = 0; *str != '\0'; ++n) { in ex_puts()
320 doflush = 1; in ex_puts()
322 if (doflush) in ex_puts()
/netbsd/usr.bin/telnet/
H A Dtelnet.c152 static void doflush(void);
2203 doflush(void) in doflush() function
2220 doflush(); in xmitAO()
2286 doflush(); in intp()
2300 doflush(); in sendbrk()
2314 doflush(); in sendabort()
2328 doflush(); in sendsusp()
/netbsd/sbin/route/
H A Droute.c130 int forcehost, forcenet, doflush, af; variable
171 doflush = 1; in main()
223 if (doflush) in main()
237 if (doflush) in main()
/netbsd/sys/kern/
H A Dvfs_wapbl.c1195 int doflush; in wapbl_begin() local
1207 doflush = ((wl->wl_bufbytes + (lockcount * MAXPHYS)) > in wapbl_begin()
1215 if (doflush) { in wapbl_begin()
1226 if (doflush) { in wapbl_begin()
/netbsd/sys/arch/sparc/sparc/
H A Dpmap.c2133 int cnum, i = 0, doflush; in ctx_alloc() local
2159 doflush = 0; in ctx_alloc()
2179 doflush = (CACHEINFO.c_vactype != VAC_NONE); in ctx_alloc()
2215 if (doflush) in ctx_alloc()
2276 if (doflush) { in ctx_alloc()