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

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

Completed in 72 milliseconds