Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/svc/
H A Drepcache_protocol.h847 uint32_t rpr_value; member
863 char rpr_value[2 * REP_PROTOCOL_VALUE_LEN + 1]; member
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c6159 w = strlcpy(out->rpr_value, &np->rn_values[0], in rc_node_get_property_value()
6160 sizeof (out->rpr_value)); in rc_node_get_property_value()
6162 if (w >= sizeof (out->rpr_value)) in rc_node_get_property_value()
6166 rpr_value[w + 1]); in rc_node_get_property_value()
6212 *sz_out -= sizeof (out->rpr_value); in rc_iter_next_value()
6214 w = strlcpy(out->rpr_value, &vals[start], in rc_iter_next_value()
6215 sizeof (out->rpr_value)); in rc_iter_next_value()
6217 if (w >= sizeof (out->rpr_value)) in rc_iter_next_value()
6221 rpr_value[w + 1]); in rc_iter_next_value()
H A Dclient.c854 out->rpr_response = rc_node_parent_type(&ep->re_node, &out->rpr_value); in entity_parent_type()
1599 out->rpr_value = t; in property_get_type()
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c3640 *out = response.rpr_value; in property_type_locked()
5093 response.rpr_value)); in scf_iter_next_value()
5096 (void) strlcpy(v->value_value, response.rpr_value, in scf_iter_next_value()
5100 response.rpr_value, sizeof (v->value_value)); in scf_iter_next_value()
5144 (void) strlcpy(v->value_value, response.rpr_value, in scf_property_get_value()
5148 response.rpr_value, sizeof (v->value_value)); in scf_property_get_value()
5869 switch (response.rpr_value) { in scf_pg_to_fmri()