Home
last modified time | relevance | path

Searched refs:debug (Results 51 – 75 of 562) sorted by relevance

12345678910>>...23

/illumos-gate/usr/src/boot/common/
H A Ddev_net.c73 int debug = 0; variable
150 if (debug) in net_open()
206 if (debug) in net_close()
222 if (debug) in net_cleanup()
265 if (debug) in net_getparams()
285 if (debug) in net_getparams()
302 if (debug) in net_getparams()
308 if (gateip.s_addr && debug) in net_getparams()
322 if (debug) { in net_getparams()
/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c201 debug(const char *fmt, ...) in debug() function
229 #define debug(...) do { } while (0) macro
231 #define debug(...) macro
851 debug("suspending all CPUs\n"); in gdb_suspend_vcpus()
984 debug("resuming all CPUs\n"); in gdb_resume_vcpus()
1672 debug("<- Ctrl-C\n"); in check_command()
1679 debug("<- +\n"); in check_command()
1690 debug("<- -\n"); in check_command()
1725 debug("-> -\n"); in check_command()
1735 debug("-> +\n"); in check_command()
[all …]
/illumos-gate/usr/src/cmd/backup/
H A DMakefile.targ29 debug:= DUMPLIB= libdump_g.a
30 debug:= CFLAGS= $(CCGDEBUG) -DDEBUG -DFDEBUG -DTDEBUG $(SBFLAGS)
31 DEBUGDIR= .debug
37 debug: $(UFSDEBUGPROG)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c88 static int debug; variable
213 debug++; in main()
284 if (debug) in main()
290 if (debug) { in main()
412 if (debug) { in main()
516 if (debug) { in delayed_responder()
791 if (debug && standalone) { in tftp()
1102 if (debug && standalone) in tftpd_sendfile()
1308 if (debug && standalone) in tftpd_recvfile()
1312 if (debug && standalone) in tftpd_recvfile()
[all …]
H A Dhostconfig.c62 int debug = 0; /* do debug printfs */ variable
140 debug++;
183 if (debug)
210 if (debug)
255 if (debug)
260 if (debug)
396 if (debug)
408 if (debug)
479 if (debug)
491 if (debug)
H A Din.rarpd.c144 static void debug(char *, ...);
531 debug("RARP packet received but " in do_rarp()
550 debug("REVARP_REPLY ignored"); in do_rarp()
555 debug("ARPOP_REPLY ignored"); in do_rarp()
586 debug("RARP_REQUEST for %s", str); in rarp_request()
597 debug("weird (3rd party lookup)"); in rarp_request()
651 debug("immediate reply sent"); in rarp_request()
717 debug("ARPOP_REQUEST"); in arp_request()
950 debug("trying physical netnum %s" in get_ipaddr()
954 debug("trying logical %d netnum %s" in get_ipaddr()
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A Dportinfo.c68 if (this->debug) { in rcvBpdu()
91 if (this->debug) { in rcvBpdu()
105 if (this->debug) { in rcvBpdu()
119 if (this->debug) { in rcvBpdu()
127 if (this->debug) { in rcvBpdu()
167 if (this->debug) { in setTcFlags()
175 if (this->debug) { in setTcFlags()
185 if (this->debug) { in setTcFlags()
288 if (port->info->debug) in STP_info_rx_bpdu()
380 if (this->debug) { in STP_info_enter_state()
[all …]
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dreadme_revision58 use vars qw($debug $last_cr $wsname $date);
65 $debug = 0;
70 $debug = 1;
122 if ($debug == 0) {
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmhandler.c69 debug("in fork_tmchild"); in fork_tmchild()
148 debug("R_FLAG"); in got_carrier()
157 debug("A_FLAG"); in got_carrier()
198 debug("in got hup"); in got_hup()
220 debug("poll return"); in do_poll()
238 debug("got POLLIN"); in do_poll()
264 debug("in sigchild"); in sigchild()
331 debug("in state_change"); in state_change()
457 debug("in mark_service"); in mark_service()
503 debug("in sigpoll_catch"); in sigpoll_catch()
[all …]
H A Dtmchild.c68 debug("in tmchild"); in tmchild()
159 debug("got GOODNAME"); in tmchild()
185 debug("BADSPEED: setup next speed"); in tmchild()
211 debug("got NONAME"); in tmchild()
237 debug("in openline"); in openline()
340 debug("in write_prompt"); in write_prompt()
413 debug("in do_autobaud"); in do_autobaud()
436 debug("autobaud done"); in do_autobaud()
497 debug("in invoke_service"); in invoke_service()
551 debug("about to run config script"); in invoke_service()
[all …]
/illumos-gate/usr/src/lib/krb5/dyn/
H A Ddyn_insert.c26 if (obj->debug)
33 if (obj->debug)
39 if (obj->debug)
56 if (obj->debug)
67 if (obj->debug)
H A Ddyn_create.c42 obj->debug = obj->paranoid = 0;
61 obj1->debug = obj->debug;
79 if (obj->debug)
92 if (obj->debug)
/illumos-gate/usr/src/lib/libexacct/
H A DMakefile.com46 debug := CPPFLAGS += -DLIBEXACCT_DEBUG
47 debug := COPTFLAG = $(CCGDEBUG)
48 debug := COPTFLAG64 = $(CCGDEBUG)
52 all debug: $(LIBS)
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h203 if (debug & (fac)) \
206 if (debug & (fac)) \
209 if (debug & (fac)) \
212 if (debug & (fac)) \
215 if (debug & (fac)) \
218 if (debug & (fac)) \
221 if (debug & (fac)) \
224 if (debug & (fac)) \
227 if (debug & (fac)) \
230 if (debug & (fac)) \
[all …]
/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
91 debug("no master found"); in yp_update()
116 debug("auth create failed"); in yp_update()
136 debug("ypupdate RPC call failed"); in yp_update()
/illumos-gate/usr/src/lib/pam_modules/krb5_migrate/
H A Dkrb5_migrate_authenticate.c59 int debug = 0; in pam_sm_authenticate() local
81 debug = 1; in pam_sm_authenticate()
108 if (debug) in pam_sm_authenticate()
133 if (debug) in pam_sm_authenticate()
237 if (debug) in pam_sm_authenticate()
257 if (debug) in pam_sm_authenticate()
295 if (debug) in pam_sm_authenticate()
326 if (debug) in pam_sm_authenticate()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c55 int debug; member
67 int unit, int hdrlen, int mru, int debug));
175 z_decomp_init(arg, options, opt_len, unit, hdrlen, mru, debug) in z_decomp_init() argument
178 int opt_len, unit, hdrlen, mru, debug;
192 state->debug = debug;
247 if (state->debug)
268 if (state->debug)
329 if (state->debug)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c81 int debug = 0; variable
130 if (debug > 0) in main()
136 if (debug > 0) { in main()
155 if (debug > 0) in main()
164 if (debug > 0) in main()
172 if (debug > 0) { in main()
182 if (debug > 0) { in main()
199 if (debug > 0) { in main()
229 if (debug > 0) { in main()
505 if (debug) { in short_cleanup()
[all …]
/illumos-gate/usr/src/cmd/lp/model/
H A Dnetstandard188 # debug sent to file if defined in /etc/syslog.conf
190 # lpr.debug /path/filename
192 logger -p lpr.debug -t "netstandard: ${request_id}" " "
193 logger -p lpr.debug -t "netstandard: ${request_id}" "INPUT"
355 logger -p lpr.debug -t "netstandard: ${request_id}" "term : ${TERM}"
482 logger -p lpr.debug -t "netstandard: ${request_id}" \
513 logger -p lpr.debug -t "netstandard: ${request_id}" \
533 logger -p lpr.debug -t "netstandard: ${request_id}" \
548 logger -p lpr.debug -t "netstandard: ${request_id}" \
625 logger -p lpr.debug -t "netstandard: ${request_id}" \
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c104 if (debug) in sm_stat_svc()
122 if (debug) { in sm_mon_svc()
148 if (debug) { in sm_unmon_svc()
171 if (debug) in sm_unmon_all_svc()
191 if (debug) in sm_notify_svc()
206 if (debug) in sm_simu_crash_svc()
260 if (debug) { in nsmaddrproc1_reg()
457 if (debug) in insert_mon()
488 if (debug) in insert_mon()
768 if (debug) in statd_call_lockd()
[all …]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dncform45 int debug;
50 debug = 0;
65 if(debug)fprintf(yyout,"state %d\n",yystate-yysvec-1);
105 if(debug){
129 if(debug)fprintf(yyout,"compressed state\n");
144 if(debug){
163 if(debug)fprintf(yyout,"fall back to state %d\n",yystate-yysvec-1);
172 if(debug){
181 if(debug){
202 if(debug){
[all …]
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c120 static FILE *debug; variable
121 #define DEBUG(f) if (debug) (void) fprintf(debug, (f))
122 #define DEBUG1(f, a) if (debug) (void) fprintf(debug, (f), (a))
123 #define DEBUG2(f, a, b) if (debug) (void) fprintf(debug, (f), (a), (b))
124 #define DEBUG3(f, a, b, c) if (debug) \
125 (void) fprintf(debug, (f), (a), (b), (c))
169 if ((debug = fopen(argv[1], "w")) == NULL) in main()
171 setbuf(debug, NULL); in main()
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c134 if (debug) in bootp()
145 if (debug) in bootp()
226 if (debug) in bootp()
232 if (debug) in bootp()
265 if (debug) in bootpsend()
273 if (debug) in bootpsend()
289 if (debug) in bootprecv()
299 if (debug) in bootprecv()
313 if (debug) in bootprecv()
360 if (debug) in vend_rfc1048()
[all …]
/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

12345678910>>...23