Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c48 static int check_num_func(enum nodetype t, const char *s, struct node *np);
70 { T_FAULT, "FITrate", 0, check_num_func, O_ERR },
73 { T_FAULT, "message", 0, check_num_func, O_ERR },
74 { T_FAULT, "retire", 0, check_num_func, O_ERR },
75 { T_FAULT, "response", 0, check_num_func, O_ERR },
83 { T_DEFECT, "FITrate", 0, check_num_func, O_ERR },
280 check_num_func(enum nodetype t, const char *s, struct node *np) in check_num_func() function