Home
last modified time | relevance | path

Searched refs:resp_type (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.h74 uint8_t resp_type; member
H A Dlibrsc.c603 resp->msg_type = rr_item->resp_type; in rscp_send()
604 if (rr_item->resp_type == DP_NULL_MSG) { in rscp_send()
617 rsc_rx_resp_type = rr_item->resp_type; in rscp_send()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.h93 u_char resp_type; /* hash algorithm for responses */ member
H A Dchap.c185 cstate->resp_type = digest;
526 switch (cstate->resp_type) {
556 error("CHAP: unknown digest type %d", cstate->resp_type);
/titanic_41/usr/src/uts/sun4v/sys/
H A Ddrctl.h106 drctl_resp_type_t resp_type; member
/titanic_41/usr/src/uts/sun4v/io/
H A Ddrctl.c293 resp->resp_type = DRCTL_RESP_OK; in drctl_generate_resp()
324 resp->resp_type = DRCTL_RESP_ERR; in drctl_generate_err_resp()
635 bufp->resp_type = DRCTL_RESP_OK; in send_message()
H A Ddr_io.c555 ASSERT(drctl_resp->resp_type == DRCTL_RESP_ERR); in dr_io_configure()
566 ASSERT(drctl_resp->resp_type == DRCTL_RESP_OK); in dr_io_configure()
699 ASSERT(drctl_resp->resp_type == DRCTL_RESP_ERR); in dr_io_unconfigure()
H A Ddr_cpu.c450 ASSERT(drctl_resp->resp_type == DRCTL_RESP_ERR); in dr_cpu_list_wrk()
466 ASSERT(drctl_resp->resp_type == DRCTL_RESP_OK); in dr_cpu_list_wrk()
H A Ddr_mem.c493 ASSERT(drctl_resp->resp_type == DRCTL_RESP_OK); in dr_mem_list_wrk()