Searched refs:fcntl (Results 51 - 75 of 294) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.c36 #include <fcntl.h>
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.c36 #include <fcntl.h>
/haiku/src/add-ons/kernel/generic/mpu401/
H A Ddebug.c34 #include <fcntl.h>
/haiku/src/system/kernel/util/
H A Dhostname.cpp8 #include <fcntl.h>
/haiku/src/system/libroot/posix/unistd/
H A Dhostname.cpp8 #include <fcntl.h>
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.cpp10 #include <fcntl.h>
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DDebugSupport.cpp10 #include <fcntl.h>
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.cpp12 #include <fcntl.h>
/haiku/src/servers/package/
H A DDebugSupport.cpp10 #include <fcntl.h>
H A DPackageFile.cpp12 #include <fcntl.h>
/haiku/src/tests/system/libroot/posix/
H A Dtruncate.cpp9 #include <fcntl.h>
H A Dseek_and_write_test.cpp7 #include <fcntl.h>
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDebug.cpp7 #include <fcntl.h>
/haiku/src/system/libroot/os/
H A Dfs_index.c11 #include <fcntl.h>
H A Dfs_info.cpp10 #include <fcntl.h>
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.c35 #include <fcntl.h>
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.c35 #include <fcntl.h>
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_config/
H A Dnetfs_config.cpp4 #include <fcntl.h>
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunix_io.c48 #include <fcntl.h>
77 * it issues the proper fcntl for Mac OS X or does fsync where it is available
87 # error "Mac OS X: F_FULLFSYNC is not defined. Either you didn't include fcntl.h or you're using an older, unsupported version of Mac OS X (pre-10.3)."
92 * specific fcntl, F_FULLFSYNC.
94 ret = fcntl(fildes, F_FULLFSYNC, NULL);
177 if (fcntl(DEV_FD(dev), F_SETLK, &flk)) {
222 if (fcntl(DEV_FD(dev), F_SETLK, &flk))
/haiku/src/bin/i2c/
H A Di2c.cpp8 #include <fcntl.h>
/haiku/src/apps/expander/
H A DExpanderThread.cpp92 int flags = fcntl(fStdOut, F_GETFL, 0);
94 fcntl(fStdOut, F_SETFL, flags);
95 flags = fcntl(fStdErr, F_GETFL, 0);
97 fcntl(fStdErr, F_SETFL, flags);
/haiku/src/libs/util/
H A Dpidfile.c37 #include <fcntl.h>
124 if (fcntl(fd, F_SETLK, &lock) == -1) {
/haiku/src/apps/clock/
H A Dcl_wind.cpp15 #include <fcntl.h>
/haiku/src/bin/network/ftpd/
H A Dmd5hl.c14 #include <fcntl.h>
/haiku/src/bin/
H A Drmattr.cpp15 #include <fcntl.h>

Completed in 243 milliseconds

1234567891011>>