Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dmach_debug.c499 __unused natural_t *typep, in mach_port_kobject_from_user() argument
509 __unused natural_t *typep, in mach_port_kobject_description_from_user() argument
520 natural_t *typep,
528 natural_t *typep, in mach_port_kobject_description() argument
553 *typep = (unsigned int)io_kotype(object); in mach_port_kobject_description()
593 natural_t *typep,
600 natural_t *typep, in mach_port_kobject() argument
603 return mach_port_kobject_description(space, name, typep, addrp, NULL); in mach_port_kobject()
610 natural_t *typep, in mach_port_kobject_description_from_user() argument
622 kr = mach_port_kobject_description(space, name, typep, addrp, desc); in mach_port_kobject_description_from_user()
[all …]
H A Dipc_right.h177 mach_port_type_t *typep,
H A Dmach_port.c431 mach_port_type_t *typep) in mach_port_type() argument
446 *typep = MACH_PORT_TYPE_DEAD_NAME; in mach_port_type()
456 kr = ipc_right_info(space, name, entry, typep, &urefs); in mach_port_type()
461 *typep &= ~(MACH_PORT_TYPE_SPREQUEST | MACH_PORT_TYPE_SPREQUEST_DELAYED); in mach_port_type()
H A Dipc_right.c1943 mach_port_type_t *typep, in ipc_right_info() argument
1989 *typep = type; in ipc_right_info()