Home
last modified time | relevance | path

Searched refs:end_ptr (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/i386/
H A Dacpi.c716 void *end_ptr; in acpi_count_enabled_logical_processors() local
734 end_ptr = (void *)((uintptr_t)madtp + madtp->Length); in acpi_count_enabled_logical_processors()
737 while ((void *)next_apic_entryp < end_ptr) { in acpi_count_enabled_logical_processors()
/xnu-8792.61.2/bsd/kern/
H A Duipc_mbuf2.c479 u_int64_t *end_ptr = (u_int64_t *)(t + 1); in m_tag_free() local
480 while (fill_ptr < end_ptr) { in m_tag_free()