Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_kdi.S164 be,a,pn %xcc, search_done; \
182 search_done:
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c342 int found, search_done; in hxge_rxbuf_pp_to_vp() local
441 search_done = B_FALSE; in hxge_rxbuf_pp_to_vp()
443 while (search_done == B_FALSE) { in hxge_rxbuf_pp_to_vp()
446 search_done = B_TRUE; in hxge_rxbuf_pp_to_vp()
470 search_done = B_TRUE; in hxge_rxbuf_pp_to_vp()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c709 int found, search_done; in nxge_rxbuf_pp_to_vp() local
820 search_done = B_FALSE; in nxge_rxbuf_pp_to_vp()
822 while (search_done == B_FALSE) { in nxge_rxbuf_pp_to_vp()
825 search_done = B_TRUE; in nxge_rxbuf_pp_to_vp()
850 search_done = B_TRUE; in nxge_rxbuf_pp_to_vp()