Home
last modified time | relevance | path

Searched defs:kvm_nlist (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libkvm/
H A Dkvm.h60 struct kvm_nlist { struct
61 const char *n_name;
62 unsigned char n_type;
63 kvaddr_t n_value;
H A Dkvm.c322 kvm_nlist(kvm_t *kd, struct nlist *nl) in kvm_nlist() function