Home
last modified time | relevance | path

Searched refs:rpr_response (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/svc/configd/
H A Dclient.c812 out->rpr_response = REP_PROTOCOL_FAIL_UNKNOWN_ID; in entity_name()
813 *outsz = sizeof (out->rpr_response); in entity_name()
816 out->rpr_response = rc_node_name(&ep->re_node, out->rpr_name, in entity_name()
824 if (out->rpr_response != REP_PROTOCOL_SUCCESS) in entity_name()
825 *outsz = sizeof (out->rpr_response); in entity_name()
845 out->rpr_response = REP_PROTOCOL_FAIL_UNKNOWN_ID; in entity_parent_type()
846 *outsz = sizeof (out->rpr_response); in entity_parent_type()
850 out->rpr_response = rc_node_parent_type(&ep->re_node, &out->rpr_value); in entity_parent_type()
853 if (out->rpr_response != REP_PROTOCOL_SUCCESS) in entity_parent_type()
854 *outsz = sizeof (out->rpr_response); in entity_parent_type()
[all …]
/titanic_50/usr/src/lib/libscf/common/
H A Dlowlevel.c1059 if (response.rpr_response != REP_PROTOCOL_SUCCESS) in datael_attach()
1060 return (scf_set_error(proto_error(response.rpr_response))); in datael_attach()
1099 if (response.rpr_response != REP_PROTOCOL_SUCCESS) in iter_attach()
1100 return (scf_set_error(proto_error(response.rpr_response))); in iter_attach()
1668 if (response.rpr_response != REP_PROTOCOL_SUCCESS) { in datael_get_name()
1669 assert(response.rpr_response != REP_PROTOCOL_FAIL_BAD_REQUEST); in datael_get_name()
1670 if (response.rpr_response == REP_PROTOCOL_FAIL_NOT_FOUND) in datael_get_name()
1672 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_name()
1710 if (response.rpr_response != REP_PROTOCOL_SUCCESS) { in datael_get_parent()
1711 if (response.rpr_response == REP_PROTOCOL_FAIL_TYPE_MISMATCH) in datael_get_parent()
[all …]
/titanic_50/usr/src/common/svc/
H A Drepcache_protocol.h841 rep_protocol_responseid_t rpr_response; member
845 rep_protocol_responseid_t rpr_response; member
850 rep_protocol_responseid_t rpr_response; member
855 rep_protocol_responseid_t rpr_response; member
860 rep_protocol_responseid_t rpr_response; member