Home
last modified time | relevance | path

Searched refs:VM_TOTAL (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/vm/
H A Dvm_param.h73 #define VM_TOTAL 1 /* struct vmtotal */ macro
74 #define VM_METER VM_TOTAL/* deprecated, use VM_TOTAL */
H A Dvm_meter.c293 SYSCTL_PROC(_vm, VM_TOTAL, vmtotal, CTLTYPE_OPAQUE | CTLFLAG_RD |
/freebsd/sys/kern/
H A Dkern_xxx.c200 name[1] = VM_TOTAL; in ogetkerninfo()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c246 int mib[2] = { CTL_VM, VM_TOTAL }; in storage_OS_get_vm()
/freebsd/usr.bin/systat/
H A Dvmstat.c776 mib[1] = VM_TOTAL; in getinfo()