Searched refs:psobj (Results 1 – 1 of 1) sorted by relevance
1259 ipc_object_t psobj; in mach_port_get_set_status() local1268 kr = ipc_object_translate(space, name, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_get_set_status()1275 pset = ips_object_to_pset(psobj); in mach_port_get_set_status()2203 ipc_object_t psobj; in mach_port_insert_member() local2221 psname, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_insert_member()2227 assert(psobj != IO_NULL); in mach_port_insert_member()2231 pset = ips_object_to_pset(psobj); in mach_port_insert_member()2270 ipc_object_t psobj; in mach_port_extract_member() local2287 psname, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_extract_member()2293 assert(psobj != IO_NULL); in mach_port_extract_member()[all …]