HomeSort by: relevance | last modified time | path
    Searched refs:DEBOUT (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi_text.c 327 DEBOUT(("Ill-formatted large number <%s>\n", buf));
530 DEBOUT(("get_parameter: Premature end of parameter\n"));
545 DEBOUT(("get_parameter: unrecognized key <%s>\n", buf));
547 DEBOUT(("get_parameter: key name > MAX_STRING\n"));
748 DEBOUT(("Invalid type %d in put_parameter!\n",
861 DEBOUT(("Incomplete range parameter\n"));
870 DEBOUT(("Invalid type %d in parameter_size!\n",
938 DEBOUT(("*** Out of memory in complete_pars\n"));
945 DEBOUT(("Bad parameter in complete_pars\n"));
970 DEBOUT(("set_key_n: num_pars (%d) >= MAX_NEG (%d)\n"
    [all...]
iscsi_rcv.c 217 DEBOUT(("ran out of mem on receive\n"));
259 DEBOUT(("Data Digest Error: comp = %08x, rx = %08x\n",
305 DEBOUT(("Collect Text Data: Out of Memory, ccb = %p\n", req_ccb));
356 DEBOUT(("Duplicate PDU, ExpSN %d, Recvd: %d\n",
362 DEBOUT(("Excessive outstanding Status PDUs, ExpSN %d, Recvd: %d\n",
369 DEBOUT(("Missing Status PDUs: First %d, num: %d\n",
376 DEBOUT(("StatSN killing connection (State = %d, "
460 DEBOUT(("Received duplicate login response (no associated CCB)\n"));
512 DEBOUT(("Received unsolicited text response\n"));
624 DEBOUT(("Received Data In, but req_ccb not waiting for it, ignored\n"))
    [all...]
iscsi_ioctl.c 111 DEBOUT(("No mem for event handler\n"));
197 DEBOUT(("Wait Event ID %d not found\n", par->event_id));
203 DEBOUT(("Wait Event ID %d already waiting\n", par->event_id));
267 DEBOUT(("Cannot allocate event\n"));
312 DEBOUT(("Found Dead Event Handler %d, removing\n", curr->evh_id));
727 DEBOUT(("Too many connections (max = %d, curr = %d)\n",
738 DEBOUT(("No mem for connection\n"));
752 DEBOUT(("Invalid socket %d\n", par->socket));
798 DEBOUT(("Can't create rcv thread (rc %d)\n", rc));
816 DEBOUT(("Can't create send thread (rc %d)\n", rc))
    [all...]
iscsi_main.c 500 DEBOUT(("Run Xfer request with polling\n"));
513 DEBOUT(("Run Xfer with data in UIO\n"));
538 DEBOUT(("ISCSI: scsipi_request with invalid REQ code %d\n", req));
624 DEBOUT(("ISCSI: iscsi_done CCB %p without XS\n", ccb));
iscsi_globals.h 540 #define DEBOUT(x) printf x
550 #define DEBOUT(x)
iscsi_send.c 784 DEBOUT(("Invalid phase %x in negotiate_login\n", c_phase));
1040 DEBOUT(("Can't get CCB in send_nop_out\n"));
1046 DEBOUT(("Can't get PDU in send_nop_out\n"));
1171 DEBOUT(("Invalid type %d in send_snack\n", type));
1460 DEBOUT(("Invalid connection for send_command, ccb = %p\n",ccb));
1468 DEBOUT(("No PDU for send_command, ccb = %p\n",ccb));
1647 DEBOUT(("io_command on dead connection (state = %d)\n",
1654 DEBOUT(("No CCB in io_command\n"));
iscsi_utils.c 275 DEBOUT(("Freeing CCB with disp %d\n",ccb->ccb_disp));
  /src/sbin/iscsid/
iscsid_main.c 555 DEBOUT(("iSCSI daemon loaded"));
595 DEBOUT(("Receiving from socket: %s",strerror(errno)));
670 DEBOUT(("Exiting daemon"));
iscsid_targets.c 74 DEBOUT(("Out of memory in create_portal!"));
99 DEBOUT(("Out of memory in create_portal!"));
178 DEBOUT(("Out of memory in create_target!"));
853 DEBOUT(("Response not TargetName <%s>", tp));
875 DEBOUT(("Syntax error in returned target address <%s>", sp));
iscsid_globals.h 386 #define DEBOUT(x) iscsid_log x

Completed in 20 milliseconds