Home
last modified time | relevance | path

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

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