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

12345

/macosx-10.5.8/xnu-1228.15.4/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>
H A Dadsp_CLDeny.c43 #include <sys/fcntl.h>
H A Dadsp_Init.c47 #include <sys/fcntl.h>
H A Dadsp_Options.c43 #include <sys/fcntl.h>
H A Dadsp_Status.c44 #include <sys/fcntl.h>
H A Dadsp_TimerElem.c44 #include <sys/fcntl.h>
H A Dadsp_attention.c48 #include <sys/fcntl.h>
H A Daurp_rd.c47 #include <sys/fcntl.h>
H A Dddp_aep.c44 #include <sys/fcntl.h>
H A Daurp_tickle.c47 #include <sys/fcntl.h>
H A Daurp_tx.c47 #include <sys/fcntl.h>
H A Dddp_brt.c55 #include <sys/fcntl.h>
H A Dddp_sip.c66 #include <sys/fcntl.h>
H A Dadsp_RxAttn.c43 #include <sys/fcntl.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile.h69 #include <sys/fcntl.h>
90 short f_flag; /* see fcntl.h */
H A Dfcntl.h66 * @(#)fcntl.h 8.3 (Berkeley) 1/21/94
74 * This file includes the definitions for open and fcntl
75 * described by POSIX for <fcntl.h>; it also includes
103 * File status flags: these are used by open(2), fcntl(2).
105 * which is a superset of the open/fcntl flags. Open flags and f_flags
107 * Open/fcntl flags begin with O_; kernel-internal flags begin with F.
156 #define FNOCACHE 0x40000 /* fcntl(F_NOCACHE, 1) */
157 #define FNORDAHEAD 0x80000 /* fcntl(F_RDAHEAD, 0) */
174 /* bits settable by fcntl(F_SETFL, ...) */
180 * and by fcntl
504 int fcntl(int, int, ...) __DARWIN_ALIAS_C(fcntl); variable
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/
H A Dcred_dump_backtraces.c9 #include <fcntl.h>
H A Dcred_dump_creds.c8 #include <fcntl.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_panicinfo.c30 #include <sys/fcntl.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile47 fcntl.2 \

Completed in 54 milliseconds

12345