Home
last modified time | relevance | path

Searched refs:DEV_TYP_STOR (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/boot/uboot/common/
HDmain.c55 { "disk", DEV_TYP_STOR },
56 { "ide", DEV_TYP_STOR | DT_STOR_IDE },
57 { "mmc", DEV_TYP_STOR | DT_STOR_MMC },
58 { "sata", DEV_TYP_STOR | DT_STOR_SATA },
59 { "scsi", DEV_TYP_STOR | DT_STOR_SCSI },
60 { "usb", DEV_TYP_STOR | DT_STOR_USB },
257 if (!(*type & DEV_TYP_STOR)) { in get_load_device()
466 if ((load_type == -1 || (load_type & DEV_TYP_STOR)) && in main()
/NextBSD/sys/boot/uboot/lib/
HDapi_public.h130 #define DEV_TYP_STOR 0x0002 macro
HDglue.c316 if (!(devices[handle].type & DEV_TYP_STOR)) in dev_stor_valid()
446 } else if (di->type & DEV_TYP_STOR) { in ub_dump_di()
HDdisk.c108 if ((di != NULL) && (di->type & DEV_TYP_STOR)) { in stor_init()