Searched defs:bootstr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_reboot.c36 prom_reboot(char *bootstr) argument
43 ci[3] = p1275_ptr2cell(bootstr); /* Arg1: bootspec */
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_reboot.c44 prom_reboot(char *bootstr) argument
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_cpu_states.c67 mdboot(int cmd, int fcn, char *bootstr, boolean_t invoke_cb) argument
130 if (bootstr == NULL) {
135 bootstr = "";
139 bootstr = "-a";
143 bootstr = "-s";
147 bootstr = "-sa";
152 bootstr = "";
167 bootstr) + dllen + 5, KM_NOSLEEP);
170 (void) strcpy(newstr, bootstr);
172 newstrlen = strlen(bootstr)
195 mdpreboot(int cmd, int fcn, char *bootstr) argument
204 reboot_machine(char *bootstr) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c526 bcons_init(char *bootstr) argument
536 boot_line = bootstr;
540 bcons_init_xen(bootstr);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c192 * "bootstr", when non-null, points to a string to be used as the
202 mdboot(int cmd, int fcn, char *bootstr, boolean_t invoke_cb) argument
231 if (bootstr == NULL) {
236 bootstr = "";
240 bootstr = "-a";
244 bootstr = "-s";
248 bootstr = "-sa";
253 bootstr = "";
264 store_boot_cmd(bootstr, B_TRUE, invoke_cb);
317 reboot_machine(bootstr);
325 mdpreboot(int cmd, int fcn, char *bootstr) argument
334 reboot_machine(char *bootstr) argument
[all...]

Completed in 68 milliseconds