Home
last modified time | relevance | path

Searched refs:mpgi (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/tests/
H A Dmach_service_port.c130 mach_port_guard_info_t mpgi = {SP_CONTEXT}; in do_mach_notify_port_destroyed() local
131 …(mach_task_self(), service_port, MACH_PORT_GUARD_INFO, (mach_port_info_t)&mpgi, MACH_PORT_GUARD_IN… in do_mach_notify_port_destroyed()
/xnu-12377.61.12/osfmk/ipc/
H A Dmach_port.c3068 mach_port_guard_info_t *mpgi = (mach_port_guard_info_t *)(void *)info; in mach_port_assert_attributes() local
3092 if (!port->ip_strict_guard || (port->ip_context != mpgi->mpgi_guard)) { in mach_port_assert_attributes()