Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfcntl.h93 #define F_GETFD 1 ///< get file descriptor flags macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfcntlmodule.c460 #ifdef F_GETFD in all_ins()
461 if (ins(d, "F_GETFD", (long)F_GETFD)) return -1; in all_ins()
Dposixmodule.c4541 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/
Dposixfile.py147 if fcntl.fcntl(file.fileno(), fcntl.F_GETFD, 0) & 1:
DSimpleXMLRPCServer.py596 flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
Dtempfile.py49 flags = _fcntl.fcntl(fd, _fcntl.F_GETFD, 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Drandom.c255 attr = fcntl(fd, F_GETFD); in dev_urandom_python()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c400 case F_GETFD: in fcntl()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c2951 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()