Searched defs:troot (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c62 tf_rdata_new(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr n, tnode_t *troot) argument
73 r->rd_pn = troot;
H A Dtopo_xml.c1839 tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot)
1881 troot)) == NULL) {
1902 if ((rdp = topo_xml_walk(mp, xinfo, def_set, troot)) == NULL) {
1927 if ((rdp = tf_rdata_new(mp, xinfo, curr, troot)) == NULL) {
1949 topo_xml_enum(topo_mod_t *tmp, tf_info_t *xinfo, tnode_t *troot) argument
1960 if ((xinfo->tf_rd = topo_xml_walk(tmp, xinfo, xroot, troot)) == NULL) {
1838 topo_xml_walk(topo_mod_t *mp, tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot) argument
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c136 register Dt_t *troot; local
142 troot = tdata.sh->alias_tree;
193 troot = tdata.sh->track_tree;
196 return(b_common(argv,flag,troot,&tdata));
210 Dt_t *troot; local
221 troot = tdata.sh->var_tree;
296 troot = tdata.sh->fun_tree;
363 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU))))
401 return(b_common(argv,flag,troot,&tdata));
434 static int b_common(char **argv,register int flag,Dt_t *troot,struc argument
941 b_unall(int argc, char **argv, register Dt_t *troot, Shell_t* shp) argument
[all...]

Completed in 51 milliseconds