Searched refs:bufctl (Results 1 – 6 of 6) sorted by relevance
/titanic_44/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 | 2212 whatis_call_printer(bufctl, baddr); in whatis_print_kmem() 2822 bufctl(addr, bhc->bhc_flags, bhc->bhc_argc, bhc->bhc_argv); in bufctl_history_callback() 2853 bufctl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in bufctl() function 4110 kmem_bufctl_t bufctl; in kmause2() local 4113 if (mdb_vread(&bufctl, sizeof (bufctl), addr) == -1) in kmause2() 4115 else if (kmu->kmu_addr < (uintptr_t)bufctl.bc_addr || in kmause2() 4116 kmu->kmu_addr >= (uintptr_t)bufctl.bc_addr + in kmause2()
|
H A D | genunix.c | 3992 "[-t thd]", "print or filter a bufctl", bufctl, bufctl_help },
|
/titanic_44/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 | 503 "[-t thd]", "print or filter a bufctl", bufctl, bufctl_help },
|
H A D | umem.c | 2051 whatis_call_printer(bufctl, baddr); in whatis_print_umem() 2461 bufctl(addr, bhc->bhc_flags, bhc->bhc_argc, bhc->bhc_argv); in bufctl_history_callback() 2492 bufctl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in bufctl() function 2667 return (bufctl(addr, flags, 1, &a)); in bufctl_audit()
|