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

  /src/sys/arch/x68k/stand/boot/
boot.c 81 uint32_t bootinf; local in function:get_scsi_host_adapter
85 bootinf = IOCS_BOOTINF();
86 if (bootinf < 0xa0) {
91 /* Or, bootinf indicates the boot address */
92 bootrom = (char *)(bootinf & 0x00ffffe0);
boot.c 81 uint32_t bootinf; local in function:get_scsi_host_adapter
85 bootinf = IOCS_BOOTINF();
86 if (bootinf < 0xa0) {
91 /* Or, bootinf indicates the boot address */
92 bootrom = (char *)(bootinf & 0x00ffffe0);
boot.c 81 uint32_t bootinf; local in function:get_scsi_host_adapter
85 bootinf = IOCS_BOOTINF();
86 if (bootinf < 0xa0) {
91 /* Or, bootinf indicates the boot address */
92 bootrom = (char *)(bootinf & 0x00ffffe0);
boot.c 81 uint32_t bootinf; local in function:get_scsi_host_adapter
85 bootinf = IOCS_BOOTINF();
86 if (bootinf < 0xa0) {
91 /* Or, bootinf indicates the boot address */
92 bootrom = (char *)(bootinf & 0x00ffffe0);

Completed in 42 milliseconds