Home
last modified time | relevance | path

Searched refs:unit_if (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/loadbsd/
H A Dloadbsd.c173 unsigned interface = 0, unit_if = 0; in bootdev() local
185 if (!(s = lookupif(s, &interface, &unit_if))) in bootdev()
193 unit_if = 0; in bootdev()
247 if (unit_if >= 16) in bootdev()
264 get_current_scsi_interface(&interface, &unit_if); in bootdev()
266 dev = X68K_MAKESCSIBOOTDEV(major, interface, unit_if, in bootdev()
275 devstr, major, interface, unit_if, unit, lun, partition, dev); in bootdev()
/netbsd-src/sys/arch/x68k/include/
H A Dbootinfo.h75 #define X68K_MAKESCSIBOOTDEV(major, type_if, unit_if, scsi_id, lun, part) \ argument
76 MAKEBOOTDEV(major, type_if, unit_if, scsi_id, ((lun) << 4) | (part))