HomeSort by: relevance | last modified time | path
    Searched defs:booted_slot (Results 1 - 4 of 4) sorted by relevancy

  /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;
111 booted_slot = *cp++ - '0';
134 booted_slot = cp[0] - '0';
183 if (ta->ta_slot == booted_slot)
201 ta->ta_slot == booted_slot) {
257 ta->ta_slot == booted_slot) {
autoconf.c 67 static int booted_slot, booted_unit; variable in typeref:typename:int
104 booted_slot = booted_unit = booted_partition = 0;
111 booted_slot = *cp++ - '0';
134 booted_slot = cp[0] - '0';
183 if (ta->ta_slot == booted_slot)
201 ta->ta_slot == booted_slot) {
257 ta->ta_slot == booted_slot) {
  /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;
114 booted_slot = *cp++ - '0';
135 booted_slot = *cp++ - '0';
245 if (device_unit(dev) == booted_slot)
autoconf.c 59 static int booted_slot, booted_unit; variable in typeref:typename:int
97 booted_slot = booted_unit = booted_partition = 0;
114 booted_slot = *cp++ - '0';
135 booted_slot = *cp++ - '0';
245 if (device_unit(dev) == booted_slot)

Completed in 26 milliseconds