Searched refs:user_boot_string (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/sun3/sun3x/ |
H A D | machdep.c | 373 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 D | machdep.c | 386 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 D | machdep.c | 473 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 D | machdep.c | 526 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 D | machdep.c | 810 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 D | machdep.c | 1391 cpu_reboot(int howto, char *user_boot_string)
|