Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Drc_node.c1762 object_free_values(np->rn_values, np->rn_valtype, in rc_node_destroy()
2229 assert(np->rn_valtype == type); in rc_node_create_property()
2260 np->rn_valtype = type; in rc_node_create_property()
2582 if (prop->rn_valtype != REP_PROTOCOL_TYPE_STRING) { in perm_add_pg_prop_values()
3064 *out = np->rn_valtype; in rc_node_get_property_type()
5672 if (prop->rn_valtype == ptype) { in rc_svc_prop_exists()
5707 if (prop->rn_valtype == ptype) { in rc_svc_prop_exists()
6164 out->rpr_type = np->rn_valtype; in rc_node_get_property_value()
6212 out->rpr_type = np->rn_valtype; in rc_iter_next_value()
6865 ok = prop->rn_valtype == in tx_allow_value()
H A Dconfigd.h220 rep_protocol_value_type_t rn_valtype; member