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

/freebsd-9.3-release/sys/boot/uboot/lib/
H A Ddevicename.c37 static int uboot_parsedev(struct uboot_devdesc **dev, const char *devspec,
58 if (((rv = uboot_parsedev(dev, getenv("currdev"), NULL)) == 0)
67 return (uboot_parsedev(dev, devspec, path));
85 uboot_parsedev(struct uboot_devdesc **dev, const char *devspec, function
196 if ((rv = uboot_parsedev(&ncurr, value, NULL)) != 0)

Completed in 90 milliseconds