sys/dev/isp/isp.c
2842
isp_prt(isp, ISP_LOGERR, "unsupported cdb length (%d, CDB[0]=0x%x)", XS_CDBLEN(xs), XS_CDBP(xs)[0] & 0xff);
sys/dev/isp/isp.c
2957
ISP_MEMCPY(reqp->req_cdb, XS_CDBP(xs), cdblen);
sys/dev/isp/isp.c
2986
isp_xs_prt(isp, xs, ISP_LOGDEBUG0, "START cmd cdb[0]=0x%x datalen %ld", XS_CDBP(xs)[0], (long) XS_XFRLEN(xs));
sys/dev/isp/isp.c
3470
rlen, ptr, XS_CDBP(xs)[0] & 0xff);
sys/dev/isp/isp.c
3936
isp_xs_prt(isp, xs, ISP_LOG_WARN1, "Data Underrun (%d) for command 0x%x", sp->req_resid, XS_CDBP(xs)[0] & 0xff);