efi_parsedev
rv = efi_parsedev(&ncurr, value, NULL);
static int efi_parsedev(struct devdesc **, const char *, const char **);
rv = efi_parsedev(dev, getenv("currdev"), NULL);
return (efi_parsedev(dev, devspec, path));