Home
last modified time | relevance | path

Searched refs:Length (Results 1 – 8 of 8) sorted by relevance

/xnu-10002.81.5/osfmk/i386/
H A Dacpi.c587 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()
/xnu-10002.81.5/EXTERNAL_HEADERS/acpi/
H A DAcpi.h163 UINT32 Length; /* Length of table in bytes, including this header …
201 …UINT32 Length; /* Table length in bytes, including header (ACPI 2.0+)… member
235 UINT32 Length; /* Length of structure, in bytes */ member
H A DAcpi_v1.h184 UINT16 Length;
288 UINT8 Length; member
378 UINT8 Length;
639 UINT8 Length;
/xnu-10002.81.5/libkern/c++/
H A DOSString.cpp237 if (me->Length > 256) {
238 me->Length = 256;
/xnu-10002.81.5/iokit/DriverKit/
H A DIOMemoryMap.iig77 * @return Length.
H A DIOMemoryDescriptor.iig148 * @param length Length of the memory.
H A DIODMACommand.iig177 * @param length Length of the operation.
/xnu-10002.81.5/tests/
H A Dstackshot_block_owner_14362384.m188 T_QUIET; T_ASSERT_NOTNULL(len, "Length pointer shouldn't be NULL");