Searched refs:ISP_SNPRINTF (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/disk/isp/ |
| HD | isp.c | 2179 …ISP_SNPRINTF(buf, sizeof (buf), "reason 0x%x (last LOGIN state 0x%x)", parm1 & 0xff, (parm1 >> 8) … in isp_plogx() 2189 ISP_SNPRINTF(buf, sizeof (buf), "not logged in (last state 0x%x)", parm1); in isp_plogx() 2194 ISP_SNPRINTF(buf, sizeof (buf), "LS_RJT = 0x%x", parm1); in isp_plogx() 2201 ISP_SNPRINTF(buf, sizeof (buf), "invalid parameter at offset 0x%x", parm1); in isp_plogx() 2205 … ISP_SNPRINTF(buf, sizeof (buf), "already logged in with N-Port handle 0x%x", parm1); in isp_plogx() 2210 ISP_SNPRINTF(buf, sizeof (buf), "handle already used for PortID 0x%06x", parm1); in isp_plogx() 2221 ISP_SNPRINTF(buf, sizeof (buf), "status %x from %x", plp->plogx_status, flags); in isp_plogx() 5267 … ISP_SNPRINTF(lb, sizeof lb, "Unknown FCP Response Code 0x%x", resp[FCP_RSPNS_CODE_OFFSET]); in isp_intr() 5408 ISP_SNPRINTF(cdbstr, sizeof (cdbstr), "0x%02x ", XS_CDBP(xs)[0]); in isp_prt_endcmd() 5410 ISP_SNPRINTF(cdbstr, sizeof (cdbstr), "%s0x%02x ", cdbstr, XS_CDBP(xs)[i]); in isp_prt_endcmd() [all …]
|
| HD | isp_freebsd.h | 320 #define ISP_SNPRINTF ksnprintf macro
|
| HD | isp_target.c | 347 …ISP_SNPRINTF(local, sizeof local, "%s: unknown status to RQSTYPE_NOTIFY (0x%x)", __func__, status); in isp_target_notify() 1833 …ISP_SNPRINTF(buf, sizeof buf, "%s: bad channel %d for status 0x%x", __func__, chan, inot_24xx->in_… in isp_handle_24xx_inotify()
|
| HD | isp_library.c | 326 ISP_SNPRINTF(buf, TBA, " "); in isp_print_qentry() 328 ISP_SNPRINTF(buf, TBA, "%s %02x", buf, ptr[amt++] & 0xff); in isp_print_qentry() 349 ISP_SNPRINTF(buf, 128, "%s %02x", buf, ptr[off++] & 0xff); in isp_print_bytes() 444 ISP_SNPRINTF(mb, sizeof (mb), "%3d", ((int) lp->dev_map_idx) - 1); in isp_dump_portdb() 446 ISP_SNPRINTF(mb, sizeof (mb), "---"); in isp_dump_portdb()
|
| HD | isp_freebsd.c | 2686 ISP_SNPRINTF(buf, sizeof (buf), "ELS 0x%x", inot->in_status_subcode); in isp_handle_platform_notify_24xx()
|