/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | acpi.c | 22 #include <ipxe/acpi.h> 41 * @v acpi ACPI table header 43 void acpi_fix_checksum ( struct acpi_description_header *acpi ) { 47 for ( i = 0 ; i < acpi->length ; i++ ) { 48 sum += *( ( ( uint8_t * ) acpi ) + i ); 50 acpi->checksum -= sum; 64 * @v acpi ACPI table 69 struct acpi_description_header *acpi, size_t len ) { 77 rc = op ( object, acpi, len ); 68 acpi_describe( struct interface *intf, struct acpi_description_header *acpi, size_t len ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/ |
H A D | ibft.c | 36 #include <ipxe/acpi.h> 425 * @v acpi ACPI table 430 struct acpi_description_header *acpi, 433 container_of ( acpi, struct ipxe_ibft, table.acpi ); 453 ibft->table.acpi.signature = cpu_to_le32 ( IBFT_SIG ); 454 ibft->table.acpi.length = cpu_to_le32 ( len ); 455 ibft->table.acpi.revision = 1; 429 ibft_describe( struct iscsi_session *iscsi, struct acpi_description_header *acpi, size_t len ) argument
|
H A D | srp.c | 702 * @v acpi ACPI table 707 struct acpi_description_header *acpi, 710 container_of ( acpi, struct ipxe_sbft, table.acpi ); 718 sbft->table.acpi.signature = cpu_to_le32 ( SBFT_SIG ); 719 sbft->table.acpi.length = cpu_to_le32 ( sizeof ( *sbft ) ); 720 sbft->table.acpi.revision = 1; 732 if ( ( rc = acpi_describe ( &srpdev->socket, acpi, len ) ) != 0 ) { 706 srpdev_describe( struct srp_device *srpdev, struct acpi_description_header *acpi, size_t len ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | aoe.h | 17 #include <ipxe/acpi.h> 120 struct acpi_description_header acpi; member in struct:abft_table
|
H A D | ibft.h | 45 #include <ipxe/acpi.h> 257 struct acpi_description_header acpi; member in struct:ibft_table 268 struct acpi_description_header *acpi,
|
H A D | srp.h | 17 #include <ipxe/acpi.h> 793 struct acpi_description_header acpi; member in struct:sbft_table
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/ |
H A D | ib_srp.c | 39 #include <ipxe/acpi.h> 119 * @v acpi ACPI table 124 struct acpi_description_header *acpi, 128 container_of ( acpi, struct sbft_table, acpi ); 133 if ( acpi->signature != SBFT_SIG ) 137 used = le32_to_cpu ( sbft->acpi.length ); 143 sbft->acpi.length = cpu_to_le32 ( used ); 123 ib_srp_describe( struct ib_srp_device *ib_srp, struct acpi_description_header *acpi, size_t len ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | aoe.c | 791 * @v acpi ACPI table 796 struct acpi_description_header *acpi, 799 container_of ( acpi, struct abft_table, acpi ); 806 abft->acpi.signature = cpu_to_le32 ( ABFT_SIG ); 807 abft->acpi.length = cpu_to_le32 ( sizeof ( *abft ) ); 808 abft->acpi.revision = 1; 795 aoedev_describe( struct aoe_device *aoedev, struct acpi_description_header *acpi, size_t len ) argument
|
H A D | fcp.c | 37 #include <ipxe/acpi.h> 846 * @v acpi ACPI table 851 struct acpi_description_header *acpi, 856 ( void ) acpi; 850 fcpdev_acpi_describe( struct fcp_device *fcpdev, struct acpi_description_header *acpi, size_t len ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/ |
H A D | int13.c | 36 #include <ipxe/acpi.h> 1921 struct acpi_description_header acpi; member in union:xbft_table 1957 strncpy ( xbftab.acpi.oem_id, "FENSYS", 1958 sizeof ( xbftab.acpi.oem_id ) ); 1959 strncpy ( xbftab.acpi.oem_table_id, "iPXE", 1960 sizeof ( xbftab.acpi.oem_table_id ) ); 1963 if ( ( rc = acpi_describe ( &int13->block, &xbftab.acpi, 1971 acpi_fix_checksum ( &xbftab.acpi ); 1977 le32_to_cpu ( xbftab.acpi.length ) );
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/ |
H A D | httpcore.c | 47 #include <ipxe/acpi.h> 823 * @v acpi ACPI table 828 struct acpi_description_header *acpi, 833 ( void ) acpi; 827 http_acpi_describe( struct http_request *http, struct acpi_description_header *acpi, size_t len ) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 1024 QString acpi = biosSettings.GetACPIEnabled() local 1073 + QString (sSectionItemTpl2).arg (tr ("ACPI", "details report"), acpi)
|