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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c1776 ReturnHandler *rhp = thr_act->handlers; local
1780 while (rhp) {
1781 if (rhp == &thr_act->special_handler){
1782 if (rhp->next)
1783 printf("[NON-Zero next ptr(%p)]", rhp->next);
1787 printf("hdlr_%d(%p)->", counter, rhp->handler);
1788 rhp = rhp->next;

Completed in 21 milliseconds