Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h654 #define LOCK_UN 0x08 /* unlock file */ macro
/xnu-8792.61.2/tests/
H A Dkqueue_file_tests.c448 if ((res = flock(tmpfd, LOCK_UN)) == -1) { in execute_action()
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c5688 if (how & LOCK_UN) { in sys_flock()