kvm.c | 79 static kvm_t *_kvm_open(kvm_t *, const char *, const char *, 249 _kvm_open(kvm_t *kd, const char *uf, const char *mf, const char *sf, int flag, function in typeref:typename:kvm_t * 735 return (_kvm_open(kd, uf, mf, sf, flag, errout)); 750 return (_kvm_open(kd, uf, mf, sf, flag, NULL));
|