Searched refs:DEBOUT (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/sys/dev/iscsi/ |
| D | iscsi_text.c | 327 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 …]
|
| D | iscsi_ioctl.c | 111 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 …]
|
| D | iscsi_rcv.c | 217 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 …]
|
| D | iscsi_main.c | 500 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()
|
| D | iscsi_send.c | 784 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()
|
| D | iscsi_globals.h | 540 #define DEBOUT(x) printf x macro 550 #define DEBOUT(x) macro
|
| D | iscsi_utils.c | 275 DEBOUT(("Freeing CCB with disp %d\n",ccb->ccb_disp)); in free_ccb()
|
| /netbsd/src/sbin/iscsid/ |
| D | iscsid_targets.c | 74 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() 875 … DEBOUT(("Syntax error in returned target address <%s>", sp)); in refresh_send_target()
|
| D | iscsid_main.c | 555 DEBOUT(("iSCSI daemon loaded")); in main() 595 DEBOUT(("Receiving from socket: %s",strerror(errno))); in main() 670 DEBOUT(("Exiting daemon")); in main()
|
| D | iscsid_globals.h | 386 #define DEBOUT(x) iscsid_log x macro
|