OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boot_fields
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/alpha/alpha/
autoconf.c
264
char *cp, *scp, *
boot_fields
[8];
local in function:parse_prom_bootdev
286
boot_fields
[i++] = scp;
297
printf("%d = %s\n", i,
boot_fields
[i]);
300
bd.protocol =
boot_fields
[0];
301
bd.bus = atoi(
boot_fields
[1]);
302
bd.slot = atoi(
boot_fields
[2]);
303
bd.channel = atoi(
boot_fields
[3]);
304
bd.remote_address =
boot_fields
[4];
305
bd.unit = atoi(
boot_fields
[5]);
306
bd.boot_dev_type = atoi(
boot_fields
[6])
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025