Searched refs:cmd_sizeof (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.h | 44 extern int cmd_sizeof(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | mdb_print.c | 194 cmd_sizeof(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in cmd_sizeof() function
|
H A D | mdb_cmds.c | 3228 { "sizeof", "type", "print the size of a type", cmd_sizeof, NULL,
|