Searched refs:DEV_TYP_STOR (Results 1 – 4 of 4) sorted by relevance
| /freebsd/stand/uboot/ |
| H A D | main.c | 60 { "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 D | api_public.h | 128 #define DEV_TYP_STOR 0x0002 macro
|
| H A D | glue.c | 351 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 D | uboot_disk.c | 108 if ((di != NULL) && (di->type & DEV_TYP_STOR)) { in stor_init()
|