Home | History | Annotate | Download | only in loadbsd

Lines Matching defs:lun

145  * [/<controller>@<unit>/]<device>@<unit>[,<lun>][:<partition>]
170 unsigned major, unit, lun, partition;
210 * <type>@unit[,lun][:part]
226 lun = 0;
231 GETDECIMAL(lun, s);
251 if (lun >= 8)
252 xerrx(1, "%s: SCSI LUN >= 8 is not supported yet", devstr);
267 unit, lun, partition);
274 xwarnx("%s: major %u, if %u, un_if %u, unit %u, lun %u, partition %u; bootdev 0x%x",
275 devstr, major, interface, unit_if, unit, lun, partition, dev);
435 \t format: [/interface/]device@unit[,lun][:partition]\n\
440 \t lun: SCSI LUN # (0 if omitted)\n\