Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_fa.c112 fal->fal_tail->target_fa[type].fat_next = target; in s1394_fa_list_add()
132 *nextp = target->target_fa[type].fat_next; in s1394_fa_list_remove()
139 nextp = &curp->target_fa[type].fat_next; in s1394_fa_list_remove()
H A Ds1394_fcp.c286 target = fat->fat_next; in s1394_fcp_recv_write_request()
H A Ds1394_cmp.c343 for (; target; target = fat->fat_next) { in s1394_cmp_notify_reg_change()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h427 s1394_target_t *fat_next; /* next in the list */ member