Searched refs:rpr_operation (Results 1 – 3 of 3) sorted by relevance
827 char rpr_operation[REP_PROTOCOL_NAME_LEN]; member
1819 if (rpr->rpr_operation[0] != 0) { in set_annotation()1823 rpr->rpr_operation[sizeof (rpr->rpr_operation) - 1] = 0; in set_annotation()1824 if ((operation = strdup(rpr->rpr_operation)) == NULL) in set_annotation()
7435 copied = strlcpy(request.rpr_operation, in _scf_set_annotation()7437 sizeof (request.rpr_operation)); in _scf_set_annotation()7438 if (copied >= sizeof (request.rpr_operation)) in _scf_set_annotation()