Searched refs:debug (Results 151 - 175 of 1526) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c87 static int debug; variable
211 case 'd': /* enable debug */
212 debug++;
283 if (debug)
289 if (debug) {
411 if (debug) {
426 if (standalone && debug) {
515 if (debug) {
790 if (debug && standalone) {
1021 if (debug
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c70 int debug = 0; variable
194 if (debug & D_PKTOUT) {
238 if (debug & D_PKTOUT) {
265 if (debug & D_PKTOUT) {
289 if (debug & D_PKTOUT) {
338 if (debug & D_PKTOUT) {
429 if (debug & D_IFSCAN)
489 if (debug & D_PHYINT) {
626 if (debug & D_IFSCAN)
715 if (debug
[all...]
/illumos-gate/usr/src/lib/pam_modules/sample/
H A Dsample_authenticate.c47 * debug
77 int debug = 0; local
86 if (debug)
92 if (strcmp(argv[i], "debug") == 0)
93 debug = 1;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c72 debug("in tmchild");
88 debug("PCpipe hungup, tmchild exiting");
161 debug("got GOODNAME");
186 debug("BADSPEED: setup next speed");
213 debug("got NONAME");
241 debug("in openline");
346 debug("in write_prompt");
420 debug("in do_autobaud");
445 debug("autobaud done");
510 debug("i
[all...]
H A Dtmhandler.c73 debug("in fork_tmchild");
155 debug("R_FLAG");
166 debug("A_FLAG");
211 debug("in got hup");
235 debug("poll return");
255 debug("got POLLIN");
284 debug("in sigchild");
351 debug("in state_change");
404 debug("Nentries > Npollfd, reallocating pollfds");
482 debug("i
[all...]
/illumos-gate/usr/src/cmd/idmap/test-getdc/
H A Dgetdc_main.c24 int debug; variable
45 debug++;
54 adutils_set_debug(AD_DEBUG_ALL, debug);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c306 debug(2, "clearing slot %d (%d) (saving %d)\n",
309 debug(2, "clearing slot %d (%d)\n", slotnum, i);
319 debug(2, "phase one done: donequeue has %d items\n",
379 debug(2, "%d: merging %p into %p\n", pthread_self(),
449 debug(2, "%d: entering p2 completion barrier\n",
477 debug(2, "%d: merging %p into %p\n", pthread_self(),
495 debug(2, "%d: added %p to queue, len now %d, ninqueue %d\n",
512 debug(2, "%d: entering first barrier\n", pthread_self());
516 debug(2, "%d: doing work in first barrier\n", pthread_self());
522 debug(
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dkey_call.c62 #define debug(msg) (void) fprintf(stderr, "%s\n", msg); macro
64 #define debug(msg) macro
93 debug("getnetname failed");
140 debug("set3 status is nonzero");
153 debug("remove secret key call failed");
157 debug("remove secret status is nonzero");
302 debug("encrypt status is nonzero");
348 debug("encrypt3 status is nonzero");
352 debug("number of keys don't match");
372 debug("decryp
[all...]
/illumos-gate/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c80 boolean_t debug = B_FALSE; local
91 if (strcmp(argv[i], "debug") == 0)
92 debug = B_TRUE;
106 if (debug)
137 if (debug) {
/illumos-gate/usr/src/lib/librstp/common/
H A Dstatmch.h37 char debug; /* 0- no dbg, 1 - port, 2 - stpm */ member in struct:state_mach_t
/illumos-gate/usr/src/lib/libbsm/
H A DxmlHandlers.pm52 my $class = shift; # for debug use
147 # print "charHandler: $currentObj->{'class'} $string\n" if $main::debug;
172 elsif ($main::debug) {
181 # print "end tag $element\n" if $main::debug;
187 elsif ($main::debug) {
197 unless (!$main::debug || ($string =~ /^\s*$/)) {
221 return unless $main::debug;
256 # print "processAttributes: element = $element\n" if $main::debug;
266 # if $main::debug;
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c103 debug("not enough memory to monitor %s %s",
111 debug("added collection %s\n", name);
153 debug("%s %s: %s\n", col_type, name,
156 debug("%s %s: cap: %llukB\n", col_type, name,
/illumos-gate/usr/src/cmd/mail/
H A DDout.c29 Dout - Print debug output
37 lower than the value of the global variable debug.
88 if (debug > level) {
H A DTout.c29 Tout - Print surrogate debug output
37 also go to the debug output if debugging is turned
74 if (debug > 0) {
H A Ddone.c89 if ((debug > 0) && (keepdbgfile == 0)) {
/illumos-gate/usr/src/cmd/mailx/
H A Dhostname.c88 if (debug) fprintf(stderr, "host '%s', domain '%s'\n", host, domain);
/illumos-gate/usr/src/cmd/fm/eversholt/
H A DMakefile.esc.com55 debug := COPTFLAG =
56 debug := COPTFLAG64 =
/illumos-gate/usr/src/cmd/saf/
H A Dextern.h42 extern void debug();
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-heap.c15 #include <sm/debug.h>
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A DMakefile39 OBJS= cf.o debug.o err.o lockfile.o safefile.o snprintf.o
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml38 our $debug = 0; # normal use is to set via the file being parsed.
39 # <debug set="on"/> or <debug set="off"/> or <debug/>
40 # if the set attribute is omitted, debug state is toggled
56 $debug = $appDebug;
/illumos-gate/usr/src/cmd/backup/
H A DMakefile47 all debug lint check: $(COMMONPRODSUBDIRS) $(UFSPRODSUBDIRS)
/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.h38 extern int debug;
H A Dtransport.c103 if (debug && verbose) {
154 if (debug) {
228 if (debug) {
242 /* store the error status for later debug printing */
250 if (debug && retries) {
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c102 if (debug)
118 if (debug) {
141 if (debug) {
161 if (debug)
179 if (debug)
194 if (debug)
246 if (debug) {
267 if (debug) {
278 if (debug) {
288 if (debug) {
[all...]

Completed in 193 milliseconds

1234567891011>>