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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_misc.c835 s1394_hal_t *current_hal = NULL; local
843 current_hal = s1394_statep->hal_head;
844 while (current_hal != NULL) {
845 if (current_hal->halinfo.dip == hal_dip) {
848 current_hal = current_hal->hal_next;
855 return (current_hal);

Completed in 57 milliseconds