Searched refs:rpr_operation (Results 1 – 3 of 3) sorted by relevance
828 char rpr_operation[REP_PROTOCOL_NAME_LEN]; member
1823 if (rpr->rpr_operation[0] != 0) { in set_annotation()1827 rpr->rpr_operation[sizeof (rpr->rpr_operation) - 1] = 0; in set_annotation()1828 if ((operation = strdup(rpr->rpr_operation)) == NULL) in set_annotation()
7516 copied = strlcpy(request.rpr_operation, in _scf_set_annotation()7518 sizeof (request.rpr_operation)); in _scf_set_annotation()7519 if (copied >= sizeof (request.rpr_operation)) in _scf_set_annotation()