Lines Matching refs:rpr_response
816 out->rpr_response = REP_PROTOCOL_FAIL_UNKNOWN_ID; in entity_name()
817 *outsz = sizeof (out->rpr_response); in entity_name()
820 out->rpr_response = rc_node_name(&ep->re_node, out->rpr_name, in entity_name()
828 if (out->rpr_response != REP_PROTOCOL_SUCCESS) in entity_name()
829 *outsz = sizeof (out->rpr_response); in entity_name()
849 out->rpr_response = REP_PROTOCOL_FAIL_UNKNOWN_ID; in entity_parent_type()
850 *outsz = sizeof (out->rpr_response); in entity_parent_type()
854 out->rpr_response = rc_node_parent_type(&ep->re_node, &out->rpr_value); in entity_parent_type()
857 if (out->rpr_response != REP_PROTOCOL_SUCCESS) in entity_parent_type()
858 *outsz = sizeof (out->rpr_response); in entity_parent_type()
1346 *outsz = sizeof (out->rpr_response); in iter_read_value()
1348 out->rpr_response = result; in iter_read_value()
1424 out->rpr_response = REP_PROTOCOL_FAIL_BAD_REQUEST; in tx_commit()
1431 out->rpr_response = REP_PROTOCOL_FAIL_UNKNOWN_ID; in tx_commit()
1437 out->rpr_response = REP_PROTOCOL_FAIL_MISORDERED; in tx_commit()
1441 out->rpr_response = rc_tx_commit(&tx->re_node, rpr->rpr_cmd, in tx_commit()
1444 if (out->rpr_response == REP_PROTOCOL_SUCCESS) { in tx_commit()
1451 out->rpr_response = REP_PROTOCOL_SUCCESS; in tx_commit()
1587 out->rpr_response = REP_PROTOCOL_FAIL_UNKNOWN_ID; in property_get_type()
1588 *outsz = sizeof (out->rpr_response); in property_get_type()
1592 out->rpr_response = rc_node_get_property_type(&ep->re_node, &t); in property_get_type()
1596 if (out->rpr_response != REP_PROTOCOL_SUCCESS) in property_get_type()
1597 *outsz = sizeof (out->rpr_response); in property_get_type()
1627 out->rpr_response = REP_PROTOCOL_FAIL_UNKNOWN_ID; in property_get_value()
1628 *outsz = sizeof (out->rpr_response); in property_get_value()
1632 out->rpr_response = rc_node_get_property_value(&ep->re_node, out, in property_get_value()
1642 if (out->rpr_response != REP_PROTOCOL_SUCCESS && in property_get_value()
1643 out->rpr_response != REP_PROTOCOL_FAIL_TRUNCATED) in property_get_value()
1644 *outsz = sizeof (out->rpr_response); in property_get_value()
1726 out->rpr_response = REP_PROTOCOL_FAIL_EXISTS; in client_wait()
1727 *outsz = sizeof (out->rpr_response); in client_wait()
1756 out->rpr_response = result; in client_wait()
1758 *outsz = sizeof (out->rpr_response); in client_wait()
2069 out->rpr_response = (*f)(cp, in); in simple_handler()
2086 out->rpr_response = (*f)(cp, in, out_fd); in simple_fd_handler()