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

/freebsd-current/usr.sbin/dumpcis/
H A Dreadcis.c194 struct tuple_list *tl = 0, *last_tl; local
200 last_tl = tlist = read_one_tuplelist(fd, MDF_ATTR, (off_t) 0);
205 tp = find_tuple_in_list(last_tl, CIS_LONGLINK_A);
208 tp = find_tuple_in_list(last_tl, CIS_LONGLINK_C);
224 last_tl->next = tl;
225 last_tl = tl;

Completed in 55 milliseconds