Home
last modified time | relevance | path

Searched refs:F_WAIT (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/sys/
Dfcntl.h162 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
/mirbsd/src/sys/kern/
Dkern_descrip.c420 flg |= F_WAIT;
1180 error = VOP_ADVLOCK(vp, (caddr_t)fp, F_SETLK, &lf, F_FLOCK|F_WAIT);
Dvfs_lockf.c257 if ((lock->lf_flags & F_WAIT) == 0) {
Dvfs_syscalls.c967 type |= F_WAIT;
1155 type |= F_WAIT;