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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c629 struct kd_storage *kdsp_actual; local
651 kdsp_actual = POINTER_FROM_KDS_PTR(kdsp);
652 kdbp->kd_list_head = kdsp_actual->kds_next;
654 kdsp_actual->kds_next = kd_ctrl_page.kds_free_list;
668 struct kd_storage *kdsp_actual, *kdsp_next_actual; local
681 kdsp_actual = POINTER_FROM_KDS_PTR(kdbp->kd_list_tail);
683 if (kdsp_actual->kds_bufindx < EVENTS_PER_STORAGE_UNIT)
688 kdsp_actual = POINTER_FROM_KDS_PTR(kdsp);
689 kd_ctrl_page.kds_free_list = kdsp_actual->kds_next;
711 kdsp_actual
843 struct kd_storage *kdsp_actual; local
980 struct kd_storage *kdsp_actual; local
2598 struct kd_storage *kdsp_actual; local
[all...]

Completed in 120 milliseconds