Searched refs:rpr_file (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/svc/
H A Drepcache_protocol.h828 char rpr_file[MAXPATHLEN]; member in struct:rep_protocol_annotation
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dclient.c1818 /* Copy rpr_operation and rpr_file if they are not empty strings. */
1827 if (rpr->rpr_file[0] != 0) {
1831 rpr->rpr_file[sizeof (rpr->rpr_file) - 1] = 0;
1832 if ((file = strdup(rpr->rpr_file)) == NULL)
/opensolaris-onvv-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c7352 copied = strlcpy(request.rpr_file,
7354 sizeof (request.rpr_file));
7355 if (copied >= sizeof (request.rpr_file))

Completed in 86 milliseconds