Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c136 register Dt_t *troot; in b_alias() local
142 troot = tdata.sh->alias_tree; in b_alias()
193 troot = tdata.sh->track_tree; in b_alias()
196 return(b_common(argv,flag,troot,&tdata)); in b_alias()
210 Dt_t *troot; in b_typeset() local
221 troot = tdata.sh->var_tree; in b_typeset()
296 troot = tdata.sh->fun_tree; in b_typeset()
363 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU)))) in b_typeset()
401 return(b_common(argv,flag,troot,&tdata)); in b_typeset()
434 static int b_common(char **argv,register int flag,Dt_t *troot,struct tdata *tp) in b_common() argument
[all …]
/titanic_44/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) in tf_rdata_new() argument
73 r->rd_pn = troot; in tf_rdata_new()
H A Dtopo_xml.c1839 tf_info_t *xinfo, xmlNodePtr croot, tnode_t *troot) in topo_xml_walk() argument
1881 troot)) == NULL) { in topo_xml_walk()
1902 if ((rdp = topo_xml_walk(mp, xinfo, def_set, troot)) == NULL) { in topo_xml_walk()
1927 if ((rdp = tf_rdata_new(mp, xinfo, curr, troot)) == NULL) { in topo_xml_walk()
1949 topo_xml_enum(topo_mod_t *tmp, tf_info_t *xinfo, tnode_t *troot) in topo_xml_enum() argument
1960 if ((xinfo->tf_rd = topo_xml_walk(tmp, xinfo, xroot, troot)) == NULL) { in topo_xml_enum()