Searched refs:REP_PROTOCOL_DONE (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c231 if (r == REP_PROTOCOL_DONE)
270 if (r == REP_PROTOCOL_DONE)
291 if (r == REP_PROTOCOL_DONE) {
352 if (r == REP_PROTOCOL_DONE) {
379 if (r == REP_PROTOCOL_DONE)
395 if (r == REP_PROTOCOL_DONE) {
448 if (r == REP_PROTOCOL_DONE) {
464 if (r == REP_PROTOCOL_DONE) {
519 if (r == REP_PROTOCOL_DONE) {
778 case REP_PROTOCOL_DONE
[all...]
H A Dobject.c222 else if (r == REP_PROTOCOL_DONE)
265 if (r != REP_PROTOCOL_SUCCESS && r != REP_PROTOCOL_DONE)
686 r = REP_PROTOCOL_DONE;
722 if (r == REP_PROTOCOL_DONE)
H A Dbackend.c610 return (REP_PROTOCOL_DONE);
2200 assert(r != REP_PROTOCOL_DONE);
2259 assert(r != REP_PROTOCOL_DONE);
2388 assert(ret != REP_PROTOCOL_DONE);
2421 assert(ret != REP_PROTOCOL_DONE);
H A Dclient.c970 result = REP_PROTOCOL_DONE;
973 if (result == REP_PROTOCOL_DONE)
1341 if (result != REP_PROTOCOL_SUCCESS && result != REP_PROTOCOL_DONE)
H A Drc_node.c3333 return ((nnp == np)? REP_PROTOCOL_SUCCESS : REP_PROTOCOL_DONE);
6216 result = REP_PROTOCOL_DONE;
6363 return (REP_PROTOCOL_DONE);
6591 return (REP_PROTOCOL_DONE);
7237 if (rc == REP_PROTOCOL_DONE)
7598 return (REP_PROTOCOL_DONE);
/opensolaris-onvv-gate/usr/src/common/svc/
H A Drepcache_protocol.h497 REP_PROTOCOL_DONE = 1, enumerator in enum:rep_protocol_responseid
/opensolaris-onvv-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c410 case REP_PROTOCOL_DONE:
1728 if (response.rpr_response == REP_PROTOCOL_DONE) {
2403 if (response.rpr_response == REP_PROTOCOL_DONE) {
3026 response.rpr_response == REP_PROTOCOL_DONE)) {
3041 response.rpr_response != REP_PROTOCOL_DONE) {
3161 response.rpr_response != REP_PROTOCOL_DONE) {
3312 if (response.rpr_response == REP_PROTOCOL_DONE)
4965 if (response.rpr_response == REP_PROTOCOL_DONE) {

Completed in 270 milliseconds