Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/iscsi_initiator/
H A Disc_sm.c104 xdebug("%d] we lost something itt=%x", in _reject()
124 xdebug("%d] we lost something itt=%x r2tSN=%d bo=%x ddtl=%x", in _r2t()
144 xdebug("%d] we lost something itt=%x", in _scsi_rsp()
163 xdebug("%d] we lost something itt=%x", in _read_data()
216 xdebug("%d] dslen not zero", sp->sid); in _nop_in()
300 xdebug("%d] pdu len=%zd > %d", in i_prepPDU()
501 xdebug("error=%d opcode=0x%x ccb=%p itt=%x", in proc_out()
509 xdebug("requed"); in proc_out()
515 xdebug("back to cam"); in proc_out()
521 xdebug("we lost it!"); in proc_out()
[all …]
H A Discsi_subr.c142 xdebug("huh? opcode=0x%x", bhp->opcode); in iscsi_r2t()
309 xdebug("%d pdus recovered, should have been ZERO!", n); in i_pdu_flush()
440 xdebug("lun %d: is unsupported!", lun); in dwl()
507 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.c615 xdebug("too many sessions!"); in i_create_session()
677 xdebug("sc is NULL!"); in iscsi_shutdown()
729 xdebug("shutdown event registration failed\n"); in iscsi_start()
777 xdebug("iscsi_initiator: make_dev_credf failed"); in iscsi_start()
815 xdebug("sysctl_ctx_free failed"); in iscsi_stop()
840 xdebug("iscsi module busy(nsess=%d), cannot unload", isc->nsess); in iscsi_modevent()
H A Disc_cam.c178 xdebug("sp == NULL! cannot happen"); in ic_action()
235 xdebug("lun %d > ISCSI_MAX_LUNS!\n", lun); in ic_action()
H A Disc_soc.c445 xdebug("impossible PDU length(%d) opt.maxRecvDataSegmentLength=%d", in so_recv()
530 xdebug("have a problem, error=%d", error); in so_recv()
H A Discsivar.h63 #define xdebug(fmt, args...) printf(">>> %s: " fmt "\n", __func__ , ##args) macro
/freebsd-13.1/sbin/iscontrol/
H A Discontrol.h42 #define xdebug(fmt, args...) printf("%s: " fmt "\n", __func__ , ##args) macro
/freebsd-13.1/sys/dev/amr/
H A Damrvar.h74 #define xdebug(fmt, args...) printf("%s: " fmt "\n", __func__ , ##args) macro