Searched refs:F_POSIX (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/sys/kern/ |
| D | vfs_lockf.c | 271 if ((lock->lf_flags & F_POSIX) && 272 (block->lf_flags & F_POSIX)) { 285 if ((waitblock->lf_flags & F_POSIX) == 0) 556 if (block->lf_flags & F_POSIX) 765 if (lock->lf_flags & F_POSIX) 793 if (lf->lf_flags & F_POSIX)
|
| D | kern_descrip.c | 320 int i, tmp, newmin, flg = F_POSIX; 464 F_POSIX)); 498 error = VOP_ADVLOCK(vp, (caddr_t)p, F_GETLK, &fl, F_POSIX); 1074 (void) VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &lf, F_POSIX); in closef()
|
| /mirbsd/src/sys/sys/ |
| D | fcntl.h | 164 #define F_POSIX 0x040 /* Use POSIX semantics for lock */ macro
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Fcntl/ |
| D | Makefile.PL | 18 F_GETOWN F_GETSIG F_NODNY F_NOTIFY F_POSIX F_RDACC
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5005delta.pod | 628 locking behaviour flags F_FLOCK, F_POSIX, Linux F_SHLCK, and
|
| D | perl56delta.pod | 945 flags F_FLOCK, F_POSIX, Linux F_SHLCK, and O_ACCMODE: the combined
|
| D | perl561delta.pod | 1543 flags F_FLOCK, F_POSIX, Linux F_SHLCK, and O_ACCMODE: the combined
|