Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dmach_port.c1287 ipc_object_t psobj; in mach_port_get_set_status() local
1296 kr = ipc_object_translate(space, name, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_get_set_status()
1303 pset = ips_object_to_pset(psobj); in mach_port_get_set_status()
2132 ipc_object_t psobj; in mach_port_insert_member() local
2150 psname, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_insert_member()
2156 assert(psobj != IO_NULL); in mach_port_insert_member()
2160 pset = ips_object_to_pset(psobj); in mach_port_insert_member()
2199 ipc_object_t psobj; in mach_port_extract_member() local
2216 psname, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_extract_member()
2222 assert(psobj != IO_NULL); in mach_port_extract_member()
[all …]