HomeSort by: relevance | last modified time | path
    Searched defs:unit_if (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x68k/stand/loadbsd/
loadbsd.c 173 unsigned interface = 0, unit_if = 0; local
185 if (!(s = lookupif(s, &interface, &unit_if)))
193 unit_if = 0;
247 if (unit_if >= 16)
264 get_current_scsi_interface(&interface, &unit_if);
266 dev = X68K_MAKESCSIBOOTDEV(major, interface, unit_if,
275 devstr, major, interface, unit_if, unit, lun, partition, dev);

Completed in 22 milliseconds