Searched refs:rpr_value (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/common/svc/ |
| H A D | repcache_protocol.h | 847 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 D | rc_node.c | 6158 w = strlcpy(out->rpr_value, &np->rn_values[0], in rc_node_get_property_value() 6159 sizeof (out->rpr_value)); in rc_node_get_property_value() 6161 if (w >= sizeof (out->rpr_value)) in rc_node_get_property_value() 6165 rpr_value[w + 1]); in rc_node_get_property_value() 6211 *sz_out -= sizeof (out->rpr_value); in rc_iter_next_value() 6213 w = strlcpy(out->rpr_value, &vals[start], in rc_iter_next_value() 6214 sizeof (out->rpr_value)); in rc_iter_next_value() 6216 if (w >= sizeof (out->rpr_value)) in rc_iter_next_value() 6220 rpr_value[w + 1]); in rc_iter_next_value()
|
| H A D | client.c | 854 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 D | lowlevel.c | 3649 *out = response.rpr_value; in property_type_locked() 5102 response.rpr_value)); in scf_iter_next_value() 5105 (void) strlcpy(v->value_value, response.rpr_value, in scf_iter_next_value() 5109 response.rpr_value, sizeof (v->value_value)); in scf_iter_next_value() 5153 (void) strlcpy(v->value_value, response.rpr_value, in scf_property_get_value() 5157 response.rpr_value, sizeof (v->value_value)); in scf_property_get_value() 5878 switch (response.rpr_value) { in scf_pg_to_fmri()
|