Home
last modified time | relevance | path

Searched refs:sdebug (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/iscsi_initiator/
HDisc_subr.c200 sdebug(2, "maxRecvDataSegmentLength=%d", sp->opt.maxRecvDataSegmentLength); in i_setopt()
205 sdebug(2, "opt.maXmitDataSegmentLength=%d", sp->opt.maxXmitDataSegmentLength); in i_setopt()
209 sdebug(2, "opt.maxBurstLength=%d", sp->opt.maxBurstLength); in i_setopt()
216 sdebug(2, "opt.targetAddress='%s'", sp->opt.targetAddress); in i_setopt()
222 sdebug(2, "opt.targetName='%s'", sp->opt.targetName); in i_setopt()
228 sdebug(2, "opt.initiatorName='%s'", sp->opt.initiatorName); in i_setopt()
235 sdebug(2, "opt.maxluns=%d", sp->opt.maxluns); in i_setopt()
242 sdebug(2, "opt.headerDigest='%s'", buf); in i_setopt()
245 sdebug(2, "opt.headerDigest set"); in i_setopt()
252 sdebug(2, "opt.dataDigest='%s'", opt->dataDigest); in i_setopt()
[all …]
HDiscsi_subr.c75 sdebug(4, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt), in iscsi_r2t()
96 sdebug(4, "edtl=%x ddtl=%x bo=%x dsn=%x bs=%x maxX=%x", in iscsi_r2t()
101 sdebug(3, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt), in iscsi_r2t()
103 sdebug(1, "npdu_max=%d npdu_alloc=%d", sp->isc->npdu_max, sp->isc->npdu_alloc); in iscsi_r2t()
106 sdebug(2, "waiting..."); in iscsi_r2t()
131 sdebug(6, "bs=%x bo=%x bp=%p dsn=%x error=%d", bs, bo, bp, dsn, error); in iscsi_r2t()
205 sdebug(3, "response=%x status=%x ccb=%p pq=%p", response, status, ccb, pq); in _scsi_done()
207 sdebug(3, "mp=%p buf=%p len=%d", pq->mp, pq->buf, pq->len); in _scsi_done()
251 sdebug(5, "ccb_h->status=%x", ccb_h->status); in _scsi_done()
275 sdebug(2, "last=%x n=%x", last, n); in iscsi_requeue()
[all …]
HDisc_sm.c92 sdebug(2, "itt=%x reason=0x%x", ntohl(itt), reject->reason); in _reject()
99 sdebug(2, "ISCSI_LOGOUT_CMD ..."); in _reject()
177 sdebug(4, "cws=%d", sp->cws); in _nop_out()
192 sdebug(1, "failed"); in _nop_out()
207 sdebug(5, "itt=%x ttt=%x", htonl(nop_in->itt), htonl(nop_in->ttt)); in _nop_in()
324 sdebug(5, "enqued: pq=%p", pq); in isc_qout()
342 sdebug(2, "restart ..."); in ism_restart()
346 sdebug(1, "resetting CmdSN to=%d (from %d)", lastcmd, sp->sn.cmd); in ism_restart()
356 sdebug(2, "restarted sn.cmd=0x%x lastcmd=0x%x", sp->sn.cmd, lastcmd); in ism_restart()
372 sdebug(1, "we lost something ... exp=0x%x cmd=0x%x", in ism_recv()
[all …]
HDisc_soc.c177 sdebug(2, "error=%d", error); in isc_sendPDU()
238 sdebug(4, "pq->len=%d uio->uio_resid=%d uio->uio_iovcnt=%d", pq->len, in isc_sendPDU()
242 sdebug(4, "opcode=%x iovcnt=%d uio_resid=%d itt=%x", in isc_sendPDU()
245 sdebug(5, "sp=%p sp->soc=%p uio=%p sp->td=%p", in isc_sendPDU()
252 sdebug(2, "uio->uio_resid=%d uio->uio_iovcnt=%d error=%d len=%d", in isc_sendPDU()
262 sdebug(1, "uio->uio_resid=%d uio->uio_iovcnt=%d", in isc_sendPDU()
503 sdebug(1, "bad data digest: received=%x calculated=%x", pp->ds_dig, digest); in so_recv()
510 sdebug(6, "len=%d] opcode=0x%x ahs_len=0x%x ds_len=0x%x", in so_recv()
517 sdebug(2, "bad cmd window size"); in so_recv()
628 sdebug(2, "terminated, flags=%x so_count=%d so_state=%x error=%d proc=%p", in isc_in()
[all …]
HDisc_cam.c111 sdebug(2, "lost target=%d", target); in ic_lost_target()
143 sdebug(2, "scanning sid=%d", sp->sid); in ic_scan()
158 sdebug(2, "# of luns=%d", sp->target_nluns); in ic_scan()
177 sdebug(4, "func_code=0x%x flags=0x%x status=0x%x target=%d lun=%jx retry_count=%d timeout=%d", in ic_action()
296 sdebug(2, "name=%s unit=%d", in ic_destroy()
309 sdebug(2, "done"); in ic_destroy()
375 sdebug(1, "cam subsystem initialized"); in ic_init()
HDiscsi.c150 sdebug(3, "sp->flags=%x", sp->flags ); in iscsi_close()
205 sdebug(6, "dev=%d cmd=%d", dev2unit(dev), (int)(cmd & 0xff)); in iscsi_ioctl()
435 sdebug(2, "len=%d ahs_len=%d ds_len=%d buf=%zu@%p", in i_send()
443 sdebug(3, "copyin ahs: error=%d", error); in i_send()
453 sdebug(3, "copyin ds: error=%d", error); in i_send()
503 sdebug(6, "cnt=%d", cnt); in i_recv()
507 sdebug(3, "error=%d sp->flags=%x ", error, sp->flags); in i_recv()
534 sdebug(4, "need mbufcopy: %d", len); in i_recv()
562 sdebug(6, "len=%d ahs_len=%d ds_len=%d", pq->len, pp->ahs_len, pp->ds_len); in i_recv()
575 sdebug(2, "flag=%d", flag); in i_fullfeature()
HDiscsivar.h48 #define sdebug(level, fmt, args...) do {if(level <= iscsi_debug)\ macro
55 #define sdebug(level, fmt, args...) macro
/freebsd-11-stable/contrib/byacc/
HDyaccpar.skel197 printf("%sdebug: state %d, reading %d (%s)\n",
207 printf("%sdebug: state %d, shifting to state %d\n",
243 printf("%sdebug: state %d, error recovery shifting\
256 printf("%sdebug: error recovery discarding state %d\n",
272 printf("%sdebug: state %d, error recovery discards token %d (%s)\n",
283 printf("%sdebug: state %d, reducing by rule %d (%s)\n",
304 printf("%sdebug: after reduction, shifting from state 0 to\
318 printf("%sdebug: state %d, reading %d (%s)\n",
333 printf("%sdebug: after reduction, shifting from state %d \
HDbtyaccpar.skel296 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
386 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
730 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",