Searched refs:kvm_read (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libkvm/common/ |
H A D | test.c | 143 if (kvm_read(cookie, (uintptr_t)proc->p_pidp, &pid, in main() 266 if ((e = kvm_read(cookie, addr, buf, nbytes)) != nbytes) in tst_read() 290 if ((i = kvm_read(cookie, addr, b, nbytes)) != nbytes) in tst_write() 311 if (kvm_read(cookie, (uintptr_t)proc->p_pidp, &pidbuf, in tst_getproc() 337 if (kvm_read(cookie, (u_long)proc->p_pidp, (char *)&pidbuf, in tst_nextproc() 365 if (kvm_read(cookie, (uintptr_t)proc->p_pidp, &pidbuf, in tst_getu() 433 if (kvm_read(cookie, nl[3].n_value, &alltp, sizeof (alltp)) in tst_segkp() 444 if (kvm_read(cookie, in tst_segkp() 454 if (kvm_read(cookie, t.t_pcb.val[1] + STACK_BIAS, stk, in tst_segkp()
|
H A D | mapfile-vers | 53 kvm_read;
|
H A D | llib-lkvm | 41 ssize_t kvm_read(kvm_t *, uintptr_t, void *, size_t);
|
H A D | kvm.c | 388 kvm_read(kvm_t *kd, uintptr_t addr, void *buf, size_t size) in kvm_read() function
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | kmem.c | 75 int kvm_read __P((kvm_t, u_long, char *, size_t)); 102 int kvm_read(kvm, pos, buffer, size) in kvm_read() function 162 while ((r = kvm_read(kvm_f, pos, buf, n)) < n) 194 r = kvm_read(kvm_f, pos, buf, 1);
|
/titanic_44/usr/src/cmd/tnf/tnfxtract/ |
H A D | tnfxtract.c | 123 if (kvm_read(kvm_p, kvm_syms[0].n_value, (char *) &dump_bufaddr, in dumpfile_init() 125 kvm_read(kvm_p, kvm_syms[1].n_value, (char *) &tnf_bufsize, in dumpfile_init() 165 if (kvm_read(kvm_p, dump_bufaddr, addr, 512) != 512) { in read_tnf_header() 188 if (kvm_read(kvm_p, dump_bufaddr + offset, (char *) addr, in read_tnf_block() 220 if (kvm_read(kvm_p, dump_bufaddr + offset, (char *) dest, in read_tnf_fwzone()
|
/titanic_44/usr/src/man/man3kvm/ |
H A D | Makefile | 26 kvm_read.3kvm 48 kvm_write.3kvm := LINKSRC = kvm_read.3kvm
|
/titanic_44/usr/src/lib/libkvm/ |
H A D | kvm.h | 55 extern ssize_t kvm_read(kvm_t *, uintptr_t, void *, size_t); 79 extern ssize_t kvm_read();
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3kvm.inc | 22 file path=usr/share/man/man3kvm/kvm_read.3kvm 30 link path=usr/share/man/man3kvm/kvm_write.3kvm target=kvm_read.3kvm
|
/titanic_44/usr/src/cmd/sa/ |
H A D | sadp.c | 1372 ret_code = kvm_read(kd, addr, buf, size);
|