Searched refs:host_info64_t (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmach_host.defs248 out host_info64_out : host_info64_t, CountInOut);
H A Dhost_info.h80 typedef integer_t *host_info64_t; /* varying array of int. */ typedef
H A Dmach_types.defs334 * host_info64_t: variable-sized inline array that can contain:
339 type host_info64_t = array[*:256] of integer_t;
/macosx-10.10.1/system_cmds-643.1.1/vm_stat.tproj/
H A Dvm_stat.c265 if ((ret = host_statistics64(myHost, HOST_VM_INFO64, (host_info64_t)stat, &count) != KERN_SUCCESS)) {
/macosx-10.10.1/system_cmds-643.1.1/memory_pressure.tproj/
H A Dmemory_pressure.c135 if ((ret = host_statistics64(mach_host_self(), HOST_VM_INFO64, (host_info64_t)&vm_stat, &count) != KERN_SUCCESS)) {
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dhost.c497 host_info64_t info,
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c950 kr = host_statistics64(libtop_port, HOST_VM_INFO64, (host_info64_t)&tsamp->vm_stat, &count);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c2206 if ((kr = host_statistics64(host_self(), HOST_VM_INFO64, (host_info64_t)&vm_stat, &count) != KERN_SUCCESS)) {

Completed in 142 milliseconds