Searched refs:T_SERD (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | ptree.c | 78 case T_SERD: in is_stmt() 374 case T_SERD: in ptree() 536 case T_SERD: return L_serd; in ptree_nodetype2str() 705 case T_SERD: in ptree_type_pattern() 774 ptree_type_pattern(flags, T_SERD, pat); in ptree_serd()
|
H A D | check.c | 87 { T_SERD, "N", 1, check_num, O_ERR }, 88 { T_SERD, "T", 1, check_timeval, O_ERR }, 89 { T_SERD, "method", 0, check_serd_method, O_ERR }, 90 { T_SERD, "trip", 0, check_reportlist, O_ERR }, 91 { T_SERD, "FRU", 0, check_fru_asru, O_ERR }, 92 { T_SERD, "id", 0, check_serd_id, O_ERR },
|
H A D | tree.c | 189 case T_SERD: in nodesize() 295 case T_SERD: in tree_free() 422 case T_SERD: in tree_treecmp() 1168 ret = dodecl(T_SERD, file, line, np, nvpairs, in tree_decl() 1319 lut_walk(SERDs, (lut_cb)check_required_props, (void *)T_SERD); in tree_report() 1335 lut_walk(SERDs, (lut_cb)check_refcount, (void *)T_SERD); in tree_report()
|
H A D | literals.h | 219 L_DECL(T_SERD);
|
H A D | tree.h | 85 T_SERD, /* SERD engine declaration */ enumerator
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft_mdb.c | 763 case T_SERD: /* SERD engine declaration */ in eft_node()
|
H A D | itree.c | 390 nrhs = newnode(T_SERD, orhs->file, orhs->line); in nv_instantiate() 450 if (dn->t == T_SERD) { in instances_destructor()
|