Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c741 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
750 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
761 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
892 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
931 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
956 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
1019 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
1030 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
1053 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
1063 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c572 uint8_t ir_active = FALSE, reply_type; in mptsas_raid_action_system_shutdown() local
669 reply_type = ddi_get8(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown()
671 reply_type &= MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mptsas_raid_action_system_shutdown()
672 if (reply_type != MPI2_RPY_DESCRIPT_FLAGS_ADDRESS_REPLY) { in mptsas_raid_action_system_shutdown()
H A Dmptsas.c6038 uint8_t reply_type; in mptsas_process_intr() local
6047 reply_type = ddi_get8(mpt->m_acc_post_queue_hdl, in mptsas_process_intr()
6049 reply_type &= MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mptsas_process_intr()
6050 if (reply_type == MPI2_RPY_DESCRIPT_FLAGS_SCSI_IO_SUCCESS || in mptsas_process_intr()
6051 reply_type == MPI25_RPY_DESCRIPT_FLAGS_FAST_PATH_SCSI_IO_SUCCESS) { in mptsas_process_intr()
6053 } else if (reply_type == MPI2_RPY_DESCRIPT_FLAGS_ADDRESS_REPLY) { in mptsas_process_intr()
6056 mptsas_log(mpt, CE_WARN, "?Bad reply type %x", reply_type); in mptsas_process_intr()