Unix and Linux Discussions Tagged with kvm |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
6,301 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,470 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,267 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,241 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,256 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
3,008 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
8,988 |
Red Hat |
|
|
|
1 |
9,287 |
Linux |
|
|
|
1 |
8,274 |
Linux |
|
|
|
0 |
3,182 |
Red Hat |
|
|
|
2 |
24,720 |
Red Hat |
|
|
|
0 |
2,454 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
4,457 |
Red Hat |
|
|
|
2 |
2,994 |
Red Hat |
|
|
|
2 |
5,337 |
Red Hat |
|
|
|
0 |
6,801 |
Solaris |
|
|
|
0 |
1,836 |
UNIX and Linux RSS News |
KVM_GETKERNELNAME(3) BSD Library Functions Manual KVM_GETKERNELNAME(3)
NAME
kvm_getkernelname -- get kernel name of opened kvm descriptor
LIBRARY
Kernel Data Access Library (libkvm, -lkvm)
SYNOPSIS
#include <kvm.h>
const char *
kvm_getkernelname(kvm_t *kd);
DESCRIPTION
This 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 ALSO
kvm(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)
BSD
September 14, 2011 BSD