Home
last modified time | relevance | path

Searched refs:F_GETLEASE (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/tests/
H A Dfile_leases.c127 err = fcntl(fd, F_GETLEASE);
668 err = fcntl(fd, F_GETLEASE);
676 err = fcntl(fd, F_GETLEASE);
684 err = fcntl(fd, F_GETLEASE);
773 err = fcntl(fd, F_GETLEASE);
808 err = fcntl(fd, F_GETLEASE);
835 err = fcntl(fd, F_GETLEASE);
847 err = fcntl(dup_fd, F_GETLEASE);
855 err = fcntl(dup_fd, F_GETLEASE);
866 err = fcntl(fd, F_GETLEASE);
[all …]
/xnu-12377.81.4/bsd/sys/
H A Dfcntl.h378 #define F_GETLEASE 107 /* Retrieve lease information */ macro
/xnu-12377.81.4/bsd/kern/
H A Dkern_descrip.c5148 case F_GETLEASE: { in sys_fcntl_nocancel()