Home
last modified time | relevance | path

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

/freebsd/stand/uboot/
H A Dmain.c60 { "disk", DEV_TYP_STOR },
61 { "ide", DEV_TYP_STOR | DT_STOR_IDE },
62 { "mmc", DEV_TYP_STOR | DT_STOR_MMC },
63 { "sata", DEV_TYP_STOR | DT_STOR_SATA },
64 { "scsi", DEV_TYP_STOR | DT_STOR_SCSI },
65 { "usb", DEV_TYP_STOR | DT_STOR_USB },
242 if (*type & DEV_TYP_STOR) { in get_load_device()
292 if (!(*type & DEV_TYP_STOR)) { in get_load_device()
513 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_STOR)) && in main()
H A Dapi_public.h128 #define DEV_TYP_STOR 0x0002 macro
H A Dglue.c351 if (!(devices[handle].type & DEV_TYP_STOR)) in dev_stor_valid()
481 } else if (di->type & DEV_TYP_STOR) { in ub_dump_di()
H A Duboot_disk.c108 if ((di != NULL) && (di->type & DEV_TYP_STOR)) { in stor_init()