| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | in.tftpd.c | 88 static int debug; variable 213 debug++; in main() 284 if (debug) in main() 290 if (debug) { in main() 412 if (debug) { in main() 427 if (standalone && debug) { in main() 516 if (debug) { in delayed_responder() 791 if (debug && standalone) { in tftp() 1022 if (debug && standalone) { in tftpd_sendfile() 1030 if (debug && standalone) { in tftpd_sendfile() [all …]
|
| H A D | hostconfig.c | 62 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 D | in.rarpd.c | 144 static void debug(char *, ...); 442 debug("device %s physical address %s", linkname, str); in init_rarpdev() 497 debug("starting rarp service on device %s%d physical" in do_rarp() 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() 560 debug("unknown opcode 0x%x", ans->ar_op); in do_rarp() 586 debug("RARP_REQUEST for %s", str); in rarp_request() 597 debug("weird (3rd party lookup)"); in rarp_request() 621 debug("good lookup, maps to %s", inet_ntoa(addr)); in rarp_request() [all …]
|
| /illumos-gate/usr/src/boot/common/ |
| H A D | dev_net.c | 73 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/lib/librstp/common/ |
| H A D | portinfo.c | 68 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() 297 if (port->info->debug) in STP_info_rx_bpdu() [all …]
|
| /illumos-gate/usr/src/cmd/ttymon/ |
| H A D | tmhandler.c | 69 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() 383 debug("Nentries > Npollfd, reallocating pollfds"); in re_read() 457 debug("in mark_service"); in mark_service() [all …]
|
| H A D | tmchild.c | 68 debug("in tmchild"); in tmchild() 84 debug("PCpipe hungup, tmchild exiting"); 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() [all …]
|
| /illumos-gate/usr/src/cmd/backup/ |
| H A D | Makefile.targ | 29 debug:= DUMPLIB= libdump_g.a 30 debug:= CFLAGS= $(CCGDEBUG) -DDEBUG -DFDEBUG -DTDEBUG $(SBFLAGS) 31 DEBUGDIR= .debug 37 debug: $(UFSDEBUGPROG)
|
| /illumos-gate/usr/src/lib/krb5/dyn/ |
| H A D | dyn_insert.c | 26 if (obj->debug) 33 if (obj->debug) 39 if (obj->debug) 56 if (obj->debug) 67 if (obj->debug)
|
| H A D | dyn_create.c | 42 obj->debug = obj->paranoid = 0; 61 obj1->debug = obj->debug; 79 if (obj->debug) 92 if (obj->debug)
|
| /illumos-gate/usr/src/lib/pam_modules/krb5_migrate/ |
| H A D | krb5_migrate_authenticate.c | 61 int debug = 0; in pam_sm_authenticate() local 83 debug = 1; in pam_sm_authenticate() 110 if (debug) in pam_sm_authenticate() 135 if (debug) in pam_sm_authenticate() 239 if (debug) in pam_sm_authenticate() 259 if (debug) in pam_sm_authenticate() 297 if (debug) in pam_sm_authenticate() 328 if (debug) in pam_sm_authenticate()
|
| /illumos-gate/usr/src/cmd/sgs/tools/ |
| H A D | readme_revision | 58 use vars qw($debug $last_cr $wsname $date); 65 $debug = 0; 70 $debug = 1; 122 if ($debug == 0) {
|
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | gdb.c | 186 debug(const char *fmt, ...) in debug() function 214 #define debug(...) do { } while (0) macro 216 #define debug(...) macro 528 debug("-> %.*s\n", (int)cur_resp.len, io_buffer_head(&cur_resp)); in finish_packet() 697 debug("$vCPU %d reporting swbreak\n", stopped_vcpu); in report_stop() 701 debug("$vCPU %d reporting step\n", stopped_vcpu); in report_stop() 703 debug("$vCPU %d reporting ???\n", stopped_vcpu); in report_stop() 751 debug("$vCPU %d suspending\n", vcpuid); in _gdb_cpu_suspend() 758 debug("$vCPU %d resuming\n", vcpuid); in _gdb_cpu_suspend() 773 debug("$vCPU %d starting\n", vcpuid); in gdb_cpu_add() [all …]
|
| /illumos-gate/usr/src/lib/libnsl/yp/ |
| H A D | yp_update.c | 54 #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/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | deflate.c | 55 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)
|
| H A D | bsd-comp.c | 87 u_char debug; member 132 int unit, int hdrlen, int mru, int debug)); 377 bsd_init(db, options, opt_len, unit, hdrlen, mru, debug, decomp) in bsd_init() argument 380 int opt_len, unit, hdrlen, mru, debug, decomp; 405 if (debug) 406 db->debug = 1; 414 bsd_decomp_init(state, options, opt_len, unit, hdrlen, mru, debug) in bsd_decomp_init() argument 417 int opt_len, unit, hdrlen, mru, debug; 420 unit, hdrlen, mru, debug, 1); 579 if (db->debug) [all …]
|
| /illumos-gate/usr/src/lib/libexacct/ |
| H A D | Makefile.com | 46 debug := CPPFLAGS += -DLIBEXACCT_DEBUG 47 debug := COPTFLAG = $(CCGDEBUG) 48 debug := COPTFLAG64 = $(CCGDEBUG) 52 all debug: $(LIBS)
|
| /illumos-gate/usr/src/cmd/lp/model/ |
| H A D | netstandard | 188 # 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" 194 logger -p lpr.debug -t "netstandard: ${request_id}" " printer : ${printer}" 195 logger -p lpr.debug -t "netstandard: ${request_id}" " request_id : ${request_id}" 196 logger -p lpr.debug -t "netstandard: ${request_id}" " user_name : ${user_name}" 197 logger -p lpr.debug -t "netstandard: ${request_id}" " title : ${title}" 198 logger -p lpr.debug -t "netstandard: ${request_id}" " copies : ${copies}" 199 logger -p lpr.debug -t "netstandard: ${request_id}" " option_list : ${option_list}" [all …]
|
| H A D | tsol_netstandard_foomatic | 213 # debug sent to file if defined in /etc/syslog.conf 215 # lpr.debug /path/filename 217 logger -p lpr.debug -t "tsol_netstandard_foomatic: ${request_id}" " " 218 logger -p lpr.debug -t "tsol_netstandard_foomatic: ${request_id}" "INPUT" 219 logger -p lpr.debug -t "tsol_netstandard_foomatic: ${request_id}" \ 221 logger -p lpr.debug -t "tsol_netstandard_foomatic: ${request_id}" \ 223 logger -p lpr.debug -t "tsol_netstandard_foomatic: ${request_id}" \ 225 logger -p lpr.debug -t "tsol_netstandard_foomatic: ${request_id}" \ 227 logger -p lpr.debug -t "tsol_netstandard_foomatic: ${request_id}" \ 229 logger -p lpr.debug -t "tsol_netstandard_foomatic: ${request_id}" \ [all …]
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| H A D | nfslogd.c | 81 int debug = 0; variable 129 debug = atoi(defp); in main() 130 if (debug > 0) in main() 131 (void) printf("debug=%d\n", debug); 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() [all …]
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
| H A D | sm_proc.c | 104 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() 281 if (debug) { in nsmaddrproc1_reg() 292 if (debug) { in nsmaddrproc1_reg() 302 if (debug) { in nsmaddrproc1_reg() [all …]
|
| H A D | sm_svc.c | 100 int debug; variable 315 if (debug) in remove_dir() 359 if (debug) in copydir_from_to() 383 if (debug >= 2) { in copydir_from_to() 566 (void) sscanf(optarg, "%d", &debug); in main() 656 if (debug) in main() 671 if (!debug) { in main() 802 if (debug) in main() 913 if (debug) in one_statmon_owner() 945 if (debug) in nftw_owner() [all …]
|
| /illumos-gate/usr/src/cmd/sgs/lex/common/ |
| H A D | ncform | 45 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 D | rmt.c | 120 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 D | bootp.c | 134 if (debug) in bootp() 145 if (debug) in bootp() 226 if (debug) in bootp() 232 if (debug) in bootp() 239 if (debug) in bootp() 247 if (debug) in bootp() 265 if (debug) in bootpsend() 273 if (debug) in bootpsend() 289 if (debug) in bootprecv() 299 if (debug) in bootprecv() [all …]
|