| /src/lib/libpuffs/ | 
| flush.c | 59 doflush(struct puffs_usermount *pu, puffs_cookie_t cookie, int op,  function in typeref:typename:int 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);
 
 | 
| /src/sbin/route/ | 
| route.c | 130 int	forcehost, forcenet, doflush, af;  variable in typeref:typename:int 171 			doflush = 1;
 223 		if (doflush)
 237 		if (doflush)
 
 | 
| /src/usr.bin/telnet/ | 
| telnet.c | 152 static void doflush(void); 2211 doflush(void)
 2228 	doflush();
 2294 	doflush();
 2308 	doflush();
 2322 	doflush();
 2336 	doflush();
 2203 doflush(void)  function in typeref:typename:void
 
 | 
| /src/sys/kern/ | 
| vfs_wapbl.c | 1206 	int doflush;  local in function:wapbl_begin 1218 	doflush = ((wl->wl_bufbytes + (lockcount * MAXPHYS)) >
 1226 	if (doflush) {
 1237 	if (doflush) {
 
 | 
| /src/sys/arch/sparc/sparc/ | 
| pmap.c | 2133 	int cnum, i = 0, doflush;  local in function:ctx_alloc 2159 		doflush = 0;
 2179 		doflush = (CACHEINFO.c_vactype != VAC_NONE);
 2215 		if (doflush)
 2276 		if (doflush) {
 
 |