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

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c2475 rc_node_find_named_child(rc_node_t *np, const char *name, uint32_t type, function
2562 result = rc_node_find_named_child(pg, propname,
2574 bad_error("rc_node_find_named_child", result);
2625 r = rc_node_find_named_child(ent, pgname,
2638 bad_error("rc_node_find_named_child", r);
3230 ret = rc_node_find_named_child(np, name, type, &child);
3239 ret = rc_node_find_named_child(cp, name, type,
5590 ret = rc_node_find_named_child(ent, pgname,
5603 bad_error("rc_node_find_named_child", ret);
5618 ret = rc_node_find_named_child(sv
[all...]

Completed in 74 milliseconds