Searched refs:s0path (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 6175 char s0path[PATH_MAX]; local 6184 (void) snprintf(s0path, sizeof (s0path), "/dev/rdsk/%s", s0); 6186 if (stat(s0path, &sbuf) == -1) { 6187 BAM_DPRINTF((D_SLICE0_ENOENT, fcn, s0path)); 6191 fd = open(s0path, O_NONBLOCK|O_RDONLY); 6193 bam_error(OPEN_FAIL, s0path, strerror(errno)); 6201 BAM_DPRINTF((D_VTOC_READ_FAIL, fcn, s0path)); 6204 BAM_DPRINTF((D_VTOC_INVALID, fcn, s0path)); 6207 BAM_DPRINTF((D_VTOC_UNKNOWN_ERR, fcn, s0path)); 6211 BAM_DPRINTF((D_VTOC_NOTSUP, fcn, s0path)); [all …]
|