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

/xnu-2782.1.97/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) {
459 audit_flags_and_error_to_openatevent(int oflags, int error) argument
466 oflags
556 audit_flags_and_error_to_openbyidevent(int oflags, int error) argument
759 audit_fcntl_command_event(int cmd, int oflags, int error) argument
[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,
392 au_event_t audit_flags_and_error_to_openatevent(int oflags,
394 au_event_t audit_flags_and_error_to_openbyidevent(int oflags,
401 au_event_t audit_fcntl_command_event(int cmd, int oflags, int error);
/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h94 * are inter-convertible using OFLAGS(fflags) and FFLAGS(oflags).
201 #define FFLAGS(oflags) ((oflags) + 1)
/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c190 uint32_t * oflags)
455 if (oflags)
456 *oflags = flags;
178 kern_open_file_for_direct_io(const char * name, boolean_t create_file, 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
H A Dkpi_mbuf.c495 mbuf_flags_t oflags = mbuf->m_flags; local
506 if ((flags ^ oflags) & mbuf_cflags_mask) {
517 if ((oflags ^ mbuf->m_flags) & M_PKTHDR) {
535 mbuf_flags_t oflags = mbuf->m_flags; local
542 if ((oflags ^ mbuf->m_flags) & M_PKTHDR) {
/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp313 dev_t * root, u_int32_t * oflags )
425 *oflags = 0; /* Show that this is not network */
568 *oflags = flags;
/xnu-2782.1.97/iokit/IOKit/
H A DIOHibernatePrivate.h336 uint32_t * oflags);
/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c2656 u_int32_t oflags, flags; local
2669 oflags = nd_ifinfo[i].flags;
2675 if (oflags == flags)
2678 error = nd6_setifinfo(ifp, oflags, flags);
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c3283 int flags, oflags; local
3290 oflags = uflags;
3292 if ((oflags & O_ACCMODE) == O_ACCMODE)
3296 AUDIT_ARG(fflags, oflags);
3758 ctx, (user_addr_t)buf, uap->oflags, 0, AT_FDCWD, UIO_SYSSPACE, retval);

Completed in 78 milliseconds