Home
last modified time | relevance | path

Searched refs:tag_list (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c273 struct tag_list { struct
279 static const struct tag_list tag_list[] = { variable
298 static const struct tag_list code_list[] = {
317 const struct tag_list *tlp; in poe_tagname()
320 for (tlp = tag_list; tlp->tl_name != NULL; tlp++) in poe_tagname()
334 const struct tag_list *tlp; in poe_codename()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl1228 my (@tag_list, @tag_list2, $new_tags);
1235 push(@tag_list, $tag0);
1244 @tag_list = @tag_list2 if ($new_tags);
1245 last if (! @tag_list);
1256 foreach $tag0 (@tag_list) {
1282 foreach $tg (@tag_list) {