Lines Matching refs:devstr
54 static int bootdev(const char *devstr);
167 bootdev(const char *devstr) in bootdev() argument
172 const char *s = devstr; in bootdev()
183 xerrx(1, "%s: bad format", devstr); in bootdev()
186 xerrx(1, "%s: unknown interface", devstr); in bootdev()
205 xerrx(1, "%s: unknown device", devstr); in bootdev()
219 xerrx(1, "%s: missing unit number", devstr); in bootdev()
221 xerrx(1, "%s: wrong device", devstr); in bootdev()
230 xerrx(1, "%s: wrong device", devstr); in bootdev()
242 xerrx(1, "%s: wrong partition letter", devstr); in bootdev()
248 xerrx(1, "%s: interface unit # too large", devstr); in bootdev()
250 xerrx(1, "%s: device unit # too large", devstr); in bootdev()
252 xerrx(1, "%s: SCSI LUN >= 8 is not supported yet", devstr); in bootdev()
254 xerrx(1, "%s: unsupported partition", devstr); in bootdev()
275 devstr, major, interface, unit_if, unit, lun, partition, dev); in bootdev()