/netbsd-src/sbin/iscsid/ |
H A D | iscsid_discover.c | 119 DEB(10,("%s: get_targets iscsi_new_trans failed", __func__)); in get_isns_target_info() 135 DEB(9, ("isns_send_trans called, returns %d, status %d", retval, status)); in get_isns_target_info() 137 DEB(10,("iSNS Attribute Query failed, rc = %d", retval)); in get_isns_target_info() 143 DEB(10,("iSNS Attribute Query returned nothing")); in get_isns_target_info() 148 DEB(10,("iSNS Query returned bad type (tag = %d, length = %d)", in get_isns_target_info() 156 DEB(10,("Attr Query Missing Delimiter (tag = %d, length = %d)", in get_isns_target_info() 164 DEB(10,("iSNS Query returned no or invalid name (tag = %d, " in get_isns_target_info() 173 DEB(10,("iSNS Query returned no or invalid node type (tag = %d, " in get_isns_target_info() 180 DEB(10,("iSNS Query returned bad type (type=%x, should be 1)", u32)); in get_isns_target_info() 188 DEB(10,("iSNS Query returned invalid alias (tag=%d, length=%d)", in get_isns_target_info() [all …]
|
H A D | iscsid_driverif.c | 79 DEB(10, ("Setting Node Name: %s (%s)", in set_node_name() 104 DEB(8, ("Binding to <%s>", addr)); in bind_socket() 196 DEB(9, ("Make Connection sess=%p, req=%p, res=%p, stid=%p", in make_connection() 253 DEB(1, ("find_free_portal returns pid=%d", portal->entry.sid.id)); in make_connection() 283 DEB(8, ("Connecting to <%s>, port %d", addr->address, addr->port)); in make_connection() 331 DEB(8, ("Connecting socket")); in make_connection() 345 DEB(1, ("Connecting to socket failed (error %d), returning %d", in make_connection() 429 DEB(5, ("Calling Login...")); in make_connection() 521 DEB(1, ("Event_Recover_Connection sid=%d, cid=%d", sid, cid)); in event_recover_connection() 551 DEB(1, ("Event_Recover_Connection Connecting to <%s>, port %d", in event_recover_connection() [all …]
|
H A D | iscsid_lists.c | 236 DEB(10, ("Find_TargetName returns %p", curr)); in find_TargetName() 258 DEB(10, ("Find_portal_by_addr - addr %s port %d target %p", in find_portal_by_addr() 270 DEB(10, ("Find_portal_by_addr returns %p", curr)); in find_portal_by_addr() 298 DEB(10, ("Find_send_target_by_addr returns %p", curr)); in find_send_target_by_addr() 324 DEB(10, ("get_list, kind %d", par->list_kind)); in get_list() 383 DEB(10, ("search_list, list_kind %d, search_kind %d", in search_list() 517 DEB(10, ("get_session_list")); in get_session_list() 584 DEB(10, ("get_connection_list")); in get_connection_list() 638 DEB(10, ("get_connection_info, session %d, connection %d", in get_connection_info() 716 DEB(9, ("Find_initiator_by_addr returns %p", curr)); in find_initiator_by_addr() [all …]
|
H A D | iscsid_targets.c | 66 DEB(9, ("Create Portal addr %s port %d group %d", in create_portal() 117 DEB(9, ("create_portal returns %p", portal)); in create_portal() 175 DEB(9, ("Create Target %s", name)); in create_target() 247 DEB(9, ("Create Send Target %s", name)); in create_send_target() 321 DEB(9, ("Add Target, name %s, num_portals %d", in add_target() 406 DEB(9, ("AddTarget returns")); in add_target() 434 DEB(9, ("Add Discovered Target, name %s, addr %s", in add_discovered_target() 531 DEB(10, ("get_target_info, id %d", par->id.id)); in get_target_info() 590 DEB(9, ("Add portal: target %d (%s), symname %s, addr %s", in add_portal() 627 DEB(9, ("AddPortal success (id %d)", portal->entry.sid.id)); in add_portal() [all …]
|
H A D | iscsid_main.c | 105 DEB(3, ("Host Name: <%s>, Host ID: %u", snp.InitiatorAlias, hid)); in create_node_name() 598 DEB(2, ("Request %d, parlen %d", in main() 618 DEB(2, ("Error receiving from socket!")); in main() 631 DEB(2, ("Test message!")); in main() 639 DEB(2, ("No Return Address!")); in main() 647 DEB(2, ("Invalid message!")); in main() 651 DEB(2, ("Sending reply: status %d, len %d", in main() 659 DEB(2, ("Error sending reply!")); in main()
|
H A D | iscsid_globals.h | 387 #define DEB(lev,x) { if (debug_level >= lev) iscsid_log x ; } macro
|
/netbsd-src/sys/dev/iscsi/ |
H A D | iscsi_main.c | 142 DEB(99, ("ISCSI Open unit=%d\n",unit)); in iscsiopen() 159 DEB(99, ("ISCSI Open aborting\n")); in iscsiopen() 185 DEB(99, ("ISCSI Close\n")); in iscsiclose() 243 DEB(1, ("ISCSI: iscsi_attach, parent=%p, self=%p, aux=%p\n", parent, in iscsi_attach() 271 DEB(1, ("ISCSI: detach\n")); in iscsi_detach() 449 DEB(5, ("Grow send window to %d\n", sess->s_send_window)); in grow_resources() 485 DEB(9, ("ISCSI: scsipi_request RUN_XFER\n")); in iscsi_scsipi_request() 490 DEB(9, ("ISCSI: refcount too high: %d, winsize %d\n", in iscsi_scsipi_request() 519 DEB(15, ("scsipi_req returns, refcount = %d\n", sess->s_refcount)); in iscsi_scsipi_request() 523 DEB(5, ("ISCSI: scsipi_request GROW_RESOURCES\n")); in iscsi_scsipi_request() [all …]
|
H A D | iscsi_ioctl.c | 132 DEB(5, ("Register Event OK, ID %d\n", par->event_id)); in register_event() 154 DEB(1, ("Deregister Event ID %d not found\n", par->event_id)); in deregister_event() 173 DEB(5, ("Deregister Event ID %d complete\n", par->event_id)); in deregister_event() 208 DEB(99, ("Wait Event ID %d\n", par->event_id)); in check_event() 260 DEB(9, ("Add_event kind %d, sid %d, cid %d, reason %d\n", in add_event() 617 DEB(1, ("ISCSI: kill_session %d, status %d, logout %d, recover %d\n", in kill_session() 626 DEB(5, ("Session %u already gone\n", sid)); in kill_session() 633 DEB(5, ("Session is being killed with status %d\n",sess->s_terminating)); in kill_session() 644 DEB(5, ("Session is being killed which is not yet established\n")); in kill_session() 669 DEB( in kill_session() [all...] |
H A D | iscsi_utils.c | 209 DEB(100, ("get_ccb: ccb = %p, waitok = %d\n", ccb, waitok)); in get_ccb() 224 DEB(15, ("get_ccb: failed")); in get_ccb() 330 DEB(9, ("Create_ccbs: ccb %p itt %x\n", ccb, ccb->ccb_ITT)); in create_ccbs() 355 DEB(9, ("destroy_ccbs: ccb %p itt %x\n", ccb, ccb->ccb_ITT)); in destroy_ccbs() 484 DEB(15, ("get_pdu: failed")); in get_pdu() 623 DEB(1, ("AddSernum: Buffer Full! num %d, diff %d\n", num, diff)); in add_sernum() 629 DEB(11, ("AddSernum bottom %d [%d], top %d, num %u, diff %d\n", in add_sernum() 680 DEB(11, ("AckSernum bottom %d, top %d, num %d ExpSN %d\n", in ack_sernum()
|
H A D | iscsi_send.c | 74 DEB(99, ("soo_write done: len = %zu\n", u->uio_resid)); in my_soo_write() 158 DEB(1, ("Reassign_tasks of Session %d, connection %d failed, " in reassign_tasks() 615 DEB(99, ("SetupTxUio: dlen = %d, dptr: %p, read: %d\n", in setup_tx_uio() 689 DEB(99, ("InitLoginPdu: Flags=%x Phase=%x->%x\n", in init_login_pdu() 725 DEB(99, ("NegotiateLogin: Flags=%x Phase=%x\n", in negotiate_login() 971 DEB(9, ("Send_send_targets\n")); in send_send_targets() 1544 DEB(10, ("RunXfer: flags=%x, data=%p, datalen=%d, resid=%d, cmdlen=%d, " in send_run_xfer() 1592 DEB(10, ("RunXfer: Periph_lun = %d, cmd[1] = %x, cmdlen = %d\n", in send_run_xfer() 1640 DEB(9, ("IoCommand: lun=%x, datalen=%d, cmdlen=%d, immed=%d, cid=%d\n", in send_io_command()
|
H A D | iscsi_text.c | 554 DEB(10, ("get_par: key <%s>=%d, val=%d, ret %p\n", in get_parameter() 556 DEB(10, ("get_par: value '%s'\n",bp)); in get_parameter() 670 DEB(10, ("put_par: key <%s>=%d, val=%d\n", in put_parameter() 753 DEB(10, ("put_par: value '%s'\n",&buf[cc])); in put_parameter() 929 DEB(10, ("complete_pars: n=%d, len=%d\n", state->num_pars, len)); in complete_pars()
|
H A D | iscsi_globals.h | 541 #define DEB(lev,x) { if (iscsi_debug_level >= lev) printf x ;} macro 551 #define DEB(lev,x) macro
|
H A D | iscsi_rcv.c | 198 DEB(15, ("read_pdu_data: data segment length = %d\n", in read_pdu_data()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | build_src.com | 2 $ CC :== CC/NOOPT/DEB/STANDARD=VAXC/DEFINE=HAVE_CONFIG_H-
|
/netbsd-src/external/mit/libcbor/dist/ |
H A D | CMakeLists.txt | 47 set(CPACK_GENERATOR "DEB" "TGZ" "RPM")
|
/netbsd-src/external/mpl/bind/dist/doc/arm/ |
H A D | pkcs11.inc.rst | 252 OpenSC suite. On both DEB-based and RPM-based distributions, the package is
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | imx6qdl-zii-rdu2.dtsi | 1012 /* Bitbang MDIO for DEB Switch */
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFP.td | 525 defm DEB : BinaryRXEAndPseudo<"deb", 0xED0D, any_fdiv, FP32, load, 4>;
|
/netbsd-src/share/misc/ |
H A D | airport | 1712 DEB:Debrecen, Hungary
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | mm-viet.comp.po | 13767 msgid "%s not a valid DEB package." 13768 msgstr "%s không phải là một gói DEB hợp lệ." 15172 msgid "This is not a valid DEB archive, missing '%s' member" 15173 msgstr "Đây không phải là môt kho DEB hợp lệ vì còn thiếu bộ phạn « %s »" 15177 msgid "This is not a valid DEB archive, it has no '%s' or '%s' member" 15179 "Đây không phải là môt kho DEB hợp lệ vì không có bộ phạn « %s » hay « %s »"
|
/netbsd-src/sys/external/bsd/acpica/dist/ |
H A D | changes.txt | 17090 Name(DEB,0x00) 17091 Scope(DEB)
|
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
H A D | UnicodeData.txt | 3122 0DEB;SINHALA LITH DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; 6766 1DEB;COMBINING LATIN SMALL LETTER F;Mn;230;NSM;;;;;N;;;;; 10694 2DEB;COMBINING CYRILLIC LETTER PE;Mn;230;NSM;;;;;N;;;;; 12185 4DEB;HEXAGRAM FOR COMING TO MEET;So;0;ON;;;;;N;;;;;
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
H A D | UnicodeData.txt | 3109 0DEB;SINHALA LITH DIGIT FIVE;Nd;0;L;;5;5;5;N;;;;; 6751 1DEB;COMBINING LATIN SMALL LETTER F;Mn;230;NSM;;;;;N;;;;; 10678 2DEB;COMBINING CYRILLIC LETTER PE;Mn;230;NSM;;;;;N;;;;; 12161 4DEB;HEXAGRAM FOR COMING TO MEET;So;0;ON;;;;;N;;;;;
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
H A D | UnicodeDataNames.txt | 10111 4DEB;HEXAGRAM FOR COMING TO MEET;So;0;ON;;;;;N;;;;; 13340 B381;HANGUL SYLLABLE DEB;Lo;0;L;;;;;N;;;;;
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | UnicodeData.txt | 9372 4DEB;HEXAGRAM FOR COMING TO MEET;So;0;ON;;;;;N;;;;;
|