Lines Matching refs:rtcode
1804 int rtcode = 0; in sbp_targ_cmd() local
1868 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_cmd()
1871 return (rtcode); in sbp_targ_cmd()
1902 int s, rtcode; in sbp_targ_recv() local
1912 rtcode = RESP_TYPE_ERROR; /* XXX */ in sbp_targ_recv()
1918 rtcode = sbp_targ_mgm(xfer, fwdev); in sbp_targ_recv()
1920 rtcode = sbp_targ_cmd(xfer, fwdev, SBP_TARG_LOGIN_ID(lo), in sbp_targ_recv()
1923 rtcode = RESP_ADDRESS_ERROR; in sbp_targ_recv()
1926 if (rtcode != 0) in sbp_targ_recv()
1927 printf("%s: rtcode = %d\n", __func__, rtcode); in sbp_targ_recv()
1934 sfp->mode.wres.rtcode = rtcode; in sbp_targ_recv()