Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/bsd/kern/
H A Duipc_mbuf2.c600 u_int64_t *end_ptr = (u_int64_t *)(t + 1); in m_tag_free_mbuf() local
601 while (fill_ptr < end_ptr) { in m_tag_free_mbuf()