Query: kvm_getkernelname
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KVM_GETKERNELNAME(3) BSD Library Functions Manual KVM_GETKERNELNAME(3)NAMEkvm_getkernelname -- get kernel name of opened kvm descriptorLIBRARYKernel Data Access Library (libkvm, -lkvm)SYNOPSIS#include <kvm.h> const char * kvm_getkernelname(kvm_t *kd);DESCRIPTIONThis function returns a string containing the kernel name used from the kvm descriptor obtained by a previous kvm_open(3) or kvm_openfiles(3) call.SEE ALSOkvm(3), kvm_close(3), kvm_getargv(3), kvm_getenvv(3), kvm_getprocs(3), kvm_nlist(3), kvm_open(3), kvm_openfiles(3), kvm_read(3), kvm_write(3)BSDSeptember 14, 2011 BSD
| Related Man Pages |
|---|
| kvm_openfiles(3) - freebsd |
| kvm_read(3) - freebsd |
| kvm_geterr(3) - netbsd |
| kvm_write(3) - netbsd |
| kvm_geterr(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| USN-776-2: KVM regression |
| Debian: kvm several vulnerabilities |
| kvm issue for console configuration |
| kvm issue for console configuration |
| A little complex: why my packet don't route? |