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

  /src/sys/arch/emips/emips/
autoconf.c 55 static const char *booted_controller; variable in typeref:typename:const char *
98 booted_controller = NULL;
107 booted_controller = "BOOTP";
127 booted_controller = booted_controller_name;
132 booted_bus, booted_controller, booted_unit, booted_partition);
167 netboot = (strcmp(booted_controller, "BOOTP") == 0);
205 if (device_is_a(dev, booted_controller) &&
  /src/sys/arch/luna68k/luna68k/
autoconf.c 81 static device_t booted_controller; local in function:device_register
110 booted_controller = dev;
115 if (booted_controller != NULL &&
120 if (device_parent(parent) != booted_controller)
  /src/sys/arch/pmax/pmax/
autoconf.c 66 static device_t booted_controller; variable in typeref:typename:device_t
202 booted_controller = dev;
212 booted_controller = dev;
220 if (booted_controller &&
226 if (device_parent(parent) != booted_controller)
  /src/sys/arch/sgimips/sgimips/
autoconf.c 58 static device_t booted_controller = NULL; variable in typeref:typename:device_t
246 booted_controller = dev;
254 if (booted_controller &&
260 if (device_parent(parent) != booted_controller)

Completed in 13 milliseconds