Searched refs:typep (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/osfmk/ipc/ |
| H A D | mach_debug.c | 443 natural_t *typep, in mach_port_kobject_description() argument 468 *typep = (unsigned int)io_kotype(object); in mach_port_kobject_description() 508 natural_t *typep, in mach_port_kobject_description_from_user() argument 520 kr = mach_port_kobject_description(space, name, typep, addrp, desc); in mach_port_kobject_description_from_user() 530 natural_t *typep, in mach_port_kobject_from_user() argument 533 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 | 409 mach_port_type_t *typep) in mach_port_type() argument 424 *typep = MACH_PORT_TYPE_DEAD_NAME; in mach_port_type() 434 kr = ipc_right_info(space, name, entry, typep, &urefs); in mach_port_type() 439 *typep &= ~(MACH_PORT_TYPE_SPREQUEST | MACH_PORT_TYPE_SPREQUEST_DELAYED); in mach_port_type()
|
| H A D | ipc_right.c | 1907 mach_port_type_t *typep, in ipc_right_info() argument 1953 *typep = type; in ipc_right_info()
|