Searched refs:bootstr (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/sun4u/os/ |
H A D | mach_cpu_states.c | 67 mdboot(int cmd, int fcn, char *bootstr, boolean_t invoke_cb) in mdboot() argument 130 if (bootstr == NULL) { in mdboot() 135 bootstr = ""; in mdboot() 139 bootstr = "-a"; in mdboot() 143 bootstr = "-s"; in mdboot() 147 bootstr = "-sa"; in mdboot() 152 bootstr = ""; in mdboot() 167 bootstr) + dllen + 5, KM_NOSLEEP); in mdboot() 170 (void) strcpy(newstr, bootstr); in mdboot() 172 newstrlen = strlen(bootstr) + 4; in mdboot() [all …]
|
/titanic_50/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_reboot.c | 36 prom_reboot(char *bootstr) in prom_reboot() argument 43 ci[3] = p1275_ptr2cell(bootstr); /* Arg1: bootspec */ in prom_reboot()
|
/titanic_50/usr/src/uts/sun4v/os/ |
H A D | mach_cpu_states.c | 202 mdboot(int cmd, int fcn, char *bootstr, boolean_t invoke_cb) in mdboot() argument 231 if (bootstr == NULL) { in mdboot() 236 bootstr = ""; in mdboot() 240 bootstr = "-a"; in mdboot() 244 bootstr = "-s"; in mdboot() 248 bootstr = "-sa"; in mdboot() 253 bootstr = ""; in mdboot() 264 store_boot_cmd(bootstr, B_TRUE, invoke_cb); in mdboot() 317 reboot_machine(bootstr); in mdboot() 325 mdpreboot(int cmd, int fcn, char *bootstr) in mdpreboot() argument [all …]
|
/titanic_50/usr/src/uts/intel/promif/ |
H A D | prom_reboot.c | 44 prom_reboot(char *bootstr) in prom_reboot() argument
|
/titanic_50/usr/src/uts/sun4v/promif/ |
H A D | promif_mon.c | 36 extern void prom_reboot(char *bootstr);
|
/titanic_50/usr/src/uts/i86pc/boot/ |
H A D | boot_console.c | 526 bcons_init(char *bootstr) in bcons_init() argument 536 boot_line = bootstr; in bcons_init() 540 bcons_init_xen(bootstr); in bcons_init()
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | promif.h | 122 extern void prom_reboot(char *bootstr)
|
/titanic_50/usr/src/uts/sun/sys/ |
H A D | promif.h | 179 extern void prom_reboot(char *bootstr);
|