Home
last modified time | relevance | path

Searched refs:xdebug (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/dev/disk/iscsi/initiator/
H A Disc_sm.c100 xdebug("%d] we lost something itt=%x", in _reject()
120 xdebug("%d] we lost something itt=%x r2tSN=%d bo=%x ddtl=%x", in _r2t()
138 xdebug("%d] we lost something itt=%x", in _scsi_rsp()
157 xdebug("%d] we lost something itt=%x", in _read_data()
210 xdebug("%d] dslen not zero", sp->sid); in _nop_in()
294 xdebug("%d] pdu len=%zd > %d", in i_prepPDU()
536 xdebug("error=%d ndone=%d opcode=0x%x ccb=%p itt=%x", in proc_out()
545 xdebug("requed"); in proc_out()
551 xdebug("back to cam"); in proc_out()
557 xdebug("we lost it!"); in proc_out()
[all …]
H A Discsi_subr.c136 xdebug("huh? opcode=0x%x", bhp->opcode); in iscsi_r2t()
298 xdebug("%d pdus recovered, should have been ZERO!", n); in i_pdu_flush()
423 xdebug("lun %d: is unsupported!", lun); in dwl()
508 xdebug("guevalt! %d > %ld", csio->cdb_len, (long)sizeof(cmd->cdb)); in scsi_encap()
545 xdebug("%d] ccb == NULL!", sp->sid); in scsi_decap()
578 xdebug("edtlen=%d < ds_len=%d", in scsi_decap()
H A Discsi.c699 xdebug("sc is NULL!"); in iscsi_shutdown()
771 xdebug("pdu zone init failed!"); // XXX: should cause terminal failure ... in iscsi_start()
788 xdebug("shutdown event registration failed\n"); in iscsi_start()
867 xdebug("sysctl_ctx_free failed"); in iscsi_stop()
H A Disc_soc.c411 xdebug("impossible PDU length(%d) opt.maxRecvDataSegmentLength=%d", in so_recv()
514 xdebug("have a problem, error=%d", error); in so_recv()
H A Disc_cam.c147 xdebug("can't create cam path"); in ic_fullfeature()
H A Discsivar.h52 #define xdebug(fmt, args...) kprintf(">>> %s: " fmt "\n", __func__ , ##args) macro
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-ia64.texi100 @item -xdebug
105 This is a shortcut for -xnone -xdebug.
108 This is a shortcut for -xexplicit -xdebug.
H A Das.texinfo357 [@b{-x}|@b{-xexplicit}] [@b{-xauto}] [@b{-xdebug}]
/dragonfly/sbin/iscontrol/
H A Discontrol.h40 #define xdebug(fmt, args...) printf("%s: " fmt "\n", __func__ , ##args) macro
/dragonfly/sys/dev/raid/amr/
H A Damrvar.h76 #define xdebug(fmt, args...) printf("%s: " fmt "\n", __func__ , ##args) macro