Searched refs:kvm_open (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | kmem.c | 74 kvm_t kvm_open __P((char *, char *, char *, int, char *)); 77 kvm_t kvm_open(kernel, core, swap, mode, errstr) in kvm_open() function 139 kvm_f = kvm_open(kern, core, NULL, O_RDONLY, NULL);
|
/titanic_50/usr/src/man/man3kvm/ |
H A D | Makefile | 25 kvm_open.3kvm \ 46 kvm_close.3kvm := LINKSRC = kvm_open.3kvm
|
/titanic_50/usr/src/lib/libkvm/ |
H A D | kvm.h | 51 extern kvm_t *kvm_open(const char *, const char *, const char *, 76 extern kvm_t *kvm_open();
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3kvm.inc | 21 file path=usr/share/man/man3kvm/kvm_open.3kvm 23 link path=usr/share/man/man3kvm/kvm_close.3kvm target=kvm_open.3kvm
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_kb_kvm.c | 59 .kb_open = (void *(*)())kvm_open, in libkvm_kb_ops()
|
/titanic_50/usr/src/lib/libkvm/common/ |
H A D | mapfile-vers | 52 kvm_open;
|
H A D | llib-lkvm | 38 kvm_t *kvm_open(const char *, const char *, const char *, int, const char *);
|
H A D | test.c | 175 if ((cookie = kvm_open(namelist, corefile, in tst_open()
|
H A D | kvm.c | 89 kvm_open(const char *namelist, const char *corefile, const char *swapfile, in kvm_open() function
|
/titanic_50/usr/src/cmd/tnf/tnfxtract/ |
H A D | tnfxtract.c | 113 kvm_p = kvm_open(namelist, dumpfile, NULL, O_RDONLY, program_name); in dumpfile_init()
|
/titanic_50/usr/src/cmd/setuname/ |
H A D | setuname.c | 426 if ((kd = kvm_open(NULL, NULL, NULL, O_RDWR, NULL)) == NULL)
|
/titanic_50/usr/src/cmd/sa/ |
H A D | sadp.c | 436 if ((kd = kvm_open (NULL, NULL, NULL, O_RDONLY, "Bad kvm open"))
|