Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_right.c2865 mach_port_name_t sp_name = MACH_PORT_NULL; in ipc_right_copyout() local
3006 ipc_service_port_label_get_attr(port->ip_splabel, &sp_name, &sp_context); in ipc_right_copyout()
3007 assert(sp_name != MACH_PORT_NULL); in ipc_right_copyout()
3009 if (name != sp_name) { in ipc_right_copyout()
3010 … panic("Service port name = 0x%x doesnt match the stored launchd port name = 0x%x", name, sp_name); in ipc_right_copyout()