Searched refs:unit_if (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/x68k/stand/loadbsd/ |
H A D | loadbsd.c | 173 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 D | bootinfo.h | 75 #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))
|