Searched refs:kdsp_actual (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c566 struct kd_storage *kdsp_actual; local
588 kdsp_actual = POINTER_FROM_KDS_PTR(kdsp);
589 kdbp->kd_list_head = kdsp_actual->kds_next;
591 kdsp_actual->kds_next = kd_ctrl_page.kds_free_list;
605 struct kd_storage *kdsp_actual, *kdsp_next_actual; local
618 kdsp_actual = POINTER_FROM_KDS_PTR(kdbp->kd_list_tail);
620 if (kdsp_actual->kds_bufindx < EVENTS_PER_STORAGE_UNIT)
625 kdsp_actual = POINTER_FROM_KDS_PTR(kdsp);
626 kd_ctrl_page.kds_free_list = kdsp_actual->kds_next;
648 kdsp_actual
738 struct kd_storage *kdsp_actual; local
2160 struct kd_storage *kdsp_actual; local
[all...]

Completed in 20 milliseconds