Home
last modified time | relevance | path

Searched refs:F_GETLKPID (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c41 case F_GETLKPID: in fcntl()
/xnu-11215.1.10/bsd/sys/
H A Dfcntl.h328 #define F_GETLKPID 66 /* See man fcntl(2) F_GETLK macro
/xnu-11215.1.10/tests/
H A Dlockf_basic.c57 return fcntl(fd, (pid == -1) ? F_GETLK : F_GETLKPID, fl); in posix_get()
/xnu-11215.1.10/bsd/kern/
H A Dkern_lockf.c364 case F_GETLKPID: in lf_advlock()
H A Dkern_descrip.c3159 case F_GETLKPID: in sys_fcntl_nocancel()
3225 F_GETLKPID, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel()