Home
last modified time | relevance | path

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

/NextBSD/sys/boot/uboot/lib/
HDapi_public.h128 #define DEV_TYP_NET 0x0001 macro
HDglue.c350 if (devices[handle].type != DEV_TYP_NET) in dev_net_valid()
439 if (di->type == DEV_TYP_NET) { in ub_dump_di()
HDnet.c211 if (di->type == DEV_TYP_NET) in net_probe()
/NextBSD/sys/boot/uboot/common/
HDmain.c61 { "net", DEV_TYP_NET }
473 if ((load_type == -1 || (load_type & DEV_TYP_NET)) && in main()