Searched refs:debug (Results 226 - 250 of 1526) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypupdated.c65 #define debug(msg) fprintf(stderr, "%s\n", msg); macro
67 #define debug(msg) /* turn off debugging */ macro
286 debug("svc_sendreply failed");
289 debug("svc_freeargs failed");
324 debug("openpipes failed");
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c144 static void debug(char *, ...);
442 debug("device %s physical address %s", linkname, str);
497 debug("starting rarp service on device %s%d physical"
531 debug("RARP packet received but "
550 debug("REVARP_REPLY ignored");
555 debug("ARPOP_REPLY ignored");
560 debug("unknown opcode 0x%x", ans->ar_op);
586 debug("RARP_REQUEST for %s", str);
597 debug("weird (3rd party lookup)");
621 debug("goo
1029 debug(char *fmt, ...) function
[all...]
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c82 if (debug) {
92 if (debug) {
141 if (debug) {
249 if (debug) {
260 if (debug) {
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py36 # - Perform a full non-debug build (clobber if workspace isn't fresh)
39 # - Perform another full non-debug clobber build.
52 # non-debug build.
119 def debug(msg) : function
327 -d Print debug messages about the progress
507 debug("Getting the list of files in the base area");
510 debug("Found " + str(len(baseFilesList)) + " files")
512 debug("Getting the list of files in the patch area");
515 debug("Found " + str(len(ptchFilesList)) + " files")
518 debug("Determinin
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c107 if (debug & SAMPLEDEBUG) {
181 if (debug & SAMPLEDEBUG) {
206 if (debug & SAMPLEDEBUG) {
220 if (debug & SAMPLEDEBUG) {
630 if (debug & SAMPLEDEBUG) {
732 if (debug & TALLYDEBUG) {
789 if (debug & PCSMPLDEBUG) {
834 if (debug & PCSMPLDEBUG) {
866 if (debug & PCSMPLDEBUG) {
978 if (debug
[all...]
H A Darcs.c42 if (debug & TALLYDEBUG) {
54 if (debug & TALLYDEBUG) {
59 if (debug & TALLYDEBUG) {
183 if (debug & PROPDEBUG) {
312 if (debug & CYCLEDEBUG) {
494 if (debug & PROPDEBUG) {
556 if (debug & PROPDEBUG) {
651 if (debug & DFNDEBUG) {
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c125 int debug = 0; variable
315 if (debug)
376 if (debug) {
381 if (debug) {
389 if (debug) {
415 if (!debug && (iproprole != IPROP_SLAVE)) {
474 if (debug && (iproprole != IPROP_SLAVE))
550 if (debug)
556 if (debug) {
614 if (debug)
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c697 debug(3, "die %llu: creating new type %u for sub-dimension\n",
751 debug(3, "die %llu: creating array\n", off);
782 debug(3, "die %llu: array nelems %u size %u\n", off,
796 debug(3, "trying to resolve array %d (cont %d)\n", tdp->t_id,
800 debug(3, "unable to resolve array %s (%d) contents %d\n",
811 debug(3, "resolved array %d: %u bytes\n", tdp->t_id, tdp->t_size);
844 debug(3, "die %llu: creating enum\n", off);
876 debug(3, "die %llu: enum %llu: created %s = %d\n", off,
933 debug(3, "tdp %u: enum %s redirected to %u\n", tdp->t_id,
946 debug(
[all...]
/illumos-gate/usr/src/lib/pam_modules/dial_auth/
H A Ddial_auth.c67 int debug = 0; local
71 if (strcasecmp(argv[i], "debug") == 0)
72 debug = 1;
83 if (debug) {
/illumos-gate/usr/src/lib/pam_modules/roles/
H A Droles.c63 int debug = 0; local
73 } else if (strcmp(argv[i], "debug") == 0) {
74 debug = 1;
82 if (debug) {
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c131 if (debug) {
147 if (debug) {
220 if (debug)
H A Dblank.c186 if (debug)
223 if (debug) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass4.c59 if (debug)
168 if (debug)
196 if (debug)
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmsac.c168 debug("in sacpoll");
219 debug("state changed to ENABLED");
230 debug("state changed to DISABLED");
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.c67 debug(int level, char *cp, char *fmt, ...) function
118 fprintf(stderr, "Hit debug line number %d\n", line_number);
184 debug(2, cp, "parseline");
232 debug(3, NULL, " %s defined as %s(%d)", w,
359 debug(1, NULL, "tagdecl: declaring '%s'", w ? w : "(anon)");
371 debug(3, NULL, " %s defined as %s(%d)", w,
409 debug(3, cp, "tdefdecl h=%d", h);
552 debug(3, NULL, "intrinsic: size=%ld", size);
578 debug(3, cp, "soudef: %s size=%d",
602 debug(
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBA.cc114 log.debug("getPort(wwn): WWN %016llx", wwn);
179 log.debug("Port index size %d index %d ", portsByIndex.size(),
285 log.debug("Unable to open \"%s\" - reason (%d) %s",
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dinetboot.c51 extern int debug = 0; variable
53 static const int debug = 0; variable
56 #define dprintf if (debug) printf
H A Dboot_plat.c52 int debug = 0; variable
54 static const int debug = 0; variable
57 #define dprintf if (debug) printf
553 if (debug) print_memlist(pfreelistp);
555 if (debug) print_memlist(vfreelistp);
557 if (debug) print_memlist(pinstalledp);
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c45 int debug = 0; variable
80 if (debug)
174 * debug
202 if (strcmp(argv[i], "debug") == 0) {
203 debug = 1;
261 if (debug)
309 if (debug)
367 if (debug)
/illumos-gate/usr/src/lib/librstp/common/
H A Dtransmit.c142 if (this->debug)
156 if (port->topoch->debug)
199 if (this->debug)
264 if (port->roletrns->debug)
272 if (port->roletrns->debug)
279 if (this->debug)
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c91 .debug = 0,
240 case 'd': /* debug */
241 lmargs.debug = atoi(optarg);
291 if (lmargs.debug) {
292 printf("%s: debug= %d, conn_idle_timout= %d,"
296 MyName, lmargs.debug, lmargs.timout,
311 /* Daemonize, if not debug. */
312 if (lmargs.debug == 0)
408 if (lmargs.debug == 0)
/illumos-gate/usr/src/lib/udapl/udapl_tavor/
H A DMakefile.com156 debug := COPTFLAG = -g
157 debug := COPTFLAG64 = -g
163 debug: all
/illumos-gate/usr/src/lib/passwdutil/
H A DMakefile.com39 debug.o
/illumos-gate/usr/src/lib/libgss/
H A Dgssd_pname_to_uid.c129 int debug = get_uid_map_opt(); local
141 if (debug) {
161 if (debug) {
189 if (debug && major == GSS_S_COMPLETE) {
198 } else if (debug) {
322 int debug = get_uid_map_opt(); local
340 if (debug) {
373 if (debug) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c81 extern int debug;
278 if (debug > 1) {
348 if (debug > 2) {
475 if (debug > 2) {
495 if (debug) {
539 if (debug > 3) {
558 if (debug > 3) {
583 if (debug > 2) {
602 if (debug) {
716 if (debug >
[all...]

Completed in 173 milliseconds

1234567891011>>