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

/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dapi_public.h128 #define DEV_TYP_NET 0x0001 macro
H A Dglue.c351 if (devices[handle].type != DEV_TYP_NET)
440 if (di->type == DEV_TYP_NET) {
H A Dnet.c218 if (di->type == DEV_TYP_NET)
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c61 { "net", DEV_TYP_NET }
187 * <type_name> DEV_TYP_STOR, DEV_TYP_NET
188 * <type_name><unit> DEV_TYP_STOR, DEV_TYP_NET
189 * <type_name><unit>: DEV_TYP_STOR, DEV_TYP_NET
473 if ((load_type == -1 || (load_type & DEV_TYP_NET)) &&

Completed in 51 milliseconds