Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c6864 char s0path[PATH_MAX]; local
6873 (void) snprintf(s0path, sizeof (s0path), "/dev/rdsk/%s", s0);
6875 if (stat(s0path, &sbuf) == -1) {
6876 BAM_DPRINTF(("%s: slice 0 does not exist: %s\n", fcn, s0path));
6880 fd = open(s0path, O_NONBLOCK|O_RDONLY);
6882 bam_error(_("failed to open file: %s: %s\n"), s0path,
6892 fcn, s0path));
6896 fcn, s0path));
6900 "reading: %s\n", fcn, s0path));
6905 fcn, s0path));
[all …]