Home
last modified time | relevance | path

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

/titanic_53/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) in dev_net_valid()
440 if (di->type == DEV_TYP_NET) { in ub_dump_di()
H A Dnet.c217 if (di->type == DEV_TYP_NET) in net_probe()
/titanic_53/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c60 { "net", DEV_TYP_NET }
467 if ((load_type == -1 || (load_type & DEV_TYP_NET)) && in main()