Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_diskmap.ksh34 /sbin/biosdev 2> /dev/null | while read diskno diskpath
36 devname=`/bin/ls -l /dev/rdsk/*p0 | /bin/grep $diskpath | /bin/nawk '{ print $9 }'`
39 echo "$grubdisk $ctdname $diskpath" >> "$GRUBDISKMAP"
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c507 char diskpath[MAXPATHLEN]; in match_first_block() local
517 (void) snprintf(diskpath, MAXPATHLEN, "%s/%s:q,raw", in match_first_block()
519 fd = open(diskpath, O_RDONLY); in match_first_block()
522 diskpath, errno); in match_first_block()
528 diskpath); in match_first_block()
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c547 char *diskpath, *livepath, *key, *querydev; in list_devs() local
605 &diskpath); in list_devs()
609 key, diskpath, livepath, in list_devs()
632 diskpath, tempguid); in list_devs()
640 (strstr(key, diskpath) == NULL) ? key : diskpath, in list_devs()