Searched defs:userboot_parsedev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Ddevicename.c41 static int userboot_parsedev(struct disk_devdesc **dev, const char *devspec, const char **path);
62 if (((rv = userboot_parsedev(dev, getenv("currdev"), NULL)) == 0) &&
71 return(userboot_parsedev(dev, devspec, path));
89 userboot_parsedev(struct disk_devdesc **dev, const char *devspec, const char **path) function
219 if ((rv = userboot_parsedev(&ncurr, value, NULL)) != 0)

Completed in 57 milliseconds