Searched refs:psobj (Results 1 – 1 of 1) sorted by relevance
1273 ipc_object_t psobj; in mach_port_get_set_status() local1282 kr = ipc_object_translate(space, name, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_get_set_status()1289 pset = ips_object_to_pset(psobj); in mach_port_get_set_status()2218 ipc_object_t psobj; in mach_port_insert_member() local2236 psname, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_insert_member()2242 assert(psobj != IO_NULL); in mach_port_insert_member()2246 pset = ips_object_to_pset(psobj); in mach_port_insert_member()2285 ipc_object_t psobj; in mach_port_extract_member() local2302 psname, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_extract_member()2308 assert(psobj != IO_NULL); in mach_port_extract_member()[all …]