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

/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c509 char diskpath[MAXPATHLEN]; local
519 (void) snprintf(diskpath, MAXPATHLEN, "%s/%s:q,raw",
521 fd = open(diskpath, O_RDONLY);
524 diskpath, errno);
530 diskpath);
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c541 char *diskpath, *livepath, *key, *querydev; local
599 &diskpath);
603 key, diskpath, livepath,
626 diskpath, tempguid);
634 (strstr(key, diskpath) == NULL) ? key : diskpath,

Completed in 212 milliseconds