Searched refs:typep (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.81.5/osfmk/ipc/ |
| H A D | mach_debug.c | 443 natural_t *typep, in mach_port_kobject_description() argument 469 *typep = (unsigned int)io_kotype(object); in mach_port_kobject_description() 514 natural_t *typep, in mach_port_kobject_description_from_user() argument 526 kr = mach_port_kobject_description(space, name, typep, addrp, desc); in mach_port_kobject_description_from_user() 536 natural_t *typep, in mach_port_kobject_from_user() argument 539 return mach_port_kobject_description_from_user(port, name, typep, addrp, NULL); in mach_port_kobject_from_user()
|
| H A D | ipc_right.h | 178 mach_port_type_t *typep,
|
| H A D | mach_port.c | 410 mach_port_type_t *typep) in mach_port_type() argument 425 *typep = MACH_PORT_TYPE_DEAD_NAME; in mach_port_type() 435 kr = ipc_right_info(space, name, entry, typep, &urefs); in mach_port_type() 440 *typep &= ~(MACH_PORT_TYPE_SPREQUEST | MACH_PORT_TYPE_SPREQUEST_DELAYED); in mach_port_type()
|
| H A D | ipc_right.c | 1912 mach_port_type_t *typep, in ipc_right_info() argument 1958 *typep = type; in ipc_right_info()
|