Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h221 size_t rn_values_count; /* protected by rn_lock */ member
H A Drc_node.c1753 np->rn_values_count, np->rn_values_size); in rc_node_destroy()
2220 assert(np->rn_values_count == count); in rc_node_create_property()
2252 np->rn_values_count = count; in rc_node_create_property()
2578 for (count = prop->rn_values_count, cp = prop->rn_values; in perm_add_pg_prop_values()
6168 ret = (np->rn_values_count != 1)? REP_PROTOCOL_FAIL_TRUNCATED : in rc_node_get_property_value()