Home
last modified time | relevance | path

Searched refs:F_GETLK (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c40 case F_GETLK: in fcntl()
/xnu-12377.61.12/bsd/security/audit/
H A Daudit_bsm_fcntl.c73 { BSM_F_GETLK, F_GETLK },
/xnu-12377.61.12/bsd/sys/
H A Dfcntl.h286 #define F_GETLK 7 /* get record locking information */ 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.c359 case F_GETLK: in lf_advlock()
H A Dkern_descrip.c3177 case F_GETLK: in sys_fcntl_nocancel()
3241 F_GETLK, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel()