Searched refs:doflush (Results 1 – 6 of 6) sorted by relevance
/netbsd/lib/libpuffs/ |
H A D | flush.c | 59 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 D | ex_print.c | 311 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 D | telnet.c | 152 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 D | route.c | 130 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 D | vfs_wapbl.c | 1195 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 D | pmap.c | 2133 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()
|