Searched refs:DEV_TYP_NET (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/stand/uboot/lib/
H A Dapi_public.h128 #define DEV_TYP_NET 0x0001 macro
H A Dglue.c388 if (devices[handle].type != DEV_TYP_NET)
477 if (di->type == DEV_TYP_NET) {
H A Dnet.c218 if (di->type == DEV_TYP_NET)
/freebsd-13-stable/stand/uboot/common/
H A Dmain.c65 { "net", DEV_TYP_NET }
195 * <type_name> DEV_TYP_STOR, DEV_TYP_NET
196 * <type_name><unit> DEV_TYP_STOR, DEV_TYP_NET
197 * <type_name><unit>: DEV_TYP_STOR, DEV_TYP_NET
511 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_NET)) &&

Completed in 110 milliseconds