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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c411 static rc_type_info_t rc_types[] = { variable
430 #define NUM_TYPES ((sizeof (rc_types) / sizeof (*rc_types)))
625 rc_type_info_t *tp = &rc_types[type];
670 tp = &rc_types[r->rl_type];
910 type = rc_types[parent].rt_valid_children[idx];
929 if (uu_check_name(name, rc_types[type].rt_name_flags) == -1)

Completed in 59 milliseconds