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

  /src/sys/arch/ews4800mips/stand/common/
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...]
local.h 51 struct device_capability { struct
60 extern struct device_capability DEVICE_CAPABILITY;
diskutil.c 107 if (!DEVICE_CAPABILITY.disk_enabled)
164 if (!DEVICE_CAPABILITY.disk_enabled)
devopen.c 102 if (!DEVICE_CAPABILITY.network_enabled) {
137 if (!DEVICE_CAPABILITY.disk_enabled) {
ustarfs.c 64 if (DEVICE_CAPABILITY.active_device == NVSRAM_BOOTDEV_HARDDISK)
66 else if (DEVICE_CAPABILITY.active_device == NVSRAM_BOOTDEV_FLOPPYDISK)
disk.c 99 DEVICE_CAPABILITY.active_device = type;

Completed in 17 milliseconds