Lines Matching defs:code
12 * 1. Redistributions of source code must retain the above copyright
34 * code for the Qlogic ISP SCSI and FC-SCSI adapters.
277 isp_prt(isp, ISP_LOGERR, "The ROM code is busy after 50ms.");
307 isp_prt(isp, ISP_LOGERR, "The ROM code is busy after 50ms.");
494 "Load 0x%x words of code at load address 0x%x",
3460 uint8_t code = resp[FCP_RSPNS_CODE_OFFSET];
3461 if (code >= nitems(rnames) || rnames[code] == NULL) {
3463 "Unknown FCP Response Code 0x%x", code);
3466 ptr = rnames[code];
3471 if (code != FCP_RSPNS_TMF_DONE &&
3472 code != FCP_RSPNS_TMF_SUCCEEDED)
4698 region[count].code =
4713 region[count].code, region[count].start, region[count].end,
4716 switch (region[count].code) {