Home
last modified time | relevance | path

Searched refs:command_unload (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/common/ficl/emu/
H A Dloader_emu.c102 static int command_unload(int argc, char *argv[]);
749 COMMAND_SET(cmdp, "unload", "unload all modules", command_unload); in bf_init()
1962 command_unload(int argc, char *argv[]) in command_unload() function
/titanic_53/usr/src/boot/sys/boot/common/
H A Dmodule.c239 COMMAND_SET(unload, "unload", "unload all modules", command_unload);
242 command_unload(int argc __attribute((unused)), in command_unload() function