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

  /src/sys/arch/x68k/stand/loadbsd/
loadbsd.c 117 unsigned binf; local in function:get_current_scsi_interface
121 binf = (unsigned) IOCS_BOOTINF();
122 if (binf < 0x00fc0000)
125 bootrom = (char *) (binf & 0x00ffffe0);
loadbsd.c 117 unsigned binf; local in function:get_current_scsi_interface
121 binf = (unsigned) IOCS_BOOTINF();
122 if (binf < 0x00fc0000)
125 bootrom = (char *) (binf & 0x00ffffe0);

Completed in 23 milliseconds