Home
last modified time | relevance | path

Searched refs:Setlist (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h163 #define Setlist "setlist" macro
H A Dtopo_xml.c1223 set = xmlGetProp(cn, (xmlChar *)Setlist); in pad_process()
1880 set = xmlGetProp(curr, (xmlChar *)Setlist); in topo_xml_walk()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c977 static struct setlist Setlist[] = { variable
1016 genget(name, (char **)Setlist, sizeof (struct setlist)));
1050 for (ct = Setlist; ct->name; ct++)
1128 for (ct = Setlist; ct->name; ct++) in unsetcmd()
1401 for (sl = Setlist; sl->name; sl++) {