Home
last modified time | relevance | path

Searched refs:debug (Results 176 – 200 of 562) sorted by relevance

12345678910>>...23

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c62 boolean_t debug; variable
298 if (debug) { in dlmgmt_init()
363 if (debug) in dlmgmt_inform_parent_exit()
542 debug = B_TRUE; in main()
549 if (!debug && !dlmgmt_daemonize()) in main()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c80 if (debug) {
85 if (debug) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dlogging.c39 boolean_t debug = B_TRUE; variable
50 if (severity == LOG_DEBUG && !debug) in log_out()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h239 extern int debug; /* Debug flag */
837 #define MAINDEBUG(x) if (debug) dbglog x
843 #define SYSDEBUG(x) if (debug) dbglog x
849 #define LCPDEBUG(x) if (debug) dbglog x
855 #define IPCPDEBUG(x) if (debug) dbglog x
861 #define IPV6CPDEBUG(x) if (debug) dbglog x
867 #define CHAPDEBUG(x) if (debug) dbglog x
873 #define IPXCPDEBUG(x) if (debug) dbglog x
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c69 debug++;
190 if (debug)
197 if (debug)
202 if (debug) {
H A Dparser.y101 if(debug) sect2dump();
114 if(debug) {
144 if(sect == DEFSECTION && debug) sect1dump();
168 if(debug) sect2dump();
372 if (debug) (void) printf("positions (%%p) now %d\n",maxpos);
381 if(debug)(void) printf( " no. states (%%n) now %d\n",nstates);
390 if (debug) (void) printf("treesize (%%e) now %d\n",treesize);
416 if (debug)(void) printf("N. trans (%%a) now %d\n",ntrans);
426 if (debug) (void) printf( "Size classes (%%k) now %d\n",pchlen);
948 if(debug)
/illumos-gate/usr/src/cmd/backup/
H A DMakefile.backup68 debug:= TARGET= debug
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c129 if (debug) { in print_trackio_error()
145 if (debug) { in print_trackio_error()
218 if (debug) in progress()
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dipsec.dfl34 # IKE_DEBUG sets the initial debug level within the IKE daemon; by default,
35 # no debug messages are logged.
38 # IKE_DEBUG_FILE controls where IKE debug output goes if enabled. By default,
/illumos-gate/usr/src/lib/libpool/
H A DMakefile34 debug := TARGET = debug macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c136 if (debug & D_PKTBAD) { in in_data()
173 if (debug & D_PKTIN) { in in_data()
209 if (debug & D_PKTIN) { in in_data()
227 if (debug & D_PKTIN) { in in_data()
269 if (debug & D_PKTIN) { in in_data()
518 if (debug & D_DHCP) { in incoming_ra()
735 if (debug & D_DHCP) in incoming_prefix_stateful()
741 if (debug & D_DHCP) in incoming_prefix_stateful()
777 if (debug & D_DHCP) in incoming_prefix_stateful()
1010 if (debug & D_TMP) in incoming_prefix_addrconf_process()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dnfs.c206 if (debug) in nfs_getrootfh()
271 if (debug) in nfs_lookupfh()
342 if (debug) in nfs_readlink()
485 if (debug) in nfs_open()
638 if (debug) in nfs_open()
653 if (debug) in nfs_close()
674 if (debug) in nfs_read()
684 if (debug) in nfs_read()
691 if (debug) in nfs_read()
/illumos-gate/usr/src/lib/pam_modules/sample/
H A Dsample_acct_mgmt.c55 int debug __unused = 0; in pam_sm_acct_mgmt()
95 debug = 1; in pam_sm_acct_mgmt()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBA.cc114 log.debug("getPort(wwn): WWN %016llx", wwn); in getPort()
179 log.debug("Port index size %d index %d ", portsByIndex.size(), in getPortByIndex()
285 log.debug("Unable to open \"%s\" - reason (%d) %s", in _open()
/illumos-gate/usr/src/cmd/fs.d/nfs/tests/
H A Dtest_svc_tp_create.c72 int debug; variable
173 debug++; in main()
249 if (debug) { in main()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c75 static int debug; variable
116 debug = atoi(optarg); in main()
117 (void) printf("Will collect %d responses.\n", debug); in main()
323 if (dflag && (++debugcnt >= debug)) in print_info()
353 if (dflag && (++debugcnt >= debug)) in print_info()
446 if (dflag && (++debugcnt >= debug)) in print_info_3()
477 if (dflag && (++debugcnt >= debug)) in print_info_3()
/illumos-gate/usr/src/lib/librstp/common/
H A Dedge.c97 if (s->debug) in STP_edge_check_conditions()
105 if (s->debug) in STP_edge_check_conditions()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml38 our $debug = 0; # normal use is to set via the file being parsed.
56 $debug = $appDebug;
/illumos-gate/usr/src/pkg/transforms/
H A Dstrip_dependinfo27 # Remove pkg debug information
28 <transform set name=pkg.debug.* -> drop>
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c105 if (debug & LOOKUPDEBUG) { in arclookup()
113 if (debug & LOOKUPDEBUG) { in arclookup()
/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Drecvmsg.c39 static boolean_t debug; variable
49 #define DEBUG(x) if (debug) printf x
238 if (debug) in servertest()
317 if (debug) { in servertest()
506 debug = _B_TRUE; in main()
/illumos-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c295 int debug = 0; in pam_sm_acct_mgmt() local
303 debug = 1; in pam_sm_acct_mgmt()
315 if (debug) in pam_sm_acct_mgmt()
404 if (debug) { in pam_sm_acct_mgmt()
533 if (debug) { in pam_sm_acct_mgmt()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c181 int debug; variable
270 debug++; in main()
437 if (debug) in checkfilesys()
567 if (debug) in checkfilesys()
583 if (debug && (files > 0 || blks > 0)) { in checkfilesys()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c94 if (debug & D_PHYINT) in phyint_lookup()
281 if (debug & D_PHYINT) in phyint_inst_lookup()
298 if (debug & D_PHYINT) in phyint_group_lookup()
315 if (debug & D_PHYINT) in phyint_insert()
349 if (debug & D_PHYINT) { in phyint_inst_insert()
509 if (debug & D_PHYINT) in phyint_group_create()
843 if (debug & D_PHYINT) in phyint_inst_sockinit()
1106 if (debug & D_PHYINT) in phyint_group_delete()
1333 if (debug & D_PHYINT) in phyint_delete()
1895 if (debug & D_LOGINT) in logint_init_from_k()
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/
H A DMakefile.esc.com56 debug := COPTFLAG =
57 debug := COPTFLAG64 =

12345678910>>...23