Searched refs:serial_config (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_hyper.c | 52 static char *serial_config[2] = { NULL, NULL }; variable 216 char **rp = &serial_config[com - 1]; 903 if (serial_config[0] != NULL) { 904 newstr = append_str(kern_bargs, serial_config[0], " "); 909 if (serial_config[1] != NULL) { 910 newstr = append_str(kern_bargs, serial_config[1], " "); 1207 if ((serial_config[0] != NULL) && (bootenv_rc_serial[0] == NULL || 1208 (strcmp(serial_config[0], bootenv_rc_serial[0]) != 0))) { 1218 kernel = append_str(newstr, "'", serial_config[0]); 1223 if ((serial_config[ [all...] |
/illumos-gate/usr/src/uts/sun4u/lw8/sys/ |
H A D | lw8.h | 103 int serial_config; member in struct:__anon9817
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lom_io.h | 579 int serial_config; /* security, timeout, etc */ member in struct:__anon8091 587 /* serial_config defn - bottom 8bits are serial return timeout */
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bscv.c | 2623 info2.serial_config = bscv_get8_locked(ssp, chan_general, 2627 info2.serial_config |= LOM_SER_SECURITY; 2631 info2.serial_config |= LOM_SER_RETURN; 2635 info2.serial_config |= LOM_DISABLE_WDOG_BREAK;
|
Completed in 80 milliseconds