Home
last modified time | relevance | path

Searched refs:DEBUG (Results 251 – 275 of 1683) sorted by relevance

1...<<11121314151617181920>>...68

/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-big5%zh_TW-iso2022-CN-EXT.c99 #ifdef DEBUG in _icv_open()
105 #ifdef DEBUG in _icv_open()
120 #ifdef DEBUG in _icv_open()
168 #ifdef DEBUG in _icv_iconv()
H A Dzh_TW-euc%zh_TW-iso2022-CN-EXT.c87 #ifdef DEBUG in _icv_open()
167 #ifdef DEBUG in _icv_iconv()
290 #ifdef DEBUG in _icv_iconv()
/illumos-gate/usr/src/uts/common/io/1394/
H A Dnx1394.c326 #if defined(DEBUG) in nx1394_add_eventcall()
335 #if defined(DEBUG) in nx1394_add_eventcall()
355 #if defined(DEBUG) in nx1394_remove_eventcall()
367 #if defined(DEBUG) in nx1394_remove_eventcall()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c44 #define DEBUG 0 /* debugging code and realloc messages */ macro
85 #if DEBUG || STATS
157 #if DEBUG || STATS in invmake()
174 #if DEBUG || STATS in invmake()
186 #if DEBUG in invmake()
199 #if DEBUG in invmake()
238 #if DEBUG in invmake()
382 #if DEBUG in invnewterm()
397 #if DEBUG in invnewterm()
455 #if DEBUG in invnewterm()
[all …]
/illumos-gate/usr/src/lib/krb5/ss/
H A Dparse.c76 #ifdef DEBUG
149 #ifdef DEBUG
/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c181 DEBUG(1, "Would be working in %s\n", destination); in init()
183 DEBUG(1, "Working in %s\n", destination); in init()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_trace.c42 #ifdef DEBUG
112 #ifdef DEBUG in get_environment()
H A Dns_connect.c465 #ifdef DEBUG
529 #ifdef DEBUG in addConnection()
541 #ifdef DEBUG in addConnection()
561 #ifdef DEBUG in addConnection()
570 #ifdef DEBUG in addConnection()
590 #ifdef DEBUG in findConnection()
607 #ifdef DEBUG in findConnection()
626 #ifdef DEBUG in findConnection()
643 #ifdef DEBUG in findConnection()
712 #ifdef DEBUG in makeConnection()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsqueue_impl.h52 #ifdef DEBUG
119 #ifdef DEBUG
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h60 #undef DEBUG
61 #define DEBUG (TRACE_message|TRACE_count|TRACE_debug) macro
63 #ifndef DEBUG
64 #define DEBUG (TRACE_message) macro
400 #if DEBUG && !lint
406 #if DEBUG & TRACE_count
412 #if DEBUG & TRACE_message
418 #if DEBUG & TRACE_debug
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c38 #define DEBUG 0 macro
39 #if DEBUG
78 #if DEBUG
595 #if DEBUG in filter()
608 #if DEBUG in filter()
726 #if DEBUG in filter()
799 #if DEBUG in auditd_plugin()
862 #if DEBUG in auditd_plugin_open()
/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c107 DEBUG(9, "User (%s)\n", User);
114 DEBUG(9, "Members of administrator defined service grade (%s)\n", carray[G_EXT]);
117 DEBUG(9, "%s\n", carray[i]);
685 DEBUG(4, "Removing data file (%s)\n", carray[FILE3]);
698 DEBUG(4, "Removing work file (%s)\n", file);
/illumos-gate/usr/src/uts/common/os/
H A Ddacf_clnt.c339 #ifdef DEBUG
353 #ifdef DEBUG
360 #ifdef DEBUG
H A Dprocset.c373 #ifdef DEBUG in procinset()
463 #ifdef DEBUG in procinset()
499 #ifdef DEBUG in procinset()
613 #ifdef DEBUG in lwpinset()
699 #ifdef DEBUG in lwpinset()
740 #ifdef DEBUG in lwpinset()
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c156 #ifdef DEBUG
905 #ifdef DEBUG in apic_share_vector()
958 #ifdef DEBUG in apic_share_vector()
969 #ifdef DEBUG in apic_share_vector()
982 #ifdef DEBUG in apic_share_vector()
1578 #ifdef DEBUG in apic_last_ditch_clear_remote_irr()
1601 #ifdef DEBUG in delete_defer_repro_ent()
1716 #ifdef DEBUG in apic_try_deferred_reprogram()
1825 #ifdef DEBUG in apic_check_stuck_interrupt()
1877 #ifdef DEBUG in apic_check_stuck_interrupt()
[all …]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c288 #ifdef DEBUG in ldap_put_printer()
309 #ifdef DEBUG in ldap_put_printer()
452 #ifdef DEBUG in _connectToLDAP()
492 #ifdef DEBUG in _connectToLDAP()
899 #ifdef DEBUG in _addNewPrinterObject()
1016 #ifdef DEBUG in _modifyPrinterObject()
1152 #ifdef DEBUG in _addLDAPmodValue()
1287 #ifdef DEBUG in _modLDAPmodValue()
1833 #ifdef DEBUG in _compareURIinDNs()
2121 #ifdef DEBUG in _getCurrentKVPValues()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c72 #ifdef DEBUG
476 #ifdef DEBUG in rn_addmask()
522 #ifdef DEBUG in rn_new_radix_mask()
683 #ifdef DEBUG in rn_addroute()
748 #ifdef DEBUG in rn_delete()
757 #ifdef DEBUG in rn_delete()
782 #ifdef DEBUG in rn_delete()
819 #ifdef DEBUG in rn_delete()
879 #ifdef DEBUG in rn_delete()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile.c390 #ifdef DEBUG in set_value()
401 #ifdef DEBUG in set_value()
412 #ifdef DEBUG in set_value()
669 #ifdef DEBUG
715 #ifdef DEBUG in smb_open_rcfile()
731 #ifdef DEBUG in smb_open_rcfile()
/illumos-gate/usr/src/uts/sun4/os/
H A Dforthdebug.c44 #ifdef DEBUG
153 #ifdef DEBUG in forthdebug_init()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSeverity.java129 public static final Severity DEBUG = new Severity(LOG_DEBUG, field in Severity
212 return (DEBUG); in severityForLevel()
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_acpi.c44 #ifdef DEBUG
97 #ifdef DEBUG in pcie_acpi_osc()
227 #ifdef DEBUG
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_getrhent.c76 #ifdef DEBUG in tsol_getrhbyaddr()
117 #ifdef DEBUG in tsol_getrhent()
207 #ifdef DEBUG in str_to_rhstr()
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c400 #ifdef DEBUG in areq_walk_fini()
517 #ifdef DEBUG in reqid_table_walk_step()
541 #ifdef DEBUG in reqid_table_walk_fini()
584 #ifdef DEBUG in crypto_pr_reqid()
693 #ifdef DEBUG in crypto_find_reqid()
/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c484 #ifdef DEBUG in telmodrput()
494 #ifdef DEBUG in telmodrput()
612 #ifdef DEBUG in telmodrsrv()
626 #ifdef DEBUG in telmodrsrv()
755 #ifdef DEBUG in telmodwput()
786 #ifdef DEBUG in telmodwput()
845 #ifdef DEBUG in telmodwput()
903 #ifdef DEBUG in telmodwsrv()
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c306 #ifdef DEBUG in xcppm_attach()
563 #ifdef DEBUG in xcppm_set_level()
601 #ifdef DEBUG in xcppm_gpio_port2()
769 #ifdef DEBUG in xcppm_change_cpu_power()
914 #ifdef DEBUG in xcppm_manage_cpus()
1036 #ifdef DEBUG in xcppm_manage_fet()
1136 #ifdef DEBUG in xcppm_manage_pciupa()
1180 #ifdef DEBUG in xcppm_manage_pciupa()
1261 #ifdef DEBUG in xcppm_manage_1394()
1427 #ifdef DEBUG in xcppm_ctlops()
[all …]

1...<<11121314151617181920>>...68