Home
last modified time | relevance | path

Searched refs:user_boot_string (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/sun3/sun3x/
H A Dmachdep.c373 cpu_reboot(int howto, char *user_boot_string) in cpu_reboot() argument
420 if (user_boot_string) in cpu_reboot()
421 strncpy(bootstr, user_boot_string, sizeof(bootstr)); in cpu_reboot()
/netbsd-src/sys/arch/sun3/sun3/
H A Dmachdep.c386 cpu_reboot(int howto, char *user_boot_string) in cpu_reboot() argument
432 bs = user_boot_string; in cpu_reboot()
/netbsd-src/sys/arch/sun2/sun2/
H A Dmachdep.c473 cpu_reboot(int howto, char *user_boot_string) in cpu_reboot() argument
519 bs = user_boot_string; in cpu_reboot()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dmachdep.c526 cpu_reboot(int howto, char *user_boot_string) in cpu_reboot() argument
614 if (user_boot_string && *user_boot_string) { in cpu_reboot()
615 i = strlen(user_boot_string); in cpu_reboot()
617 OF_boot(user_boot_string); /* XXX */ in cpu_reboot()
618 memcpy(str, user_boot_string, i); in cpu_reboot()
/netbsd-src/sys/arch/sparc/sparc/
H A Dmachdep.c810 cpu_reboot(int howto, char *user_boot_string) in cpu_reboot() argument
895 if (user_boot_string && *user_boot_string) { in cpu_reboot()
896 i = strlen(user_boot_string); in cpu_reboot()
898 prom_boot(user_boot_string); /* XXX */ in cpu_reboot()
899 memcpy(str, user_boot_string, i); in cpu_reboot()
/netbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.c1391 cpu_reboot(int howto, char *user_boot_string)