Searched refs:command_heap (Results 1 – 3 of 3) sorted by relevance
/titanic_53/usr/src/boot/sys/boot/i386/loader/ |
H A D | main.c | 339 COMMAND_SET(heap, "heap", "show heap usage", command_heap); 342 command_heap(int argc, char *argv[]) in command_heap() function
|
/titanic_53/usr/src/boot/sys/boot/uboot/common/ |
H A D | main.c | 503 COMMAND_SET(heap, "heap", "show heap usage", command_heap); 505 command_heap(int argc, char *argv[]) in command_heap() function
|
/titanic_53/usr/src/boot/sys/boot/sparc64/loader/ |
H A D | main.c | 901 COMMAND_SET(heap, "heap", "show heap usage", command_heap); 904 command_heap(int argc, char *argv[]) in command_heap() function
|