Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/svc/
H A Drepcache_protocol.h828 char rpr_operation[REP_PROTOCOL_NAME_LEN]; member
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1823 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()
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c7507 copied = strlcpy(request.rpr_operation, in _scf_set_annotation()
7509 sizeof (request.rpr_operation)); in _scf_set_annotation()
7510 if (copied >= sizeof (request.rpr_operation)) in _scf_set_annotation()