Searched refs:Length (Results 1 – 8 of 8) sorted by relevance
587 pointer_count = ((sdtp)->Length - sizeof(ACPI_TABLE_HEADER)) / sizeof(entry_type); \598 if (cksum8((uint8_t *)next_table, next_table->Length) == 0) { \669 if (cksum8((uint8_t *)xsdtp, xsdtp->Length) != 0) { in acpi_find_table()683 if (cksum8((uint8_t *)rsdtp, rsdtp->Length) != 0) { in acpi_find_table()734 end_ptr = (void *)((uintptr_t)madtp + madtp->Length); in acpi_count_enabled_logical_processors()751 next_apic_entryp->Length); in acpi_count_enabled_logical_processors()755 next_apic_entryp = (APIC_HEADER *)((uintptr_t)next_apic_entryp + next_apic_entryp->Length); in acpi_count_enabled_logical_processors()
163 UINT32 Length; /* Length of table in bytes, including this header …201 …UINT32 Length; /* Table length in bytes, including header (ACPI 2.0+)… member235 UINT32 Length; /* Length of structure, in bytes */ member
184 UINT16 Length;288 UINT8 Length; member378 UINT8 Length;639 UINT8 Length;
237 if (me->Length > 256) {238 me->Length = 256;
77 * @return Length.
148 * @param length Length of the memory.
177 * @param length Length of the operation.
188 T_QUIET; T_ASSERT_NOTNULL(len, "Length pointer shouldn't be NULL");