Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/ipc/
H A Dmach_debug.c519 __unused natural_t *typep, in mach_port_kobject_from_user() argument
529 __unused natural_t *typep, in mach_port_kobject_description_from_user() argument
540 natural_t *typep,
548 natural_t *typep, in mach_port_kobject_description() argument
573 *typep = (unsigned int)io_kotype(object); in mach_port_kobject_description()
613 natural_t *typep,
620 natural_t *typep, in mach_port_kobject() argument
623 return mach_port_kobject_description(space, name, typep, addrp, NULL); in mach_port_kobject()
630 natural_t *typep, in mach_port_kobject_description_from_user() argument
642 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.c409 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 Dipc_right.c1944 mach_port_type_t *typep, in ipc_right_info() argument
1990 *typep = type; in ipc_right_info()