Searched refs:oflags (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/bsm/
H A Daudit_klib.h48 au_event_t flags_and_error_to_openevent(int oflags, int error);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h106 * are inter-convertible using OFLAGS(fflags) and FFLAGS(oflags).
169 #define FFLAGS(oflags) ((oflags) + 1)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_bsm_klib.c691 au_event_t flags_and_error_to_openevent(int oflags, int error) { argument
695 oflags = oflags & (O_RDONLY | O_CREAT | O_TRUNC | O_RDWR | O_WRONLY);
700 switch (oflags) {
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp463 dev_t * root, u_int32_t * oflags )
602 *oflags = 0; /* Show that this is not network */
771 *oflags = flags;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2095 int flags, oflags; local
2104 oflags = uflags;
2106 if ((oflags & O_ACCMODE) == O_ACCMODE)
2110 AUDIT_ARG(fflags, oflags);

Completed in 73 milliseconds