Searched refs:fcntl (Results 1 - 25 of 131) sorted by relevance

123456

/xnu-2782.1.97/libsyscall/wrappers/cancelable/
H A Dfcntl-cancel.c26 #include <fcntl.h>
29 #include "fcntl-base.c"
H A Dfcntl.c29 #include <fcntl.h>
32 #include "fcntl-base.c"
H A Dfcntl-base.c35 fcntl(int fd, int cmd, ...) function
/xnu-2782.1.97/tools/tests/libMicro/
H A Dfcntl_ndelay.c37 #include <fcntl.h>
83 if (fcntl(fd, F_GETFL, &flags) < 0)
87 if (fcntl(fd, F_SETFL, &flags) < 0)
90 if (fcntl(fd, F_GETFL, &flags) < 0)
94 if (fcntl(fd, F_SETFL, &flags) < 0)
H A Dfcntl.c32 * benchmark fcntl getfl
39 #include <fcntl.h>
55 " [-f file-to-fcntl (default %s)]\n"
56 "notes: measures fcntl()\n",
93 if (fcntl(fd, F_GETFL, &flags) == -1)
H A Dfile_lock.c40 #include <fcntl.h>
55 return (fcntl(file, F_SETLKW, &fl) == -1);
67 return (fcntl(file, F_SETLK, &fl) == -1);
H A Dcascade_fcntl.c48 #include <fcntl.h>
84 "notes: thread cascade using fcntl region locking\n",
139 return (fcntl(file, F_SETLKW, &fl) == -1);
151 return (fcntl(file, F_SETLK, &fl) == -1);
H A Disatty.c38 #include <fcntl.h>
H A Dgetpeername.c46 #include <fcntl.h>
122 if (fcntl(sock3, F_SETFL, O_NDELAY) == -1) {
123 perror("fcntl");
H A DMakefile.benchmarks50 fcntl \
H A Dclose.c38 #include <fcntl.h>
H A Ddup.c38 #include <fcntl.h>
/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dopen.c30 #include <sys/fcntl.h>
/xnu-2782.1.97/libsyscall/wrappers/
H A Dopen_dprotected_np.c26 #include <sys/fcntl.h>
H A Dguarded_open_dprotected_np.c26 #include <sys/fcntl.h>
H A Dguarded_open_np.c26 #include <sys/fcntl.h>
H A Dcoalition.c27 #include <sys/fcntl.h>
/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_openclose.c40 #include <fcntl.h>
H A Dlmbench_fstat.c40 #include <fcntl.h>
H A Dcreate_file.c69 #include <fcntl.h>
H A Dlmbench_read.c42 #include <fcntl.h>
H A Dlmbench_write.c41 #include <fcntl.h>
/xnu-2782.1.97/SETUP/config/
H A Dopenp.c54 #include <fcntl.h> /* open */
/xnu-2782.1.97/bsd/sys/
H A Dfile.h69 #include <sys/fcntl.h>
/xnu-2782.1.97/tools/
H A Dcred_dump_backtraces.c9 #include <fcntl.h>

Completed in 111 milliseconds

123456