Searched defs:is_numeric_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c783 is_numeric_type(scf_type_t type) function
925 assert(is_numeric_type(av->av_type) == 0);
954 if (is_numeric_type(av->av_type)) {
1626 if (is_numeric_type(v->sc_type)) {
2664 assert(is_numeric_type(v->sc_type) == 0);

Completed in 53 milliseconds