Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/cvt/
H A Dcompare.c57 char *ctfname, *stabname; in main() local
68 stabname = argv[2]; in main()
74 if (read_stabs(stabrtd, stabname, 0) != 0) in main()
76 else if (read_ctf(&stabname, 1, NULL, read_ctf_save_cb, &stabtd, 0) in main()
78 terminate("%s doesn't have stabs or CTF\n", stabname); in main()
88 terminate("%s grew by %d\n", stabname, new); in main()
/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c69 xmlattr_to_stab(topo_mod_t *mp, xmlNodePtr n, const char *stabname, in xmlattr_to_stab() argument
80 if ((str = xmlGetProp(n, (xmlChar *)stabname)) == NULL) { in xmlattr_to_stab()