Home
last modified time | relevance | path

Searched refs:F_UNLCK (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/ufs/ufs/
H A Dufs_lockf.c120 lock->lf_type = F_UNLCK;
296 if (unlock->lf_type != F_UNLCK)
378 fl->l_type = F_UNLCK;
611 lock->lf_type == F_UNLCK ? "unlock" :
638 lf->lf_type == F_UNLCK ? "unlock" :
651 blk->lf_type == F_UNLCK ? "unlock" :
H A Dufs_vnops.c1867 fl->l_type = F_UNLCK;
1917 case F_UNLCK:
/original-bsd/sys/ufs/ffs/
H A Dufs_lockf.c117 lock->lf_type = F_UNLCK;
297 if (unlock->lf_type != F_UNLCK)
379 fl->l_type = F_UNLCK;
645 lock->lf_type == F_UNLCK ? "unlock" :
673 lf->lf_type == F_UNLCK ? "unlock" :
H A Dufs_vnops.c1961 fl->l_type = F_UNLCK;
2011 case F_UNLCK:
/original-bsd/sys/kern/
H A Dkern_descrip.c253 case F_UNLCK:
254 return (VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &fl,
725 lf.l_type = F_UNLCK;
727 (void) VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &lf, F_POSIX);
737 lf.l_type = F_UNLCK;
739 (void) VOP_ADVLOCK(vp, (caddr_t)fp, F_UNLCK, &lf, F_FLOCK);
782 lf.l_type = F_UNLCK;
784 return (VOP_ADVLOCK(vp, (caddr_t)fp, F_UNLCK, &lf, F_FLOCK));
/original-bsd/sys/sys/
H A Dfcntl.h121 #define F_UNLCK 2 /* unlock */ macro
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c432 case F_UNLCK:
433 return (VOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &fl,
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.c2686 lfd.l_type = F_UNLCK;