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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c200 union kds_ptr kd_list_head; member in struct:kd_bufinfo
575 kdbip[i].kd_list_head.raw = KDS_PTR_NULL;
640 if (kdsp.raw == kdbp->kd_list_head.raw) {
652 kdbp->kd_list_head = kdsp_actual->kds_next;
704 if (kdbp_try->kd_list_head.raw == KDS_PTR_NULL) {
711 kdsp_actual = POINTER_FROM_KDS_PTR(kdbp_try->kd_list_head);
740 kdsp = kdbp_vict->kd_list_head;
742 kdbp_vict->kd_list_head = kdsp_actual->kds_next;
744 if (kdbp_vict->kd_list_head.raw != KDS_PTR_NULL) {
745 kdsp_next_actual = POINTER_FROM_KDS_PTR(kdbp_vict->kd_list_head);
[all...]

Completed in 174 milliseconds