Lines Matching defs:partition
88 * disk<unit>[s<slice>][<partition>]:
97 int i, unit, slice, partition, err;
130 partition = -1;
141 err = EPART; /* XXX : NetBSD calls a FreeBSD SLICE, a Partition! */
146 partition = *cp - 'a'; /* get a partition number */
147 if ((partition < 0) || (partition >= MAXPARTITIONS)) {
165 idev->d_kind.efidisk.partition = partition;
235 if (dev->d_kind.efidisk.partition >= 0) {
236 len += snprintf(buf + len, buflen - len, "%c", dev->d_kind.efidisk.partition + 'a');