Home
last modified time | relevance | path

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

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