Home
last modified time | relevance | path

Searched refs:debugging (Results 1 – 25 of 82) sorted by relevance

1234

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c112 int debugging = 1; variable
114 int debugging = 0; variable
242 debugging = 1; in main()
318 if (debugging) { in main()
628 if (debugging) {
633 if (debugging) {
728 if (debugging)
754 if (debugging) in __key_get_conv_2_svc()
1303 if (debugging)
1308 if (debugging)
[all …]
H A Ddebug.h47 extern int debugging;
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c547 if (debugging) in create_rmtcall_fd()
555 if (debugging) in create_rmtcall_fd()
763 if (debugging) in rpcbproc_callit_com()
933 if (debugging) in rpcbproc_callit_com()
969 if (debugging) in rpcbproc_callit_com()
985 if (debugging) in rpcbproc_callit_com()
1021 if (debugging) in rpcbproc_callit_com()
1032 if (debugging) in rpcbproc_callit_com()
1055 if (debugging) in rpcbproc_callit_com()
1065 if (debugging) in rpcbproc_callit_com()
[all …]
H A Drpcbind.c342 if (debugging) { in main()
380 if (debugging) in check_netconfig()
389 if (debugging) in check_netconfig()
407 if (debugging) in check_netconfig()
414 if (debugging) in check_netconfig()
461 if (debugging) in check_netconfig()
465 if (debugging) in check_netconfig()
469 if (debugging) in check_netconfig()
473 if (debugging) in check_netconfig()
477 if (debugging) in check_netconfig()
[all …]
H A Drpcb_svc.c186 if (debugging) in rpcb_service_3()
193 if (debugging) { in rpcb_service_3()
201 if (debugging) { in rpcb_service_3()
H A Dcheck_bound.c179 if (debugging) { in add_bndlist()
206 if (debugging) { in add_bndlist()
236 if (debugging) { in add_bndlist()
244 if (debugging) { in add_bndlist()
265 if (debugging) { in add_bndlist()
H A Dpmap_svc.c80 debugging) { in pmap_service()
227 debugging) { in pmapproc_change()
302 debugging) { in pmapproc_getport()
326 (caddr_t)&list_pml)) && debugging) { in pmapproc_dump()
H A Drpcb_svc_4.c193 if (debugging) in rpcb_service_4()
200 if (debugging) { in rpcb_service_4()
208 if (debugging) { in rpcb_service_4()
H A Drpcbind.h57 extern int debugging;
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_update.c53 #define debugging 1 macro
56 #define debugging 0 macro
99 if (debugging) { in yp_update()
138 if (debugging) in yp_update()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c47 boolean_t debugging; variable
151 if (debugging) in sighandler()
225 status = dladm_bridge_get_privprop(instance_name, &debugging, in main()
243 if (debugging) in main()
H A Drstp.c80 if (debugging) { in flush_lt()
184 if (debugging) in set_port_state()
227 if (debugging) in set_hardware_mode()
246 if (debugging) in tx_bpdu()
410 if (debugging && (protect != new_prot || in rstp_refresh()
525 if (debugging) { in rstp_add_port()
H A Devents.c339 } else if (debugging) { in update_link()
372 if (debugging && !new_debug) in handle_refresh()
374 debugging = new_debug; in handle_refresh()
507 if (debugging) in receive_packet()
545 if (debugging) { in receive_packet()
H A Dglobal.h75 extern boolean_t debugging;
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c204 int debugging, chan_level; in log_check_channel() local
208 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); in log_check_channel()
213 if (level > 0 && !debugging) in log_check_channel()
220 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging) in log_check_channel()
238 int debugging; in log_check() local
242 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); in log_check()
247 if (level > 0 && !debugging) in log_check()
269 int pri, debugging, did_vsprintf = 0; in log_vwrite() local
286 debugging = (lc->flags & LOG_OPTION_DEBUG); in log_vwrite()
291 if (level > 0 && !debugging) in log_vwrite()
/illumos-gate/usr/src/cmd/mdb/
H A DREADME28 mdb(1) is an extensible utility for low-level debugging and editing of the
31 environment for debugging complex software systems such as an operating system,
33 removed, or are themselves low-level debugging tools, and for customer
/illumos-gate/usr/src/boot/i386/loader/
H A Dhelp.i38613 Requests debugging output from the heap manager. For debugging use
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar59 # define YYDEBUG 1 /* make debugging available */
65 int yydebug; /* set to 1 to get debugging */
203 ** if debugging, look up token value in list of value vs.
206 ** consideration while debugging.
285 ** if debugging, need to mark whether new token grabbed
441 ** if debugging, look up token in list of
444 ** debugging, it doesn't hurt to leave the
485 ** if debugging, print the string that is the user's
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME34 utility for low-level debugging and editing of the live operating system,
154 MDB module directory. For kernel debugging modules, your module should
161 module has a debugging module named "ip.so".
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c46 debugging(void) in debugging() function
74 if (!debugging()) in dbg()
H A Dap.h242 int debugging();
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME11 Purpose: studying, debugging, development.
/illumos-gate/usr/src/cmd/bnu/
H A DREADME45 Uutry: shell for debugging--starts uucico with debugging option
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A DREADME26 For debugging, start by uncommenting the dtrace lines in the
/illumos-gate/usr/src/cmd/vi/port/
H A DREAD_ME32 -DTRACE for debugging (the original command line syntax

1234