Lines Matching refs:nodetype

44 static int check_reportlist(enum nodetype t, const char *s, struct node *np);
45 static int check_num(enum nodetype t, const char *s, struct node *np);
46 static int check_quote(enum nodetype t, const char *s, struct node *np);
47 static int check_action(enum nodetype t, const char *s, struct node *np);
48 static int check_num_func(enum nodetype t, const char *s, struct node *np);
49 static int check_fru_asru(enum nodetype t, const char *s, struct node *np);
50 static int check_engine(enum nodetype t, const char *s, struct node *np);
51 static int check_count(enum nodetype t, const char *s, struct node *np);
52 static int check_timeval(enum nodetype t, const char *s, struct node *np);
53 static int check_id(enum nodetype t, const char *s, struct node *np);
54 static int check_serd_method(enum nodetype t, const char *s, struct node *np);
55 static int check_serd_id(enum nodetype t, const char *s, struct node *np);
61 static void check_proplists_lhs(enum nodetype t, struct node *lhs);
64 enum nodetype t;
67 int (*checker)(enum nodetype t, const char *s, struct node *np);
222 check_reportlist(enum nodetype t, const char *s, struct node *np) in check_reportlist()
245 check_num(enum nodetype t, const char *s, struct node *np) in check_num()
257 check_quote(enum nodetype t, const char *s, struct node *np) in check_quote()
268 check_action(enum nodetype t, const char *s, struct node *np) in check_action()
280 check_num_func(enum nodetype t, const char *s, struct node *np) in check_num_func()
291 check_fru_asru(enum nodetype t, const char *s, struct node *np) in check_fru_asru()
319 check_engine(enum nodetype t, const char *s, struct node *np) in check_engine()
332 check_count(enum nodetype t, const char *s, struct node *np) in check_count()
346 check_timeval(enum nodetype t, const char *s, struct node *np) in check_timeval()
357 check_id(enum nodetype t, const char *s, struct node *np) in check_id()
368 check_serd_method(enum nodetype t, const char *s, struct node *np) in check_serd_method()
381 check_serd_id(enum nodetype t, const char *s, struct node *np) in check_serd_id()
410 check_stmt_allowed_properties(enum nodetype t, in check_stmt_allowed_properties()
473 check_propnames(enum nodetype t, struct node *np, int from, int to) in check_propnames()
715 enum nodetype t = (enum nodetype)arg; in check_upset_engine()
745 enum nodetype t = (enum nodetype)arg; in check_refcount()
1257 ASSERTeq(rhs->t, (enum nodetype)arg, ptree_nodetype2str); in check_required_props()
1269 check_proplists(enum nodetype t, struct node *np) in check_proplists()
1282 check_proplists_lhs(enum nodetype t, struct node *lhs) in check_proplists_lhs()