Home
last modified time | relevance | path

Searched refs:host_self (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/libsyscall/mach/
H A Dslot_name.c73 host_self(void) in host_self() function
/xnu-12377.1.9/osfmk/kern/
H A Dhost.h121 extern host_t host_self(void);
H A Dipc_host.c380 host_self(), IKOT_HOST); in host_port_copy_send()
H A Dhost.c1439 host_self(void) in host_self() function
H A Dsched_prim.c8969 __assert_only kern_return_t kret = host_info(host_self(), HOST_BASIC_INFO, in sched_qos_max_parallelism()
/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus.c6102 …if ((kr = host_statistics64(host_self(), HOST_VM_INFO64, (host_info64_t)&vm_stat, &count)) != KERN… in memorystatus_init_snapshot_vmstats()