Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/mach/
H A Dmach_types.h227 typedef mach_port_t io_master_t; typedef
H A Dmach_host.defs144 out io_master : io_master_t);
H A Dmach_types.defs715 type io_master_t = mach_port_t;
/xnu-8019.80.24/osfmk/kern/
H A Dhost.c1362 host_get_io_master(host_t host, io_master_t * io_masterp) in host_get_io_master()