Searched refs:diskpath (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/boot/scripts/ |
H A D | create_diskmap.ksh | 36 /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 D | biosdev.c | 509 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 D | stmsboot_util.c | 541 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()
|