OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootdevstr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x68k/stand/xxboot/
bootmain.c
170
char
bootdevstr
[16];
local in function:bootmain
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
);
/src/sys/arch/x68k/stand/boot_ufs/
bootmain.c
257
char
bootdevstr
[16];
local in function:bootufs
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
);
/src/sys/arch/riscv/riscv/
riscv_machdep.c
94
char
bootdevstr
[MAX_BOOT_DEV_STR] = "";
variable in typeref:typename:char[]
689
found = optstr_get(args, "root",
bootdevstr
, sizeof(
bootdevstr
));
691
bootspec =
bootdevstr
;
Completed in 12 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025