Searched defs:efipci (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/ |
H A D | efi_pci.c | 45 static EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *efipci; variable 46 EFI_REQUIRE_PROTOCOL ( EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL, &efipci ); 60 if ( ( efirc = efipci->Pci.Read ( efipci, EFIPCI_WIDTH ( location ), 76 if ( ( efirc = efipci->Pci.Write ( efipci, EFIPCI_WIDTH ( location ), 119 * @ret efipci EFI PCI device, or NULL 124 struct efi_pci_device *efipci; local 138 efipci = zalloc ( sizeof ( *efipci ) ); 241 struct efi_pci_device *efipci; local 257 struct efi_pci_device *efipci; local 273 efipci_child_add( struct efi_pci_device *efipci, EFI_HANDLE device ) argument 306 efipci_child_del( struct efi_pci_device *efipci, EFI_HANDLE device ) argument 354 struct efi_pci_device *efipci; local 403 struct efi_pci_device *efipci; local 463 struct efi_pci_device *efipci; local 513 struct efi_pci_device *efipci; local [all...] |
H A D | efi_bofm.c | 174 struct efi_pci_device *efipci; local 181 efipci = efipci_create ( efidrv, device ); 182 if ( ! efipci ) { 188 if ( ( rc = bofm_find_driver ( &efipci->pci ) ) != 0 ) { 190 PCI_ARGS ( &efipci->pci ) ); 199 "protocol\n", PCI_ARGS ( &efipci->pci ) ); 210 "support: %s\n", PCI_ARGS ( &efipci->pci ), 216 PCI_ARGS ( &efipci->pci ), efipci->pci.id->name ); 219 efipci_destroy ( efidrv, efipci ); 253 struct efi_pci_device *efipci; local [all...] |
H A D | efi_snp.c | 55 struct efi_pci_device *efipci; member in struct:efi_snp_device 1119 struct efi_pci_device *efipci; local 1128 efipci = efipci_find ( netdev->dev ); 1129 if ( ! efipci ) { 1136 path_end = efi_devpath_end ( efipci->path ); 1138 ( ( void * ) efipci->path ) ); 1148 snpdev->efipci = efipci; 1190 memcpy ( &snpdev->path, efipci->path, path_prefix_len ); 1221 if ( ( efirc = efipci_child_add ( efipci, snpde [all...] |
Completed in 1841 milliseconds