Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/iscsi/
Discsi_text.c327 DEBOUT(("Ill-formatted large number <%s>\n", buf)); in get_bignumval()
530 DEBOUT(("get_parameter: Premature end of parameter\n")); in get_parameter()
545 DEBOUT(("get_parameter: unrecognized key <%s>\n", buf)); in get_parameter()
547 DEBOUT(("get_parameter: key name > MAX_STRING\n")); in get_parameter()
748 DEBOUT(("Invalid type %d in put_parameter!\n", in put_parameter()
861 DEBOUT(("Incomplete range parameter\n")); in parameter_size()
870 DEBOUT(("Invalid type %d in parameter_size!\n", in parameter_size()
938 DEBOUT(("*** Out of memory in complete_pars\n")); in complete_pars()
945 DEBOUT(("Bad parameter in complete_pars\n")); in complete_pars()
970 DEBOUT(("set_key_n: num_pars (%d) >= MAX_NEG (%d)\n", in set_key_n()
[all …]
Discsi_ioctl.c111 DEBOUT(("No mem for event handler\n")); in register_event()
197 DEBOUT(("Wait Event ID %d not found\n", par->event_id)); in check_event()
203 DEBOUT(("Wait Event ID %d already waiting\n", par->event_id)); in check_event()
267 DEBOUT(("Cannot allocate event\n")); in add_event()
312 DEBOUT(("Found Dead Event Handler %d, removing\n", curr->evh_id)); in check_event_handlers()
727 DEBOUT(("Too many connections (max = %d, curr = %d)\n", in create_connection()
738 DEBOUT(("No mem for connection\n")); in create_connection()
752 DEBOUT(("Invalid socket %d\n", par->socket)); in create_connection()
798 DEBOUT(("Can't create rcv thread (rc %d)\n", rc)); in create_connection()
816 DEBOUT(("Can't create send thread (rc %d)\n", rc)); in create_connection()
[all …]
Discsi_rcv.c217 DEBOUT(("ran out of mem on receive\n")); in read_pdu_data()
259 DEBOUT(("Data Digest Error: comp = %08x, rx = %08x\n", in read_pdu_data()
305 DEBOUT(("Collect Text Data: Out of Memory, ccb = %p\n", req_ccb)); in collect_text_data()
356 DEBOUT(("Duplicate PDU, ExpSN %d, Recvd: %d\n", in check_StatSN()
362 DEBOUT(("Excessive outstanding Status PDUs, ExpSN %d, Recvd: %d\n", in check_StatSN()
369 DEBOUT(("Missing Status PDUs: First %d, num: %d\n", in check_StatSN()
376 DEBOUT(("StatSN killing connection (State = %d, " in check_StatSN()
460 DEBOUT(("Received duplicate login response (no associated CCB)\n")); in receive_login_pdu()
512 DEBOUT(("Received unsolicited text response\n")); in receive_text_response_pdu()
624 DEBOUT(("Received Data In, but req_ccb not waiting for it, ignored\n")); in receive_data_in_pdu()
[all …]
Discsi_main.c500 DEBOUT(("Run Xfer request with polling\n")); in iscsi_scsipi_request()
513 DEBOUT(("Run Xfer with data in UIO\n")); in iscsi_scsipi_request()
538 DEBOUT(("ISCSI: scsipi_request with invalid REQ code %d\n", req)); in iscsi_scsipi_request()
624 DEBOUT(("ISCSI: iscsi_done CCB %p without XS\n", ccb)); in iscsi_done()
Discsi_send.c784 DEBOUT(("Invalid phase %x in negotiate_login\n", c_phase)); in negotiate_login()
1040 DEBOUT(("Can't get CCB in send_nop_out\n")); in send_nop_out()
1046 DEBOUT(("Can't get PDU in send_nop_out\n")); in send_nop_out()
1171 DEBOUT(("Invalid type %d in send_snack\n", type)); in send_snack()
1460 DEBOUT(("Invalid connection for send_command, ccb = %p\n",ccb)); in send_command()
1468 DEBOUT(("No PDU for send_command, ccb = %p\n",ccb)); in send_command()
1647 DEBOUT(("io_command on dead connection (state = %d)\n", in send_io_command()
1654 DEBOUT(("No CCB in io_command\n")); in send_io_command()
Discsi_globals.h540 #define DEBOUT(x) printf x macro
550 #define DEBOUT(x) macro
Discsi_utils.c275 DEBOUT(("Freeing CCB with disp %d\n",ccb->ccb_disp)); in free_ccb()
/netbsd/src/sbin/iscsid/
Discsid_targets.c74 DEBOUT(("Out of memory in create_portal!")); in create_portal()
99 DEBOUT(("Out of memory in create_portal!")); in create_portal()
178 DEBOUT(("Out of memory in create_target!")); in create_target()
853 DEBOUT(("Response not TargetName <%s>", tp)); in refresh_send_target()
875DEBOUT(("Syntax error in returned target address <%s>", sp)); in refresh_send_target()
Discsid_main.c555 DEBOUT(("iSCSI daemon loaded")); in main()
595 DEBOUT(("Receiving from socket: %s",strerror(errno))); in main()
670 DEBOUT(("Exiting daemon")); in main()
Discsid_globals.h386 #define DEBOUT(x) iscsid_log x macro