/src/sys/arch/emips/emips/ |
autoconf.c | 54 static int booted_bus, booted_unit; variable in typeref:typename:int 97 booted_bus = booted_unit = booted_partition = 0; 121 booted_unit = *cp++ - '0'; 132 booted_bus, booted_controller, booted_unit, booted_partition); 206 (device_unit(dev) == booted_unit)) {
|
/src/sys/arch/luna68k/luna68k/ |
autoconf.c | 54 static uint booted_adpt, booted_ctlr, booted_unit, booted_part; variable in typeref:typename:uint 67 booted_unit = B_UNIT(bootdev); 122 if (booted_unit != sa->sa_periph->periph_target)
|
/src/sys/arch/pmax/pmax/ |
autoconf.c | 67 static int booted_slot, booted_unit; variable in typeref:typename:int 104 booted_slot = booted_unit = booted_partition = 0; 115 booted_unit = *cp++ - '0'; 138 booted_unit = cp[4] - '0'; 228 if (booted_unit != sa->sa_periph->periph_target)
|
/src/sys/arch/sgimips/sgimips/ |
autoconf.c | 59 static int booted_slot, booted_unit; variable in typeref:typename:int 97 booted_slot = booted_unit = booted_partition = 0; 118 booted_unit = *cp++ - '0'; 139 booted_unit = *cp++ - '0'; 262 if (booted_unit != sa->sa_periph->periph_target)
|
/src/sys/arch/ews4800mips/stand/common/ |
boot.c | 132 unit = DEVICE_CAPABILITY.booted_unit; 276 int booted_device, booted_unit, fd_format; local in function:set_device_capability 278 boot_device(&booted_device, &booted_unit, &fd_format); 286 DEVICE_CAPABILITY.booted_unit = booted_unit; 324 printf(" unit %d\n", DEVICE_CAPABILITY.booted_unit);
|
local.h | 54 int booted_unit; member in struct:device_capability
|