Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfcntlmodule.c274 l.l_type = F_UNLCK; in fcntl_flock()
332 l.l_type = F_UNLCK; in fcntl_lockf()
499 #ifdef F_UNLCK in all_ins()
500 if (ins(d, "F_UNLCK", (long)F_UNLCK)) return -1; in all_ins()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfcntl.h111 #define F_UNLCK 2 ///< unlock macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixfile.py158 elif 'u' in how: l_type = fcntl.F_UNLCK
214 if l_type != fcntl.F_UNLCK: