Searched defs:F_GETFD (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfcntl.h91 #define F_GETFD 1 ///< get file descriptor flags macro
104 /** file descriptor flags (F_GETFD, F_SETFD). **/
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py233 from fcntl import FD_CLOEXEC, F_GETFD, F_SETFD, fcntl; # pylint: disable=F0401 namespace
239 fcntl(oFile, F_SETFD, fcntl(oFile, F_GETFD) | FD_CLOEXEC);

Completed in 98 milliseconds