Home
last modified time | relevance | path

Searched refs:puffsdebug (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/puffs/
H A Dpuffs_sys.h65 extern int puffsdebug; /* puffs_subr.c */
67 if (puffsdebug > 0) printf x; \
70 if (puffsdebug > 1) printf x; \
H A Dpuffs_subr.c45 int puffsdebug; variable
H A Dpuffs_msgif.c428 parkqdump(&pmp->pmp_msg_touser, puffsdebug > 1); in puffs_msg_enqueue()
429 parkqdump(&pmp->pmp_msg_replywait, puffsdebug > 1); in puffs_msg_enqueue()