Home
last modified time | relevance | path

Searched refs:ub_dev_enum (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/boot/uboot/lib/
HDglue.h73 int ub_dev_enum(void);
HDglue.c223 ub_dev_enum(void) in ub_dev_enum() function
/NextBSD/sys/boot/uboot/common/
HDmain.c444 if ((devs_no = ub_dev_enum()) == 0) in main()
538 if ((devs_no = ub_dev_enum()) == 0) { in command_devinfo()