Home
last modified time | relevance | path

Searched refs:cmd_reboot (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dcmd.h47 int cmd_reboot(int, char **, int);
H A Dcmd.c48 { "reboot", cmd_reboot },
H A Dboot.c225 cmd_reboot(int argc, char *argp[], int interactive) in cmd_reboot() function