Searched refs:booted_controller (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dautoconf.c55 static const char *booted_controller; variable
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) &&
/netbsd-6-1-5-RELEASE/sys/arch/pmax/pmax/
H A Dautoconf.c66 static struct device *booted_controller; variable in typeref:struct:device
202 booted_controller = dev;
212 booted_controller = dev;
220 if (booted_controller &&
226 if (device_parent(parent) != booted_controller)
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/sgimips/
H A Dautoconf.c58 static struct device *booted_controller = NULL; variable in typeref:struct:device
247 booted_controller = dev;
255 if (booted_controller &&
261 if (device_parent(parent) != booted_controller)

Completed in 185 milliseconds