Searched refs:rc_node_find_named_child (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 2475 rc_node_find_named_child(rc_node_t *np, const char *name, uint32_t type, in rc_node_find_named_child() function 2562 result = rc_node_find_named_child(pg, propname, in perm_add_pg_prop_values() 2625 r = rc_node_find_named_child(ent, pgname, in perm_add_ent_prop_values() 3230 ret = rc_node_find_named_child(np, name, type, &child); in rc_node_get_child() 3239 ret = rc_node_find_named_child(cp, name, type, in rc_node_get_child() 5590 ret = rc_node_find_named_child(ent, pgname, in rc_svc_prop_exists() 5618 ret = rc_node_find_named_child(svc, pgname, in rc_svc_prop_exists() 5665 ret = rc_node_find_named_child(pg, propname, in rc_svc_prop_exists() 5700 ret = rc_node_find_named_child(pg, propname, in rc_svc_prop_exists() 6475 rc = rc_node_find_named_child(ent, res->rn_name, type, in rc_iter_next() [all …]
|