Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/svc/
H A Drepcache_protocol.h846 uint32_t rpr_value; member
862 char rpr_value[2 * REP_PROTOCOL_VALUE_LEN + 1]; member
/titanic_41/usr/src/cmd/svc/configd/
H A Drc_node.c6165 w = strlcpy(out->rpr_value, &np->rn_values[0], in rc_node_get_property_value()
6166 sizeof (out->rpr_value)); in rc_node_get_property_value()
6168 if (w >= sizeof (out->rpr_value)) in rc_node_get_property_value()
6172 rpr_value[w + 1]); in rc_node_get_property_value()
6218 *sz_out -= sizeof (out->rpr_value); in rc_iter_next_value()
6220 w = strlcpy(out->rpr_value, &vals[start], in rc_iter_next_value()
6221 sizeof (out->rpr_value)); in rc_iter_next_value()
6223 if (w >= sizeof (out->rpr_value)) in rc_iter_next_value()
6227 rpr_value[w + 1]); in rc_iter_next_value()
H A Dclient.c850 out->rpr_response = rc_node_parent_type(&ep->re_node, &out->rpr_value); in entity_parent_type()
1595 out->rpr_value = t; in property_get_type()
/titanic_41/usr/src/lib/libscf/common/
H A Dlowlevel.c3589 *out = response.rpr_value; in property_type_locked()
5042 response.rpr_value)); in scf_iter_next_value()
5045 (void) strlcpy(v->value_value, response.rpr_value, in scf_iter_next_value()
5049 response.rpr_value, sizeof (v->value_value)); in scf_iter_next_value()
5093 (void) strlcpy(v->value_value, response.rpr_value, in scf_property_get_value()
5097 response.rpr_value, sizeof (v->value_value)); in scf_property_get_value()
5818 switch (response.rpr_value) { in scf_pg_to_fmri()