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

1 2

  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 908 UINT8 Bus;
pci22.h 121 UINT8 Bus;
129 UINT32 Bus : 8;
efilib.h 908 UINT8 Bus;
pci22.h 121 UINT8 Bus;
129 UINT32 Bus : 8;
efilib.h 908 UINT8 Bus;
pci22.h 121 UINT8 Bus;
129 UINT32 Bus : 8;
efipciio.h 296 UINT8 Bus;
efipciio.h 296 UINT8 Bus;
efipciio.h 296 UINT8 Bus;
efi_pxe.h 42 // BUS ROM ID signatures
940 // PCI and PC Card NICs are both identified using bus, device
953 // Bus, device & function numbers that locate this device.
955 PXE_UINT16 Bus;
1136 // For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.
1144 PXE_UINT16 Bus;
1163 // For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.
1171 PXE_UINT16 Bus;
efi_pxe.h 42 // BUS ROM ID signatures
940 // PCI and PC Card NICs are both identified using bus, device
953 // Bus, device & function numbers that locate this device.
955 PXE_UINT16 Bus;
1136 // For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.
1144 PXE_UINT16 Bus;
1163 // For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.
1171 PXE_UINT16 Bus;
efi_pxe.h 42 // BUS ROM ID signatures
940 // PCI and PC Card NICs are both identified using bus, device
953 // Bus, device & function numbers that locate this device.
955 PXE_UINT16 Bus;
1136 // For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.
1144 PXE_UINT16 Bus;
1163 // For PCC bus devices, this field is set to PXE_BUSTYPE_PCC.
1171 PXE_UINT16 Bus;
  /src/sys/dev/acpi/
apei_cper.h 257 uint8_t Bus;
apei_cper.h 257 uint8_t Bus;
apei_cper.h 257 uint8_t Bus;
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 570 UINT8 Bus; /* PCI Bus/Segment/Function numbers */
834 UINT8 PciBus; /* PCI Bus number */
958 UINT8 PciBus; /* PCI Bus number */
actbl3.h 570 UINT8 Bus; /* PCI Bus/Segment/Function numbers */
834 UINT8 PciBus; /* PCI Bus number */
958 UINT8 PciBus; /* PCI Bus number */
actbl3.h 570 UINT8 Bus; /* PCI Bus/Segment/Function numbers */
834 UINT8 PciBus; /* PCI Bus number */
958 UINT8 PciBus; /* PCI Bus number */
actypes.h 1466 UINT16 Bus;
actypes.h 1466 UINT16 Bus;
actypes.h 1466 UINT16 Bus;
actbl1.h 1147 UINT8 Bus;
1912 UINT32 Bus; /* Bus and Segment numbers */
1931 * Macros to access the bus/segment numbers in Bus field above:
1932 * Bus number is encoded in bits 7:0
1935 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF)
1936 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF
    [all...]
actbl1.h 1147 UINT8 Bus;
1912 UINT32 Bus; /* Bus and Segment numbers */
1931 * Macros to access the bus/segment numbers in Bus field above:
1932 * Bus number is encoded in bits 7:0
1935 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF)
1936 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF
    [all...]
  /src/sys/dev/ic/
aacreg.h 211 #define FT_DRIVE 9 /* phys disk - addressable in scsi by bus/target/lun */
646 u_int32_t Bus;
755 u_int32_t bus; member in struct:aac_srb32
aacreg.h 211 #define FT_DRIVE 9 /* phys disk - addressable in scsi by bus/target/lun */
646 u_int32_t Bus;
755 u_int32_t bus; member in struct:aac_srb32

Completed in 62 milliseconds

1 2