Searched refs:kvp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/usr.sbin/kgmon/
H A Dkgmon.c84 void setprof(struct kvmvars *kvp, int state);
85 void dumpstate(struct kvmvars *kvp);
86 void reset(struct kvmvars *kvp);
190 openfiles(const char *systemname, char *kmemf, struct kvmvars *kvp) argument
216 kvp->kd = kvm_openfiles(systemname, kmemf, NULL, openmode, errbuf);
217 if (kvp->kd == NULL) {
220 kvp->kd = kvm_openfiles(systemname, kmemf, NULL, O_RDONLY,
223 if (kvp->kd == NULL)
227 if (kvm_nlist(kvp->kd, nl) < 0)
259 getprof(struct kvmvars *kvp) argument
313 setprof(struct kvmvars *kvp, int state) argument
346 dumpstate(struct kvmvars *kvp) argument
462 getprofhz(struct kvmvars *kvp) argument
488 reset(struct kvmvars *kvp) argument
[all...]
/freebsd-13-stable/usr.sbin/hyperv/
H A DMakefile6 tools/kvp \
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc_pmu_util.c242 char *kvp, *key, *value, *r; local
251 while ((kvp = strsep(&event, ",")) != NULL) {
252 key = strsep(&kvp, "=");
255 value = kvp;
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend786 usr.sbin/hyperv/tools/kvp \
812 usr.sbin/hyperv/tools/kvp \
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua235 local kvp = key .. "=" .. value
242 trailing_context = nextline:sub(kvp:len() + 1)

Completed in 157 milliseconds