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

/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_diskmap.ksh36 /sbin/biosdev 2> /dev/null | while read diskno diskpath
38 devname=`/bin/ls -l /dev/rdsk/*p0 | /bin/grep $diskpath | /bin/nawk '{ print $9 }'`
41 echo "$grubdisk $ctdname $diskpath" >> "$GRUBDISKMAP"
/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 72 milliseconds