Searched refs:HOST_VM_INFO64 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dhost_info.h187 #define HOST_VM_INFO64 4 /* 64-bit virtual memory stats */ macro
/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.c507 case HOST_VM_INFO64: /* We were asked to get vm_statistics64 */
/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 109 milliseconds