Searched refs:F_GETFD (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | fcntl.h | 93 #define F_GETFD 1 ///< get file descriptor flags macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | fcntlmodule.c | 460 #ifdef F_GETFD in all_ins() 461 if (ins(d, "F_GETFD", (long)F_GETFD)) return -1; in all_ins()
|
D | posixmodule.c | 4541 stdio[i].flags = fcntl(i, F_GETFD, 0); in _PyPopen() 4585 i = fcntl(p_fd[0].wr, F_GETFD, 0); in _PyPopen() 4604 i = fcntl(p_fd[1].rd, F_GETFD, 0); in _PyPopen() 4627 i = fcntl(p_fd[2].rd, F_GETFD, 0); in _PyPopen()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | posixfile.py | 147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
|
D | SimpleXMLRPCServer.py | 596 flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
|
D | tempfile.py | 49 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | random.c | 255 attr = fcntl(fd, F_GETFD); in dev_urandom_python()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | SysCalls.c | 400 case F_GETFD: in fcntl()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 2951 stdio[i].flags = fcntl(i, F_GETFD, 0); in _PyPopen() 2995 i = fcntl(p_fd[0].wr, F_GETFD, 0); in _PyPopen() 3014 i = fcntl(p_fd[1].rd, F_GETFD, 0); in _PyPopen() 3037 i = fcntl(p_fd[2].rd, F_GETFD, 0); in _PyPopen()
|