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

/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Ddevicename.c36 static int ofw_parsedev(struct ofw_devdesc **, const char *, const char **);
57 if (((rv = ofw_parsedev(dev, getenv("currdev"), NULL)) == 0) &&
66 return(ofw_parsedev(dev, devspec, path));
75 ofw_parsedev(struct ofw_devdesc **dev, const char *devspec, const char **path) function
112 printf("ofw_parsedev: malloc failed\n");
141 if ((rv = ofw_parsedev(&ncurr, value, NULL)) != 0)

Completed in 69 milliseconds