Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/ipc/
H A Dmach_port.c1273 ipc_object_t psobj; in mach_port_get_set_status() local
1282 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() local
2236 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() local
2302 psname, MACH_PORT_RIGHT_PORT_SET, &psobj); in mach_port_extract_member()
2308 assert(psobj != IO_NULL); in mach_port_extract_member()
[all …]