Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libkvm/
H A DMakefile27 MLINKS+=kvm_getpcpu.3 kvm_getmaxcpu.3 \
H A Dkvm.h105 int kvm_getmaxcpu(kvm_t *);
H A Dkvm_cptime.c124 maxcpu = kvm_getmaxcpu(kd); in kvm_getcptime()
H A Dkvm_pcpu.c184 kvm_getmaxcpu(kvm_t *kd) in kvm_getmaxcpu() function