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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c696 * reply_type - which proc number
700 rpcbproc_callit_com(struct svc_req *rqstp, SVCXPRT *transp, ulong_t reply_type, argument
739 if (reply_type == RPCBPROC_INDIRECT)
748 if (reply_type == RPCBPROC_INDIRECT)
759 if (reply_type == RPCBPROC_INDIRECT)
817 if (reply_type == RPCBPROC_INDIRECT)
885 rpcbs_rmtcall(versnum - PMAPVERS, reply_type, arg.prog, arg.vers,
890 if (reply_type == RPCBPROC_INDIRECT)
895 if (reply_type == RPCBPROC_INDIRECT) {
914 if (reply_type
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c571 uint8_t ir_active = FALSE, reply_type; local
668 reply_type = ddi_get8(mpt->m_acc_post_queue_hdl,
670 reply_type &= MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK;
671 if (reply_type != MPI2_RPY_DESCRIPT_FLAGS_ADDRESS_REPLY) {
H A Dmptsas.c5904 uint8_t reply_type; local
5913 reply_type = ddi_get8(mpt->m_acc_post_queue_hdl,
5915 reply_type &= MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK;
5916 if (reply_type == MPI2_RPY_DESCRIPT_FLAGS_SCSI_IO_SUCCESS ||
5917 reply_type == MPI25_RPY_DESCRIPT_FLAGS_FAST_PATH_SCSI_IO_SUCCESS) {
5919 } else if (reply_type == MPI2_RPY_DESCRIPT_FLAGS_ADDRESS_REPLY) {
5922 mptsas_log(mpt, CE_WARN, "?Bad reply type %x", reply_type);

Completed in 95 milliseconds