Searched refs:s0path (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 6440 char s0path[PATH_MAX]; local 6449 (void) snprintf(s0path, sizeof (s0path), "/dev/rdsk/%s", s0); 6451 if (stat(s0path, &sbuf) == -1) { 6452 BAM_DPRINTF((D_SLICE0_ENOENT, fcn, s0path)); 6456 fd = open(s0path, O_NONBLOCK|O_RDONLY); 6458 bam_error(OPEN_FAIL, s0path, strerror(errno)); 6466 BAM_DPRINTF((D_VTOC_READ_FAIL, fcn, s0path)); 6469 BAM_DPRINTF((D_VTOC_INVALID, fcn, s0path)); 6472 BAM_DPRINTF((D_VTOC_UNKNOWN_ERR, fcn, s0path)); 6476 BAM_DPRINTF((D_VTOC_NOTSUP, fcn, s0path)); [all …]
|