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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_fa.c126 s1394_fa_hal_t *fal = &hal->hal_fa[type]; local
128 if (fal->fal_head == NULL) {
129 ASSERT(fal->fal_tail == NULL);
130 fal->fal_head = fal->fal_tail = target;
132 fal->fal_tail->target_fa[type].fat_next = target;
133 fal->fal_tail = target;
135 fal->fal_gen++;
147 s1394_fa_hal_t *fal = &hal->hal_fa[type]; local
150 for (nextp = &fal
173 s1394_fa_hal_t *fal = &hal->hal_fa[type]; local
186 s1394_fa_hal_t *fal = &hal->hal_fa[type]; local
[all...]

Completed in 58 milliseconds