Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/iscsi_initiator/
H A Disc_subr.c199 sdebug(2, "maxRecvDataSegmentLength=%d", sp->opt.maxRecvDataSegmentLength); in i_setopt()
204 sdebug(2, "opt.maXmitDataSegmentLength=%d", sp->opt.maxXmitDataSegmentLength); in i_setopt()
208 sdebug(2, "opt.maxBurstLength=%d", sp->opt.maxBurstLength); in i_setopt()
215 sdebug(2, "opt.targetAddress='%s'", sp->opt.targetAddress); in i_setopt()
221 sdebug(2, "opt.targetName='%s'", sp->opt.targetName); in i_setopt()
227 sdebug(2, "opt.initiatorName='%s'", sp->opt.initiatorName); in i_setopt()
234 sdebug(2, "opt.maxluns=%d", sp->opt.maxluns); in i_setopt()
238 sdebug(2, "opt.headerDigest='%s'", opt->headerDigest); in i_setopt()
241 sdebug(2, "opt.headerDigest set"); in i_setopt()
245 sdebug(2, "opt.dataDigest='%s'", opt->headerDigest); in i_setopt()
[all …]
H A Discsi_subr.c108 sdebug(2, "waiting..."); in iscsi_r2t()
253 sdebug(5, "ccb_h->status=%x", ccb_h->status); in _scsi_done()
277 sdebug(2, "last=%x n=%x", last, n); in iscsi_requeue()
327 sdebug(3, "hld pq=%p", pq); in iscsi_cleanup()
338 sdebug(3, "pq=%p", pq); in iscsi_cleanup()
427 sdebug(4, "lun=%d", lun); in dwl()
473 sdebug(2, "waiting..."); in scsi_encap()
509 sdebug(3, "not phys"); in scsi_encap()
560 sdebug(5, "itt=0x%x opcode=%x R=%d", in scsi_decap()
571 sdebug(5, "copy to=%p from=%p l1=%d l2=%d mp@%p", in scsi_decap()
[all …]
H A Disc_sm.c101 sdebug(2, "ISCSI_LOGOUT_CMD ..."); in _reject()
179 sdebug(4, "cws=%d", sp->cws); in _nop_out()
194 sdebug(1, "failed"); in _nop_out()
326 sdebug(5, "enqued: pq=%p", pq); in isc_qout()
344 sdebug(2, "restart ..."); in ism_restart()
404 sdebug(3, "wakeup rsp"); in ism_recv()
454 sdebug(4, "pq=%p", pq); in proc_out()
545 sdebug(3, "error=%d", error); in ism_out()
682 sdebug(2, "terminating"); in ism_stop()
693 sdebug(2, "n=%d", n); in ism_stop()
[all …]
H A Disc_soc.c177 sdebug(2, "error=%d", error); 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()
262 sdebug(1, "uio->uio_resid=%d uio->uio_iovcnt=%d", in isc_sendPDU()
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()
650 sdebug(2, "dropped ISC_CON_RUNNING"); in isc_in()
664 sdebug(3, "sp=%p sp->soc=%p", sp, sp? sp->soc: 0); in isc_stop_receiver()
672 sdebug(3, "soshutdown"); in isc_stop_receiver()
676 sdebug(3, "waiting n=%d... flags=%x", n, sp->flags); in isc_stop_receiver()
[all …]
H A Disc_cam.c113 sdebug(2, "lost target=%d", target); in ic_lost_target()
145 sdebug(2, "scanning sid=%d", sp->sid); in ic_scan()
160 sdebug(2, "# of luns=%d", sp->target_nluns); in ic_scan()
179 sdebug(4, "func_code=0x%x flags=0x%x status=0x%x target=%d lun=%jx retry_count=%d timeout=%d", in ic_action()
298 sdebug(2, "name=%s unit=%d", in ic_destroy()
311 sdebug(2, "done"); in ic_destroy()
377 sdebug(1, "cam subsystem initialized"); in ic_init()
H A Discsi.c152 sdebug(3, "sp->flags=%x", sp->flags ); in iscsi_close()
207 sdebug(6, "dev=%d cmd=%d", dev2unit(dev), (int)(cmd & 0xff)); in iscsi_ioctl()
437 sdebug(2, "len=%d ahs_len=%d ds_len=%d buf=%zu@%p", in i_send()
445 sdebug(3, "copyin ahs: error=%d", error); in i_send()
455 sdebug(3, "copyin ds: error=%d", error); in i_send()
505 sdebug(6, "cnt=%d", cnt); in i_recv()
509 sdebug(3, "error=%d sp->flags=%x ", error, sp->flags); in i_recv()
536 sdebug(4, "need mbufcopy: %d", len); in i_recv()
564 sdebug(6, "len=%d ahs_len=%d ds_len=%d", pq->len, pp->ahs_len, pp->ds_len); in i_recv()
577 sdebug(2, "flag=%d", flag); in i_fullfeature()
H A Discsivar.h50 #define sdebug(level, fmt, args...) do {if(level <= iscsi_debug)\ macro
57 #define sdebug(level, fmt, args...) macro
/freebsd-12.1/contrib/byacc/
H A Dyaccpar.skel201 printf("%sdebug: state %d, reading %d (%s)\n",
211 printf("%sdebug: state %d, shifting to state %d\n",
247 printf("%sdebug: state %d, error recovery shifting\
260 printf("%sdebug: error recovery discarding state %d\n",
276 printf("%sdebug: state %d, error recovery discards token %d (%s)\n",
287 printf("%sdebug: state %d, reducing by rule %d (%s)\n",
308 printf("%sdebug: after reduction, shifting from state 0 to\
322 printf("%sdebug: state %d, reading %d (%s)\n",
337 printf("%sdebug: after reduction, shifting from state %d \
H A Dbtyaccpar.skel296 fprintf(stderr, "%sdebug: stack size increased to %d\n", YYPREFIX, newsize);
386 fprintf(stderr, "%sdebug[<# of symbols on state stack>]\n", YYPREFIX);
743 fprintf(stderr, "%sdebug[%d,trial]: trial parse FAILED, entering ERROR mode\n",
/freebsd-12.1/crypto/openssl/apps/
H A Ds_server.c1005 int rev = 0, naccept = -1, sdebug = 0; in s_server_main() local
1377 sdebug = 1; in s_server_main()
1380 sdebug = 2; in s_server_main()
1790 if (sdebug) in s_server_main()
1791 ssl_ctx_security_debug(ctx, sdebug); in s_server_main()
1909 if (sdebug) in s_server_main()
1910 ssl_ctx_security_debug(ctx, sdebug); in s_server_main()
H A Ds_client.c916 int sdebug = 0; in s_client_main() local
1223 sdebug = 1; in s_client_main()
1226 sdebug = 2; in s_client_main()
1707 if (sdebug) in s_client_main()
1708 ssl_ctx_security_debug(ctx, sdebug); in s_client_main()