uboot_parsedev
if ((rv = uboot_parsedev(&ncurr, value, NULL)) != 0)
static int uboot_parsedev(struct uboot_devdesc **dev, const char *devspec,
if (((rv = uboot_parsedev(dev, getenv("currdev"), NULL)) == 0)
return (uboot_parsedev(dev, devspec, path));