Searched refs:reply_type (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 702 rpcbproc_callit_com(struct svc_req *rqstp, SVCXPRT *transp, ulong_t reply_type, in rpcbproc_callit_com() argument 741 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() 819 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com() 887 rpcbs_rmtcall(versnum - PMAPVERS, reply_type, arg.prog, arg.vers, in rpcbproc_callit_com() 892 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com() 897 if (reply_type == RPCBPROC_INDIRECT) { in rpcbproc_callit_com() 916 if (reply_type == RPCBPROC_INDIRECT) { in rpcbproc_callit_com() 931 if (reply_type == RPCBPROC_INDIRECT) in rpcbproc_callit_com() [all …]
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_raid.c | 571 uint8_t ir_active = FALSE, reply_type; in mptsas_raid_action_system_shutdown() local 668 reply_type = ddi_get8(mpt->m_acc_post_queue_hdl, in mptsas_raid_action_system_shutdown() 670 reply_type &= MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mptsas_raid_action_system_shutdown() 671 if (reply_type != MPI2_RPY_DESCRIPT_FLAGS_ADDRESS_REPLY) { in mptsas_raid_action_system_shutdown()
|
H A D | mptsas.c | 5957 uint8_t reply_type; in mptsas_process_intr() local 5966 reply_type = ddi_get8(mpt->m_acc_post_queue_hdl, in mptsas_process_intr() 5968 reply_type &= MPI2_RPY_DESCRIPT_FLAGS_TYPE_MASK; in mptsas_process_intr() 5969 if (reply_type == MPI2_RPY_DESCRIPT_FLAGS_SCSI_IO_SUCCESS || in mptsas_process_intr() 5970 reply_type == MPI25_RPY_DESCRIPT_FLAGS_FAST_PATH_SCSI_IO_SUCCESS) { in mptsas_process_intr() 5972 } else if (reply_type == MPI2_RPY_DESCRIPT_FLAGS_ADDRESS_REPLY) { in mptsas_process_intr() 5975 mptsas_log(mpt, CE_WARN, "?Bad reply type %x", reply_type); in mptsas_process_intr()
|