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

12345678

/darwin-on-arm/xnu/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 Dmodule.mk4 fcntl.c \
5 fcntl-cancel.c \
H A Dfcntl-base.c35 fcntl(int fd, int cmd, ...) function
/darwin-on-arm/xnu/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 \
/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dopen.c30 #include <sys/fcntl.h>
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dopen_dprotected_np.c26 #include <sys/fcntl.h>
/darwin-on-arm/xnu/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>
/darwin-on-arm/xnu/SETUP/config/
H A Dopenp.c54 #include <fcntl.h> /* open */
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_InitGlobals.c43 #include <sys/fcntl.h>
H A Daurp_gdata.c47 #include <sys/fcntl.h>
H A Dadsp_CLListen.c42 #include <sys/fcntl.h>
H A Dadsp_NewCID.c43 #include <sys/fcntl.h>
H A Dadsp_misc.c36 #include <sys/fcntl.h>
H A Daurp_cfg.c48 #include <sys/fcntl.h>
/darwin-on-arm/xnu/bsd/sys/
H A Dfile.h69 #include <sys/fcntl.h>
/darwin-on-arm/xnu/tools/
H A Dcred_dump_backtraces.c9 #include <fcntl.h>

Completed in 227 milliseconds

12345678