Searched refs:pr_meminfo (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libproc/ |
H A D | Makefile.com | 59 pr_meminfo.o \
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_meminfo.c | 40 pr_meminfo(struct ps_prochandle *Pr, const uint64_t *addrs, function 73 dprintf("pr_meminfo: mmap failed\n"); 86 dprintf("pr_meminfo: Pwrite inaddr failed \n"); 92 dprintf("pr_meminfo: Pwrite info failed \n"); 166 dprintf("pr_meminfo: Pread of outarray failed\n"); 172 dprintf("pr_meminfo: Pread of validity array failed\n"); 182 dprintf("pr_meminfo: munmap failed\n");
|
H A D | libproc.h | 349 extern int pr_meminfo(struct ps_prochandle *, const uint64_t *addrs,
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 101 pr_meminfo.3proc \
|
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 1478 * Pass the whole chunk to pr_meminfo to collect lgroup and page size 1501 * copy starting address of each page to inaddr array for pr_meminfo. 1521 rc = pr_meminfo(Pr, inaddr, i, info, 2, outdata, validity); 1624 * starting from vaddr and apply pr_meminfo() to the whole chunk.
|
Completed in 65 milliseconds