Searched refs:bootdevstr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/x68k/stand/xxboot/
H A Dbootmain.c170 char bootdevstr[16]; local
197 *(uint32_t *)bootdevstr =
200 bootdevstr[4] = 'a' + minor;
201 bootdevstr[5] = '\0';
206 ha = get_scsi_host_adapter(bootdevstr);
218 bootdevstr[10] = '0' + (SCSI_ID & 7);
219 bootdevstr[14] = 'a' + part;
225 IOCS_B_PRINT(bootdevstr);
/netbsd-current/sys/arch/x68k/stand/boot_ufs/
H A Dbootmain.c257 char bootdevstr[16]; local
281 *(int *)bootdevstr = ('f' << 24 | 'd' << 16 | '@' << 8 | '0') +
283 bootdevstr[4] = '\0';
302 ha = get_scsi_host_adapter(bootdevstr);
303 bootdevstr[10] = '0' + (ID & 7);
304 bootdevstr[14] = 'a' + part;
311 B_PRINT(bootdevstr);
/netbsd-current/sys/arch/riscv/riscv/
H A Driscv_machdep.c87 char bootdevstr[MAX_BOOT_DEV_STR] = ""; variable
677 found = optstr_get(args, "root", bootdevstr, sizeof(bootdevstr));
679 bootspec = bootdevstr;

Completed in 114 milliseconds