Searched refs:fcntl (Results 126 - 150 of 293) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.cpp7 #include <fcntl.h>
/haiku/src/bin/fwcontrol/
H A Dfwmpegts.c51 #include <fcntl.h>
/haiku/src/bin/
H A Dmvattr.cpp8 #include <fcntl.h>
H A Deject.cpp13 #include <fcntl.h>
H A Dfstrim.cpp9 #include <fcntl.h>
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc30 #include <fcntl.h>
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp13 #include <fcntl.h>
/haiku/src/tests/add-ons/kernel/file_systems/bfs/fragmenter/
H A Dfragmenter.cpp4 #include <fcntl.h>
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp12 #include <fcntl.h>
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.c42 #include <fcntl.h>
/haiku/src/libs/bsd/
H A Dreadpassphrase.c25 #include <fcntl.h>
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp14 #include <fcntl.h>
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.cpp14 #include <fcntl.h>
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp12 #include <fcntl.h>
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h29 # include <fcntl.h>
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h33 # include <fcntl.h>
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp197 if (fcntl(STDIN_FILENO, F_GETFD) != -1) {
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c3 #include <fcntl.h>
/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp10 #include <fcntl.h>
/haiku/src/system/libroot/posix/crypt/
H A Dcrypt.cpp13 #include <fcntl.h>
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBCard.cpp28 #include <fcntl.h>
/haiku/src/bin/network/telnetd/
H A Ddefs.h55 #include <fcntl.h>
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp341 int flags = fcntl(STDIN_FILENO, F_GETFL, 0);
342 fcntl(STDIN_FILENO, F_SETFL, flags | O_NONBLOCK);
/haiku/src/build/libbe/storage/
H A DNode.cpp14 #include <fcntl.h>
639 fcntl(fAttrFd, F_SETFD, FD_CLOEXEC);
/haiku/src/kits/storage/
H A DQuery.cpp14 #include <fcntl.h>
319 fcntl(fQueryFd, F_SETFD, FD_CLOEXEC);

Completed in 216 milliseconds

1234567891011>>