/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...] |
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...] |
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...] |