Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/
H A Dt1394.c177 if ((target->on_hal->target_head == NULL) && in t1394_attach()
179 target->on_hal->target_head = target; in t1394_attach()
245 if ((target->on_hal->target_head == target) && in t1394_detach()
247 target->on_hal->target_head = NULL; in t1394_detach()
254 if (target->on_hal->target_head == target) in t1394_detach()
255 target->on_hal->target_head = target->target_next; in t1394_detach()
H A Ds1394_misc.c875 temp = hal->target_head; in s1394_target_from_dip_locked()
H A Ds1394_bus_reset.c1419 curr_target = hal->target_head; in s1394_physical_arreq_setup_all()
H A Dh1394.c190 hal->target_head = NULL; in h1394_attach()
/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h548 s1394_target_t *target_head; member