Home
last modified time | relevance | path

Searched refs:guard_flags (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/ipc/
H A Dipc_right.h191 mach_msg_guard_flags_t *guard_flags);
214 mach_msg_guard_flags_t *guard_flags,
H A Dipc_right.c2078 mach_msg_guard_flags_t *guard_flags) in ipc_right_copyin_check_guard_locked() argument
2080 mach_msg_guard_flags_t flags = *guard_flags; in ipc_right_copyin_check_guard_locked()
2128 mach_msg_guard_flags_t *guard_flags) in ipc_right_copyin() argument
2250 if (guard_flags != NULL) { in ipc_right_copyin()
2251 kr = ipc_right_copyin_check_guard_locked(name, port, context, guard_flags); in ipc_right_copyin()
2282 if (guard_flags != NULL) { in ipc_right_copyin()
2284 *guard_flags = *guard_flags | MACH_MSG_GUARD_FLAGS_UNGUARDED_ON_SEND; in ipc_right_copyin()
2879 mach_msg_guard_flags_t *guard_flags, in ipc_right_copyout() argument
2996 if ((guard_flags != NULL) && ((*guard_flags & MACH_MSG_GUARD_FLAGS_IMMOVABLE_RECEIVE) != 0)) { in ipc_right_copyout()
3006 *guard_flags = *guard_flags & ~MACH_MSG_GUARD_FLAGS_UNGUARDED_ON_SEND; in ipc_right_copyout()
H A Dipc_object.h327 mach_msg_guard_flags_t *guard_flags,
358 mach_msg_guard_flags_t *guard_flags,
H A Dipc_object.c611 mach_msg_guard_flags_t *guard_flags, in ipc_object_copyin() argument
653 guard_flags); in ipc_object_copyin()
989 mach_msg_guard_flags_t *guard_flags, in ipc_object_copyout() argument
1077 msgt_name, flags, context, guard_flags, object); in ipc_object_copyout()
H A Dipc_kmsg.c2626 mach_msg_guard_flags_t guard_flags = dsc->flags; in ipc_kmsg_copyin_guarded_port_descriptor() local
2635 dsc->u_context, &guard_flags, kmsg->ikm_flags); in ipc_kmsg_copyin_guarded_port_descriptor()
2653 dsc->flags = guard_flags; in ipc_kmsg_copyin_guarded_port_descriptor()
3718 mach_msg_guard_flags_t *guard_flags, in ipc_kmsg_copyout_object() argument
3729 context, guard_flags, namep); in ipc_kmsg_copyout_object()
/xnu-11215/bsd/kern/
H A Dkern_exec.c306 mach_msg_guard_flags_t *guard_flags,