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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_klib.c265 audit_flags_and_error_to_openevent(int oflags, int error) argument
272 oflags = oflags & (O_RDONLY | O_CREAT | O_TRUNC | O_RDWR | O_WRONLY);
278 switch (oflags) {
362 audit_flags_and_error_to_openextendedevent(int oflags, int error) argument
369 oflags = oflags & (O_RDONLY | O_CREAT | O_TRUNC | O_RDWR | O_WRONLY);
375 switch (oflags) {
596 audit_fcntl_command_event(int cmd, int oflags, int error) argument
605 oflags
[all...]
H A Daudit_private.h389 au_event_t audit_flags_and_error_to_openevent(int oflags, int error);
390 au_event_t audit_flags_and_error_to_openextendedevent(int oflags,
397 au_event_t audit_fcntl_command_event(int cmd, int oflags, int error);
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h109 * are inter-convertible using OFLAGS(fflags) and FFLAGS(oflags).
198 #define FFLAGS(oflags) ((oflags) + 1)
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp312 dev_t * root, u_int32_t * oflags )
425 *oflags = 0; /* Show that this is not network */
568 *oflags = flags;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_symfile.c190 uint32_t * oflags)
433 *oflags = flags;
179 kern_open_file_for_direct_io(const char * name, kern_get_file_extents_callback_t callback, void * callback_ref, off_t set_file_size, off_t write_file_offset, caddr_t write_file_addr, vm_size_t write_file_len, dev_t * partition_device_result, dev_t * image_device_result, uint64_t * partitionbase_result, uint64_t * maxiocount_result, uint32_t * oflags) argument
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOHibernatePrivate.h290 uint32_t * oflags);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c2393 u_int32_t oflags, flags; local
2406 oflags = nd_ifinfo[i].flags;
2412 if (oflags == flags)
2415 error = nd6_setifinfo(ifp, oflags, flags);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c2971 int flags, oflags; local
2980 oflags = uflags;
2982 if ((oflags & O_ACCMODE) == O_ACCMODE)
2986 AUDIT_ARG(fflags, oflags);

Completed in 55 milliseconds