Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dtest_vm_no_pager_helper.c373 char* end_ptr; in create_disk_image() local
382 if ((end_ptr = strchr(buf, '\n'))) { in create_disk_image()
383 *end_ptr = '\0'; in create_disk_image()
405 if ((end_ptr = strchr(buf, '\n'))) { in create_disk_image()
406 *end_ptr = '\0'; in create_disk_image()
/xnu-11417.121.6/osfmk/i386/
H A Dacpi.c714 void *end_ptr; in acpi_count_enabled_logical_processors() local
732 end_ptr = (void *)((uintptr_t)madtp + madtp->Length); in acpi_count_enabled_logical_processors()
735 while ((void *)next_apic_entryp < end_ptr) { in acpi_count_enabled_logical_processors()
/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf2.c602 u_int64_t *end_ptr = (u_int64_t *)(t + 1); in m_tag_free_mbuf() local
603 while (fill_ptr < end_ptr) { in m_tag_free_mbuf()