Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c401 static rc_type_info_t rc_types[] = { variable
420 #define NUM_TYPES ((sizeof (rc_types) / sizeof (*rc_types)))
615 rc_type_info_t *tp = &rc_types[type]; in rc_node_hash()
660 tp = &rc_types[r->rl_type]; in rc_node_match()
900 type = rc_types[parent].rt_valid_children[idx]; in rc_check_parent_child()
919 if (uu_check_name(name, rc_types[type].rt_name_flags) == -1) in rc_check_type_name()