Home
last modified time | relevance | path

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

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