Home
last modified time | relevance | path

Searched refs:DEV_TYP_NONE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/stand/uboot/common/
H A Dmain.c159 *devtype = DEV_TYP_NONE; in get_device_type()
214 *type = DEV_TYP_NONE; in get_load_device()
253 if ((*type == DEV_TYP_NONE) || (*p == '\0')) { in get_load_device()
259 *type = DEV_TYP_NONE; in get_load_device()
274 *type = DEV_TYP_NONE; in get_load_device()
287 *type = DEV_TYP_NONE; in get_load_device()
296 *type = DEV_TYP_NONE; in get_load_device()
310 *type = DEV_TYP_NONE; in get_load_device()
330 *type = DEV_TYP_NONE; in get_load_device()
499 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_STOR)) && in main()
[all …]
/freebsd-12.1/stand/uboot/lib/
H A Dapi_public.h127 #define DEV_TYP_NONE 0x0000 macro