Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_misc.c71 hal->hal_prev->hal_next = hal->hal_next; in s1394_cleanup_for_detach()
72 if (hal->hal_next) in s1394_cleanup_for_detach()
73 hal->hal_next->hal_prev = hal->hal_prev; in s1394_cleanup_for_detach()
75 s1394_statep->hal_head = hal->hal_next; in s1394_cleanup_for_detach()
752 current_hal = current_hal->hal_next; in s1394_dip_to_hal()
H A Dh1394.c287 s1394_statep->hal_tail->hal_next = hal; in h1394_attach()
/illumos-gate/usr/src/cmd/mdb/common/modules/s1394/
H A Ds1394.c97 wsp->walk_addr = (uintptr_t)hal.hal_next; in speedmap_walk_step()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h508 s1394_hal_t *hal_next; member