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

  /src/sys/arch/ews4800mips/stand/common/
local.h 51 struct device_capability { struct
60 extern struct device_capability DEVICE_CAPABILITY;
boot.c 62 struct device_capability DEVICE_CAPABILITY;
129 if (!DEVICE_CAPABILITY.active)
132 unit = DEVICE_CAPABILITY.booted_unit;
134 switch (DEVICE_CAPABILITY.booted_device) {
165 if (DEVICE_CAPABILITY.network_enabled) {
284 DEVICE_CAPABILITY.booted_device = booted_device;
286 DEVICE_CAPABILITY.booted_unit = booted_unit;
290 DEVICE_CAPABILITY.active = true;
292 DEVICE_CAPABILITY.network_enabled = true
    [all...]

Completed in 12 milliseconds