Searched refs:bufctl (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.h | 93 extern int bufctl(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | kmem.c | 863 * Find the address of the bufctl structure for the address 'buf' in cache 882 mdb_warn("unable to read bufctl at %p", bcp); 892 mdb_warn("unable to find bufctl for %p in cache %p\n", buf, caddr); 1118 mdb_warn("unable to read bufctl at %p", buf); 1220 dprintf(("bufctl requested, not KMF_HASH (flags: %p)\n", 1489 mdb_warn("failed to read bufctl ptr at %p", 1500 * that we don't need to add the size of the bufctl 1507 mdb_warn("found corrupt bufctl ptr %p" 1656 KMEM_WALK_ALL("bufctl", wsp); 1713 mdb_warn("unable to read bufctl a 2853 bufctl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 4088 kmem_bufctl_t bufctl; local [all...] |
H A D | genunix.c | 4076 { "bufctl", ":[-vh] [-a addr] [-c caller] [-e earliest] [-l latest] " 4077 "[-t thd]", "print or filter a bufctl", bufctl, bufctl_help }, 4435 { "bufctl", "walk a kmem cache's bufctls", 4437 { "bufctl_history", "walk the available history of a bufctl", 4484 { "leak", "given a leaked bufctl or vmem_seg, find leaks w/ same " 4487 { "leakbuf", "given a leaked bufctl or vmem_seg, walk buffers for "
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.h | 107 extern int bufctl(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | libumem.c | 502 { "bufctl", ":[-vh] [-a addr] [-c caller] [-e earliest] [-l latest] " 503 "[-t thd]", "print or filter a bufctl", bufctl, bufctl_help }, 543 { "bufctl", "walk a umem cache's bufctls", 545 { "bufctl_history", "walk the available history of a bufctl",
|
H A D | umem.c | 780 * Find the address of the bufctl structure for the address 'buf' in cache 799 mdb_warn("unable to read bufctl at %p", bcp); 809 mdb_warn("unable to find bufctl for %p in cache %p\n", buf, caddr); 1082 mdb_warn("unable to read bufctl at %p", buf); 1181 dprintf(("bufctl requested, not UMF_HASH (flags: %p)\n", 1438 mdb_warn("failed to read bufctl ptr at %p", 1449 * that we don't need to add the size of the bufctl 1456 mdb_warn("found corrupt bufctl ptr %p" 1605 UMEM_WALK_ALL("bufctl", wsp); 1645 mdb_warn("unable to read bufctl a 2493 bufctl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function [all...] |
Completed in 103 milliseconds