Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dreboot.c41 reboot(int howto, char *bootargs) in reboot() argument
46 if (howto & RB_DUMP) in reboot()
49 if (howto & RB_HALT) in reboot()
51 else if (howto & RB_ASKNAME) in reboot()
/titanic_41/usr/src/ucblib/libucb/port/sys/
H A Dreboot.c66 reboot(int howto, char *bootargs) in reboot() argument
77 if (howto & RB_HALT) { in reboot()
80 } else if (howto & RB_ASKNAME) { in reboot()