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

/freebsd-13-stable/stand/uboot/common/
H A Dmain.c59 { "disk", DEV_TYP_STOR },
60 { "ide", DEV_TYP_STOR | DT_STOR_IDE },
61 { "mmc", DEV_TYP_STOR | DT_STOR_MMC },
62 { "sata", DEV_TYP_STOR | DT_STOR_SATA },
63 { "scsi", DEV_TYP_STOR | DT_STOR_SCSI },
64 { "usb", DEV_TYP_STOR | DT_STOR_USB },
195 * <type_name> DEV_TYP_STOR, DEV_TYP_NET
196 * <type_name><unit> DEV_TYP_STOR, DEV_TYP_NET
197 * <type_name><unit>: DEV_TYP_STOR, DEV_TYP_NET
198 * <type_name><unit>:<slice> DEV_TYP_STOR
[all...]
/freebsd-13-stable/stand/uboot/lib/
H A Dapi_public.h130 #define DEV_TYP_STOR 0x0002 macro
H A Dglue.c354 if (!(devices[handle].type & DEV_TYP_STOR))
484 } else if (di->type & DEV_TYP_STOR) {
H A Ddisk.c108 if ((di != NULL) && (di->type & DEV_TYP_STOR)) {

Completed in 45 milliseconds