Home
last modified time | relevance | path

Searched defs:slpflags (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netproto/smb/
H A Dsmb_subr.c429 smb_sleep(void *chan, struct smb_slock *sl, int slpflags, const char *wmesg, int timo) in smb_sleep()
/dragonfly/sys/kern/
H A Dvfs_bio.c1892 int slpflags = (blkflags & GETBLK_PCATCH) ? PCATCH : 0; in getnewbuf() local
2732 int slpflags = (blkflags & GETBLK_PCATCH) ? PCATCH : 0; in getblk() local
H A Dtty.c2794 ttysleep(struct tty *tp, void *chan, int slpflags, char *wmesg, int timo) in ttysleep()