HomeSort by: relevance | last modified time | path
    Searched refs:kvp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/kgmon/
kgmon.c 78 static void setprof(struct kvmvars *kvp, int state, int cpuid);
79 static void dumpstate(struct kvmvars *kvp, int cpuid);
80 static void reset(struct kvmvars *kvp, int cpuid);
199 openfiles(char *sys, char *kmemf, struct kvmvars *kvp)
223 kvp->kd = kvm_openfiles(sys, kmemf, NULL, openmode, errbuf);
224 if (kvp->kd == NULL) {
227 kvp->kd = kvm_openfiles(sys, kmemf, NULL, O_RDONLY,
230 if (kvp->kd == NULL)
234 if (kvm_nlist(kvp->kd, nl) < 0)
264 getprof(struct kvmvars *kvp, int cpuid
    [all...]
  /src/lib/lua/libm/
libm.c 305 const struct kv *kvp = libm_const; local in function:luaopen_libm
310 while (kvp->k) {
311 lua_pushnumber(L, kvp->v);
312 lua_setfield(L, -2, kvp->k);
313 kvp++;

Completed in 68 milliseconds