Home
last modified time | relevance | path

Searched refs:kvo_type (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/vm/
HDvm_object.c2307 kvo.kvo_type = KVME_TYPE_DEFAULT; in sysctl_vm_object_list()
2310 kvo.kvo_type = KVME_TYPE_VNODE; in sysctl_vm_object_list()
2315 kvo.kvo_type = KVME_TYPE_SWAP; in sysctl_vm_object_list()
2318 kvo.kvo_type = KVME_TYPE_DEVICE; in sysctl_vm_object_list()
2321 kvo.kvo_type = KVME_TYPE_PHYS; in sysctl_vm_object_list()
2324 kvo.kvo_type = KVME_TYPE_DEAD; in sysctl_vm_object_list()
2327 kvo.kvo_type = KVME_TYPE_SG; in sysctl_vm_object_list()
2330 kvo.kvo_type = KVME_TYPE_MGTDEVICE; in sysctl_vm_object_list()
2333 kvo.kvo_type = KVME_TYPE_UNKNOWN; in sysctl_vm_object_list()
/NextBSD/sys/sys/
HDuser.h496 int kvo_type; /* Object type: KVME_TYPE_*. */ member
/NextBSD/usr.bin/vmstat/
HDvmstat.c1615 switch (kvo->kvo_type) { in display_object()