Home
last modified time | relevance | path

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

/freebsd-12.1/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 },
237 if (*type & DEV_TYP_STOR) { in get_load_device()
286 if (!(*type & DEV_TYP_STOR)) { in get_load_device()
499 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_STOR)) && in main()
/freebsd-12.1/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)) in dev_stor_valid()
484 } else if (di->type & DEV_TYP_STOR) { in ub_dump_di()
H A Ddisk.c108 if ((di != NULL) && (di->type & DEV_TYP_STOR)) { in stor_init()