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

/freebsd-11-stable/stand/i386/libi386/
H A Ddevicename.c37 static int i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path);
58 if (((rv = i386_parsedev(dev, getenv("currdev"), NULL)) == 0) &&
67 return(i386_parsedev(dev, devspec, path));
85 i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path) function
210 if ((rv = i386_parsedev(&ncurr, value, NULL)) != 0)

Completed in 91 milliseconds