Searched refs:F_SETFL (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbproc.c110 fcntl(0, F_SETFL, flags & ~O_NONBLOCK);
121 fcntl(1, F_SETFL, flags & ~O_NONBLOCK);
132 fcntl(2, F_SETFL, flags & ~O_NONBLOCK);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfcntl.h94 #define F_SETFL 4 ///< set file status flags macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c296 fcntl(fd_map[0], F_SETFL, flags & ~O_NONBLOCK);
302 fcntl(fd_map[1], F_SETFL, flags & ~O_NONBLOCK);
308 fcntl(fd_map[2], F_SETFL, flags & ~O_NONBLOCK);
357 fcntl(0, F_SETFL, flags & ~O_NONBLOCK);
368 fcntl(1, F_SETFL, flags & ~O_NONBLOCK);
379 fcntl(2, F_SETFL, flags & ~O_NONBLOCK);
976 fcntl(pr_wp.pipefd[0], F_SETFL, flags | _PR_NBIO_FLAG);
978 fcntl(pr_wp.pipefd[1], F_SETFL, flags | _PR_NBIO_FLAG);
H A Dunix.c2024 fcntl(_pr_md_pipefd[0], F_SETFL, flags | O_NONBLOCK);
2026 fcntl(_pr_md_pipefd[1], F_SETFL, flags | O_NONBLOCK);
2209 fcntl(osfd, F_SETFL, flags | FNDELAY);
2211 fcntl(osfd, F_SETFL, flags | O_NONBLOCK);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dparallel.c101 if (fcntl(parallel_fd, F_SETFL, O_NONBLOCK) == -1)
H A Ddisk.c504 if (fcntl(handle, F_SETFL, O_NONBLOCK) == -1)
H A Dserial.c613 if (fcntl(*handle, F_SETFL, O_NONBLOCK) == -1)
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h326 #ifndef F_SETFL
327 #define F_SETFL 4 macro
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/linux/
H A Dtap.c85 ret = linux_fcntl(nic->fd, F_SETFL, O_NONBLOCK);
/vbox/src/VBox/Runtime/r3/posix/
H A Dpipe-posix.cpp351 || fcntl(pThis->fd, F_SETFL, fFlags & ~O_NONBLOCK) != -1)
413 || fcntl(pThis->fd, F_SETFL, fFlags | O_NONBLOCK) != -1)
H A Dtimer-posix.cpp469 ioctl(fh, F_SETFL, O_ASYNC);
/vbox/src/recompiler/tests/
H A Dlinux-test.c369 chk_error(fcntl(fds[0], F_SETFL, O_NONBLOCK));
370 chk_error(fcntl(fds[1], F_SETFL, O_NONBLOCK));
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy.c341 status = fcntl(s, F_SETFL, sflags | O_NONBLOCK);
/vbox/src/recompiler/
H A Dcutils.c744 if (fcntl(fd, F_SETFL, flags | flag) == -1)
/vbox/src/VBox/Devices/Serial/
H A DDrvHostSerial.cpp1246 fcntl(RTFileToNative(pThis->hDeviceFile), F_SETFL, O_NONBLOCK);
1248 fcntl(RTFileToNative(pThis->hDeviceFileR), F_SETFL, O_NONBLOCK);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c287 - F_SETFL - Set the file status flags, defined in <fcntl.h>, for the file
326 - F_SETFL - Value other than -1.
367 case F_SETFL:
/vbox/src/VBox/Devices/Network/slirp/
H A Dmisc.c101 fcntl(fd, F_SETFL, opt);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c875 err = fcntl(self->eventPipe[0], F_SETFL, flags | O_NONBLOCK);
883 err = fcntl(self->eventPipe[1], F_SETFL, flags | O_NONBLOCK);
/vbox/src/VBox/Devices/Network/
H A DDrvTAP.cpp976 if (fcntl(RTFileToNative(pThis->hFileDevice), F_SETFL, O_NONBLOCK) == -1)
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp951 || fcntl(fd, F_SETFL, flags | O_NONBLOCK) < 0
/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp925 if (fcntl(hSocket, F_SETFL, fFlags) == -1)
H A Dsocket.cpp369 if (fcntl(pThis->hNative, F_SETFL, fFlags) == -1)
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c861 status = fcntl(s, F_SETFL, status);
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c2524 * Currently only the commands F_GETFL and F_SETFL are implemented.
2541 case F_SETFL:
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp792 && (fcntl(pCtx->wakeupPipeRead, F_SETFL, O_NONBLOCK) != 0))

Completed in 470 milliseconds

12