Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c54 { "disk", DEV_TYP_STOR },
55 { "ide", DEV_TYP_STOR | DT_STOR_IDE },
56 { "mmc", DEV_TYP_STOR | DT_STOR_MMC },
57 { "sata", DEV_TYP_STOR | DT_STOR_SATA },
58 { "scsi", DEV_TYP_STOR | DT_STOR_SCSI },
59 { "usb", DEV_TYP_STOR | DT_STOR_USB },
253 if (!(*type & DEV_TYP_STOR)) { in get_load_device()
460 if ((load_type == -1 || (load_type & DEV_TYP_STOR)) && in main()
/titanic_54/usr/src/boot/sys/boot/uboot/lib/
H A Dapi_public.h130 #define DEV_TYP_STOR 0x0002 macro
H A Dglue.c317 if (!(devices[handle].type & DEV_TYP_STOR)) in dev_stor_valid()
447 } 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()