Home
last modified time | relevance | path

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

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