Home
last modified time | relevance | path

Searched refs:kvm_getmaxcpu (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libkvm/
H A DMakefile25 MLINKS+=kvm_getpcpu.3 kvm_getmaxcpu.3 \
H A Dkvm.h102 int kvm_getmaxcpu(kvm_t *);
H A Dkvm_cptime.c123 maxcpu = kvm_getmaxcpu(kd); in kvm_getcptime()
H A Dkvm_pcpu.c183 kvm_getmaxcpu(kvm_t *kd) in kvm_getmaxcpu() function