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

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

Completed in 105 milliseconds