Searched defs:kv_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c116 struct umastat_vmem *kv_next; member in struct:umastat_vmem
254 for (kv = *kvp; kv != NULL; kv = kv->kv_next) {
260 kv->kv_next = *kvp;
285 kv = kv->kv_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2053 struct kmastat_vmem *kv_next; member in struct:kmastat_vmem
2090 for (kv = *kvpp; kv != NULL; kv = kv->kv_next) {
2096 kv->kv_next = *kvpp;
2125 kv = kv->kv_next;

Completed in 78 milliseconds