HomeSort by relevance Sort by last modified time
    Searched refs:debugging (Results 1 - 25 of 60) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/keyserv/
debug.h 49 extern int debugging;
keyserv.c 112 int debugging = 1; variable
114 int debugging = 0; variable
242 debugging = 1;
317 if (debugging) {
402 if (!debugging) {
627 if (debugging) {
632 if (debugging) {
646 if (debugging) {
654 if (debugging) {
674 if (debugging) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
yp_update.c 55 #define debugging 1 macro
58 #define debugging 0 macro
101 if (debugging) {
140 if (debugging)
  /onnv/onnv-gate/usr/src/cmd/mdb/
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
  /onnv/onnv-gate/usr/src/cmd/rpcbind/
rpcb_svc_com.c 561 if (debugging)
569 if (debugging)
577 if (debugging)
601 if (debugging) {
742 if (debugging)
759 if (debugging)
788 if (debugging)
801 if (debugging)
807 if (debugging)
814 if (debugging)
    [all...]
rpcbind.c 105 int debugging = 1; /* Tell me what's going on */ variable
107 int debugging = 0; /* Tell me what's going on */ variable
110 int doabort = 0; /* When debugging, do an abort on errors */
251 if (debugging) {
252 printf("rpcbind debugging enabled.");
289 if (debugging)
298 if (debugging)
316 if (debugging)
323 if (debugging)
333 if (debugging) {
    [all...]
rpcb_svc.c 194 if (debugging)
202 if (debugging) {
211 if (debugging) {
pmap_svc.c 84 debugging) {
246 debugging) {
320 debugging) {
347 (caddr_t)&list_pml)) && debugging) {
check_bound.c 170 if (debugging) {
197 if (debugging) {
230 if (debugging) {
238 if (debugging) {
258 if (debugging) {
rpcbind.h 58 extern int debugging;
rpcb_svc_4.c 210 if (debugging)
218 if (debugging) {
227 if (debugging) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
main.c 47 boolean_t debugging; variable
151 if (debugging)
225 status = dladm_bridge_get_privprop(instance_name, &debugging,
243 if (debugging)
global.h 75 extern boolean_t debugging;
rstp.c 80 if (debugging) {
184 if (debugging)
227 if (debugging)
246 if (debugging)
410 if (debugging && (protect != new_prot ||
525 if (debugging) {
events.c 348 } else if (debugging) {
382 if (debugging && !new_debug)
383 syslog(LOG_DEBUG, "disabling debugging");
384 debugging = new_debug;
517 if (debugging)
555 if (debugging) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
canonical.t 25 use vars qw($debugging $verbose);
38 # $debugging = 1;
49 # Use Data::Dumper if debugging and it is available to create an ASCII dump
51 if ($debugging) {
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
logging.c 208 int debugging, chan_level; local
212 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
215 * If not debugging, short circuit debugging messages very early.
217 if (level > 0 && !debugging)
223 /* Some channels only log when debugging is on. */
224 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging)
242 int debugging; local
246 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
249 * If not debugging, short circuit debugging messages very early
273 int pri, debugging, did_vsprintf = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
closure.t 7 # Run with -debug for debugging output.
194 my($debugging, %expected, $inner_type, $where_declared, $within);
198 $debugging = 1 if defined($ARGV[0]) and $ARGV[0] eq '-debug';
240 print <<"DEBUG_INFO" if $debugging;
490 $debugging or do { 1 while unlink @tmpfiles };
498 if ($debugging && ($errors || $? || ($output =~ /not ok/))) {
505 print '#', "-" x 30, "\n" if $debugging;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
Peek.pm 1 # Devel::Peek - A data debugging tool for the XS programmer
72 Devel::Peek - A data debugging tool for the XS programmer
104 to data debugging and for that it will describe only the C<Dump()>
115 this switches on debugging of opcode dispatch. C<FLAGS> should be a
119 =head2 Runtime debugging
131 debugging one. When called with an argument, switches to debugging or
132 non-debugging dispatcher depending on the argument (active for
135 =head2 Memory footprint debugging
137 When perl is compiled with support for memory footprint debugging
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
DProf.pm 20 To profile a Perl script run the perl interpreter with the B<-d> debugging
21 switch. The profiler uses the debugging hooks. So to profile script
  /onnv/onnv-gate/usr/src/cmd/sendmail/
READ_ME 41 aux Useful programs and shell scripts for debugging and
  /onnv/onnv-gate/usr/src/cmd/bnu/
README 45 Uutry: shell for debugging--starts uucico with debugging option
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
B.pm 110 # For debugging
451 C<walkoptree_debug> (see below) has been called to turn debugging on then
457 Returns the current debugging flag for C<walkoptree>. If the optional
458 DEBUG argument is non-zero, it sets the debugging flag to that. See
459 the description of C<walkoptree> above for what the debugging flag
  /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
ap.h 244 int debugging();
ap_msg.c 48 debugging(void) function
77 if (!debugging())

Completed in 539 milliseconds

1 2 3