/titanic_41/usr/src/cmd/keyserv/ |
H A D | keyserv.c | 112 int debugging = 1; variable 114 int debugging = 0; variable 242 debugging = 1; in main() 318 if (debugging) { in main() 403 if (!debugging) { in main() 628 if (debugging) { 633 if (debugging) { 647 if (debugging) { 655 if (debugging) { 675 if (debugging) { [all …]
|
H A D | debug.h | 49 extern int debugging;
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 547 if (debugging) in create_rmtcall_fd() 555 if (debugging) in create_rmtcall_fd() 763 if (debugging) in rpcbproc_callit_com() 777 if (debugging) in rpcbproc_callit_com() 790 if (debugging) in rpcbproc_callit_com() 796 if (debugging) in rpcbproc_callit_com() 803 if (debugging) in rpcbproc_callit_com() 821 if (debugging) in rpcbproc_callit_com() 839 if (debugging) in rpcbproc_callit_com() 845 if (debugging) in rpcbproc_callit_com() [all …]
|
H A D | rpcbind.c | 152 int debugging = 0; /* Tell me what's going on */ variable 342 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() 424 if (debugging) { in check_netconfig() 438 if (debugging) in check_netconfig() 461 if (debugging) in check_netconfig() 465 if (debugging) in check_netconfig() [all …]
|
H A D | rpcb_svc.c | 186 if (debugging) in rpcb_service_3() 193 if (debugging) { in rpcb_service_3() 201 if (debugging) { in rpcb_service_3()
|
H A D | check_bound.c | 179 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 D | pmap_svc.c | 80 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 D | rpcb_svc_4.c | 193 if (debugging) in rpcb_service_4() 200 if (debugging) { in rpcb_service_4() 208 if (debugging) { in rpcb_service_4()
|
H A D | rpcbind.h | 57 extern int debugging;
|
/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_update.c | 55 #define debugging 1 macro 58 #define debugging 0 macro 101 if (debugging) { in yp_update() 140 if (debugging) in yp_update()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | main.c | 47 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 D | rstp.c | 80 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 D | events.c | 339 } 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 D | global.h | 75 extern boolean_t debugging;
|
H A D | dlpi.c | 237 if (debugging) { in port_dlpi_open()
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | logging.c | 208 int debugging, chan_level; in log_check_channel() local 212 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); in log_check_channel() 217 if (level > 0 && !debugging) in log_check_channel() 224 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging) in log_check_channel() 242 int debugging; in log_check() local 246 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0); in log_check() 251 if (level > 0 && !debugging) in log_check() 273 int pri, debugging, did_vsprintf = 0; in log_vwrite() local 290 debugging = (lc->flags & LOG_OPTION_DEBUG); in log_vwrite() 295 if (level > 0 && !debugging) in log_vwrite()
|
/titanic_41/usr/src/cmd/mdb/ |
H A D | README | 28 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
|
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | yaccpar | 61 # define YYDEBUG 1 /* make debugging available */ 67 int yydebug; /* set to 1 to get debugging */ 213 ** if debugging, look up token value in list of value vs. 216 ** consideration while debugging. 295 ** if debugging, need to mark whether new token grabbed 451 ** if debugging, look up token in list of 454 ** debugging, it doesn't hurt to leave the 495 ** if debugging, print the string that is the user's
|
/titanic_41/usr/src/cmd/mdb/demo/ |
H A D | README | 33 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".
|
/titanic_41/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_msg.c | 46 debugging(void) in debugging() function 74 if (!debugging()) in dbg()
|
H A D | ap.h | 244 int debugging();
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | README | 11 Purpose: studying, debugging, development.
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | README | 45 Uutry: shell for debugging--starts uucico with debugging option
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | READ_ME | 32 -DTRACE for debugging (the original command line syntax
|
/titanic_41/usr/src/cmd/ast/msgcc/ |
H A D | NOTES | 42 debug will be a debugging locale that will translate each message to
|