Searched refs:s0path (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 6147 char s0path[PATH_MAX]; local 6156 (void) snprintf(s0path, sizeof (s0path), "/dev/rdsk/%s", s0); 6158 if (stat(s0path, &sbuf) == -1) { 6159 BAM_DPRINTF((D_SLICE0_ENOENT, fcn, s0path)); 6163 fd = open(s0path, O_NONBLOCK|O_RDONLY); 6165 bam_error(OPEN_FAIL, s0path, strerror(errno)); 6173 BAM_DPRINTF((D_VTOC_READ_FAIL, fcn, s0path)); 6176 BAM_DPRINTF((D_VTOC_INVALID, fcn, s0path)); 6179 BAM_DPRINTF((D_VTOC_UNKNOWN_ERR, fcn, s0path)); 6183 BAM_DPRINTF((D_VTOC_NOTSUP, fcn, s0path)); [all …]
|