Lines Matching refs:slice
88 * disk<unit>[s<slice>][<partition>]:
97 int i, unit, slice, partition, err;
129 slice = -1;
137 if (*cp == 's') { /* got a slice number */
139 slice = strtol(np, &cp, 10);
141 err = EPART; /* XXX : NetBSD calls a FreeBSD SLICE, a Partition! */
164 idev->d_kind.efidisk.slice = slice;
230 if (dev->d_kind.efidisk.slice > 0) {
231 len += snprintf(buf + len, buflen - len, "s%d", dev->d_kind.efidisk.slice);