HomeSort by: relevance | last modified time | path
    Searched refs:ISP_LOGERR (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
isp_target.c 450 isp_prt(isp, ISP_LOGERR, "%s: unknown entry type 0x%x", __func__, type);
528 isp_prt(isp, ISP_LOGERR, rqo, __func__);
573 isp_prt(isp, ISP_LOGERR, "%s: Unknown type 0x%x", __func__, etype);
867 isp_prt(isp, ISP_LOGERR, "%s: unknown event 0x%x", __func__, event);
928 isp_prt(isp, ISP_LOGERR, "%s: unhandled message 0x%x", __func__, inp->in_msg[0]);
934 isp_prt(isp, ISP_LOGERR, "%s: unknown immediate notify status 0x%x", __func__, inp->in_status);
1182 isp_prt(isp, ISP_LOGERR, "%s: called for non-24XX card", __func__);
1187 isp_prt(isp, ISP_LOGERR, "%s: called for non-ABTS entry (0x%x)", __func__, abts->abts_header.rqs_entry_type);
1272 isp_prt(isp, ISP_LOGERR, "rejected ATIO for disabled lun %d", lun);
1280 isp_prt(isp, ISP_LOGERR, "rejected ATIO for lun %d because of command count overflow", lun)
    [all...]
isp.c 209 isp_prt(isp, ISP_LOGERR, "Cannot setup DMA");
342 isp_prt(isp, ISP_LOGERR,
367 isp_prt(isp, ISP_LOGERR,
501 isp_prt(isp, ISP_LOGERR, "DMA Failed to Stop on Reset");
521 isp_prt(isp, ISP_LOGERR, "Failed to come out of reset");
601 isp_prt(isp, ISP_LOGERR, "reset didn't clear");
672 isp_prt(isp, ISP_LOGERR,
694 isp_prt(isp, ISP_LOGERR, "NOP command failed (%x)", mbs.param[0]);
723 isp_prt(isp, ISP_LOGERR, "Register Test Failed (0x%x 0x%x 0x%x 0x%x 0x%x)", mbs.param[1], mbs.param[2], mbs.param[3], mbs.param[4], mbs.param[5]);
804 isp_prt(isp, ISP_LOGERR, "F/W Risc Ram Load Failed")
    [all...]
isp_netbsd.c 123 isp_prt(isp, ISP_LOGERR,
542 isp_prt(isp, ISP_LOGERR, "isp not at init state");
775 isp_prt(isp, ISP_LOGERR, "polled command timed out");
810 isp_prt(isp, ISP_LOGERR,
1495 isp_prt(isp, ISP_LOGERR,
ispvar.h 999 #define ISP_LOGERR 0x8 /* log error messages */
isp_library.c 270 isp_prt(isp, ISP_LOGERR, "%s: bad handle 0x%x", __func__, handle);
300 isp_prt(isp, ISP_LOGERR, "%s: bad handle 0x%x (isp_seqno: %d,"
313 isp_prt(isp, ISP_LOGERR, "%s: bad handle 0x%x", __func__, handle);
546 isp_prt(isp, ISP_LOGERR, "%s: cannot reset card", __func__);
552 isp_prt(isp, ISP_LOGERR, "%s: cannot init card", __func__);
617 isp_prt(isp, ISP_LOGERR, "%s: VP_MODIFY of Chan %d failed with status %d", __func__, chan, vp->vp_mod_status);
2282 isp_prt(isp, ISP_LOGERR, "%s: bad handle 0x%x", __func__, handle);
2309 isp_prt(isp, ISP_LOGERR, "%s: bad handle 0x%x", __func__, handle);
  /src/sys/dev/sbus/
isp_sbus.c 212 isp->isp_dblev = ISP_LOGWARN|ISP_LOGERR;
354 isp_prt(isp, ISP_LOGERR, "cannot alloc xflist array");
367 isp_prt(isp, ISP_LOGERR, "cannot alloc dmamap array");
374 isp_prt(isp, ISP_LOGERR, "cmd DMA maps create error");
442 isp_prt(isp, ISP_LOGERR, "Mailbox DMA Setup Failure");
552 isp_xs_prt(isp, xs, ISP_LOGERR, "bad handle on teardown");
  /src/sys/dev/pci/
isp_pci.c 700 isp->isp_dblev = ISP_LOGWARN|ISP_LOGERR;
955 isp_prt(isp, ISP_LOGERR, "unknown interrupt 0x%x\n", r2hisr);
1014 isp_prt(isp, ISP_LOGERR,
1072 isp_prt(isp, ISP_LOGERR,
1206 isp_prt(isp, ISP_LOGERR, "cannot malloc xflist array");
1219 isp_prt(isp, ISP_LOGERR, "cannot malloc DMA map array");
1225 isp_prt(isp, ISP_LOGERR, "cannot create DMA maps");
1311 isp_prt(isp, ISP_LOGERR, "mailbox DMA setup failure");
1419 isp_xs_prt(isp, xs, ISP_LOGERR, "bad handle on teardown");

Completed in 26 milliseconds