Home
last modified time | relevance | path

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

/freebsd-14.2/stand/uboot/
H A Dmain.c57 { "disk", DEV_TYP_STOR },
58 { "ide", DEV_TYP_STOR | DT_STOR_IDE },
59 { "mmc", DEV_TYP_STOR | DT_STOR_MMC },
60 { "sata", DEV_TYP_STOR | DT_STOR_SATA },
61 { "scsi", DEV_TYP_STOR | DT_STOR_SCSI },
62 { "usb", DEV_TYP_STOR | DT_STOR_USB },
241 if (*type & DEV_TYP_STOR) { in get_load_device()
291 if (!(*type & DEV_TYP_STOR)) { in get_load_device()
519 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.c107 if ((di != NULL) && (di->type & DEV_TYP_STOR)) { in stor_init()