Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 25 of 183) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Ddebug.h106 # define sm_debug_active(debug, level) \ argument
111 # define sm_debug_level(debug) \ argument
115 # define sm_debug_unknown(debug) ((debug)->debug_level == SM_DEBUG_UNKNOWN) argument
117 # define sm_debug_active(debug, level) 0 argument
118 # define sm_debug_level(debug) 0 argument
119 # define sm_debug_unknown(debug) 0 argument
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/
H A DMakefile28 debug := TARGET += debug macro
32 debug: $(SUBDIRS) target
/illumos-gate/usr/src/cmd/fm/eversholt/esc/
H A DMakefile28 debug := TARGET += debug macro
32 debug: $(SUBDIRS) target
/illumos-gate/usr/src/cmd/fm/eversholt/
H A DMakefile27 debug := TARGET += debug macro
33 debug: $(SUBDIRS) target
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_password.c62 int debug) in set_ccname()
111 int debug) in get_set_creds()
161 int debug = 0; in pam_sm_chauthtok() local
325 int debug) in krb5_verifypw()
425 int debug) in krb5_changepw()
H A Dkrb5_acct_mgmt.c58 int debug) in fetch_princ_entry()
169 int debug) in exp_warn()
315 int debug = 0; /* pam.conf entry option */ in pam_sm_acct_mgmt() local
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_trace.h51 #define IBMF_TRACE_0(debug, trlevel, arg01, arg02, arg03, arg04) \ argument
57 #define IBMF_TRACE_1(debug, trlevel, arg01, arg02, arg03, arg04, arg11, arg12, arg13) \ argument
63 #define IBMF_TRACE_2(debug, trlevel, arg01, arg02, arg03, arg04, arg11, arg12, arg13, arg21, arg22,… argument
69 #define IBMF_TRACE_3(debug, trlevel, arg01, arg02, arg03, arg04, arg11, arg12, arg13, arg21, arg22,… argument
75 #define IBMF_TRACE_4(debug, trlevel, arg01, arg02, arg03, arg04, arg11, arg12, arg13, arg21, arg22,… argument
81 #define IBMF_TRACE_5(debug, trlevel, arg01, arg02, arg03, arg04, arg11, arg12, arg13, arg21, arg22,… argument
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c55 read_authtok(pam_handle_t *pamh, int debug) in read_authtok()
147 verify_authtok(pam_handle_t *pamh, int debug) in verify_authtok()
199 int debug = 0; in pam_sm_chauthtok() local
226 int debug = 0; in pam_sm_authenticate() local
/illumos-gate/usr/src/cmd/sort/
H A DMakefile71 debug := COPTFLAG = macro
72 debug := COPTFLAG64 = macro
83 debug : $(PROG) convert invoke target
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DUtility.java38 loadLibrary(String paths[], String name, boolean debug) in loadLibrary()
61 loadLibrary(String name, boolean debug) in loadLibrary()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c225 SM_DEBUG_T *debug; in sm_debug_reset() local
379 sm_debug_loadlevel(debug) in sm_debug_loadlevel() argument
418 sm_debug_loadactive(debug, level) in sm_debug_loadactive() argument
/illumos-gate/usr/src/lib/udapl/
H A DMakefile38 debug := TARGET = debug macro
42 all debug clean clobber: $(SUBDIRS) target
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c56 #define debug(msg) t_error(msg) macro
58 #define debug(msg) macro
/illumos-gate/usr/src/lib/udapl/udapl_tavor/
H A DMakefile42 debug := TARGET= debug macro
46 all debug install: $(ROOTCONFFILES) .WAIT $(SUBDIRS) target
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_update.c54 #define debug(msg) (void) fprintf(stderr, "%s\n", msg); macro
57 #define debug(msg) macro
/illumos-gate/usr/src/lib/udapl/libdat/
H A DMakefile55 debug := TARGET= debug macro
59 all debug install: $(ROOTETCDATFILES) .WAIT $(SUBDIRS) target
/illumos-gate/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c67 int debug = 0; in pam_sm_close_session() local
95 int debug = 0; in pam_sm_open_session() local
/illumos-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c108 int debug) /* in */ in get_and_set_seckey()
196 establish_key(pam_handle_t *pamh, int flags, int debug, char *netname) in establish_key()
399 remove_key(pam_handle_t *pamh, int flags, int debug) in remove_key()
492 int debug = 0; in pam_sm_setcred() local
/illumos-gate/usr/src/lib/libexacct/
H A DMakefile33 debug := TARGET = debug macro
49 all debug clean clobber delete install package: $(SUBDIRS) target
/illumos-gate/usr/src/cmd/fm/eversholt/native/
H A DMakefile32 debug: target
/illumos-gate/usr/src/cmd/ipf/lib/
H A Ddebug.c21 void debug(char *fmt, ...) in debug() function
/illumos-gate/usr/src/tools/codesign/
H A Dsignit.pl130 sub debug { subroutine
/illumos-gate/usr/src/lib/passwdutil/
H A Ddebug.c42 debug(char *fmt, ...) in debug() function
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dglob.c43 int debug = OFF; /* debug flag */ variable
/illumos-gate/usr/src/cmd/keyserv/
H A Ddebug.h49 #define debug(x, y) (test_debug(x, __FILE__, __LINE__) && real_debug ## y) macro

12345678