Searched refs:tree_num (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 156 { $$ = tree_num($1.s, $1.file, $1.line); } 239 { $$ = tree_num($1.s, $1.file, $1.line); } 333 { $$ = tree_num($1.s, $1.file, $1.line); }
|
H A D | tree.h | 293 struct node *tree_num(const char *s, const char *file, int line);
|
H A D | tree.c | 607 ret->u.name.child = tree_num(ptr, file, line); in tree_iname() 741 tree_num(const char *s, const char *file, int line) in tree_num() function
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | platform.c | 212 tree_num(eid, NULL, 0)); in hc_fmri_nodeize()
|