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

/freebsd-9.3-release/usr.sbin/dumpcis/
H A Dreadcis.c50 static struct tuple *find_tuple_in_list(struct tuple_list *, unsigned char);
205 tp = find_tuple_in_list(last_tl, CIS_LONGLINK_A);
208 tp = find_tuple_in_list(last_tl, CIS_LONGLINK_C);
230 if (find_tuple_in_list(tlist, CIS_NOLINK) == 0 &&
231 find_tuple_in_list(tlist, CIS_LINKTARGET) == 0 &&
340 * find_tuple_in_list - find a tuple within a
344 find_tuple_in_list(struct tuple_list *tl, unsigned char code) function

Completed in 96 milliseconds