Lines Matching refs:rtcode
1810 int rtcode = 0; in sbp_targ_cmd() local
1874 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_cmd()
1877 return (rtcode); in sbp_targ_cmd()
1908 int s, rtcode; in sbp_targ_recv() local
1918 rtcode = RESP_TYPE_ERROR; /* XXX */ in sbp_targ_recv()
1924 rtcode = sbp_targ_mgm(xfer, fwdev); in sbp_targ_recv()
1926 rtcode = sbp_targ_cmd(xfer, fwdev, SBP_TARG_LOGIN_ID(lo), in sbp_targ_recv()
1929 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_recv()
1932 if (rtcode != 0) in sbp_targ_recv()
1933 printf("%s: rtcode = %d\n", __func__, rtcode); in sbp_targ_recv()
1940 sfp->mode.wres.rtcode = rtcode; in sbp_targ_recv()