Searched refs:cyclic_dump_node (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cyclic.c | 132 cyclic_dump_node(cyc_cpu_t *cpu, cyc_index_t *heap, char **c, size_t w, in cyclic_dump_node() function 183 cyclic_dump_node(cpu, heap, c, w, heap_left, l, x, depth + 1); in cyclic_dump_node() 186 cyclic_dump_node(cpu, heap, c, w, heap_right, x, r, depth + 1); in cyclic_dump_node() 218 cyclic_dump_node(cpu, heap, c, width, 0, 1, width - 2, 0); in cyclic_pretty_dump()
|