Searched refs:DUP_DONE (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdcsrv.c196 SVC_DUPDONE(xprt, dr, 0, 0, DUP_DONE);
199 case DUP_DONE:
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_dispatch.c185 de->de_ressz, DUP_DONE);
188 case DUP_DONE:
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h203 #define DUP_DONE 0 macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h133 #define DUP_DONE 0x02 /* request done */ macro
1099 #define DUP_DONE 0x02 /* request done */ macro
H A Dsvc_clts.c790 * If DUP_DONE (there is a duplicate) svc_clts_kdup copies over the
822 if (status == DUP_DONE) {
924 * svc_clts_kdupdone marks the request done (DUP_DONE or DUP_DROP)
933 if (status == DUP_DONE) {
H A Dsvc_cots.c756 * If DUP_DONE (there is a duplicate) svc_cots_kdup copies over the
789 if (status == DUP_DONE) {
794 "svc_cots_kdup: DUP_DONE");
895 * svc_cots_kdupdone marks the request done (DUP_DONE or DUP_DROP)
903 if (status == DUP_DONE) {
H A Dsvc_rdma.c1203 if (status == DUP_DONE) {
1298 * svc_rdma_kdupdone marks the request done (DUP_DONE or DUP_DROP)
1306 if (status == DUP_DONE) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1654 * though only DUP_DONE entries are placed on the lru list.
1839 * appropriate requests must be DUP_DROP or DUP_DONE
1845 if (((dr->dr_status == DUP_DONE) ||
1899 if (dr->dr_status != DUP_DONE &&
1904 * DUP_DONE or DUP_DROP.
2011 * Marks the request done (DUP_DONE or DUP_DROP) and stores the response.
2030 if (status != DUP_DONE && status != DUP_DROP) {
2032 syslog(LOG_ERR, " must be DUP_DONE or DUP_DROP");
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1727 disp->dis_ressz, DUP_DONE);
1731 case DUP_DONE:

Completed in 87 milliseconds