HomeSort by: relevance | last modified time | path
    Searched defs:debugging (Results 1 - 11 of 11) sorted by relevancy

  /src/sbin/iscsid/
iscsid_main.c 59 int debugging; variable
537 debugging++;
549 openlog("iscsid", (debugging ? LOG_PERROR : 0) | LOG_PID, LOG_DAEMON);
557 if (!debugging) {
  /src/usr.bin/qsubst/
qsubst.c 124 static int debugging; variable
392 if (debugging) {
421 if (debugging) {
427 if (debugging) {
434 if (debugging) {
444 if (debugging) {
451 if (debugging) {
456 if (debugging) {
467 if (debugging) {
474 if (debugging) {
    [all...]
  /src/external/bsd/libbind/dist/isc/
logging.c 210 int debugging, chan_level; local
214 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
217 * If not debugging, short circuit debugging messages very early.
219 if (level > 0 && !debugging)
225 /* Some channels only log when debugging is on. */
226 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging)
244 int debugging; local
248 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
251 * If not debugging, short circuit debugging messages very early
275 int pri, debugging, did_vsprintf = 0; local
    [all...]
  /src/usr.sbin/rpcbind/
rpcbind.c 87 #define DEBUGGING 1
89 #define DEBUGGING 0
93 int debugging = DEBUGGING; /* Tell me what's going on */ variable
94 int doabort = 0; /* When debugging, do an abort on errors */
233 if (debugging) {
234 printf("rpcbind debugging enabled.");
304 if (debugging) {
491 if (debugging) {
493 * for debugging print out our universa
    [all...]
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
cluster.c 86 //static char debugging[DEBUGGING_HISTORY][128];
91 sprintf(cc->debugging[cc->idx], f, ## arg); \
122 int cpg_state; /* FIXME: debugging */
133 char debugging[DEBUGGING_HISTORY][128]; member in struct:clog_cpg
1120 /* nothing happens after this point. It is just for debugging */
1138 if (match->debugging[match->idx][0] == '\0')
1141 match->debugging[match->idx]);
1625 LOG_ERROR("CLUSTER COMPONENT DEBUGGING::");
1658 if (entry->debugging[entry->idx][0] == '\0')
1661 entry->debugging[entry->idx])
    [all...]
  /src/usr.bin/unifdef/
unifdef.c 210 static bool debugging; /* -d: debugging reports */ variable
302 debugging = true;
1016 if (debugging) {
  /src/external/gpl3/binutils/dist/gas/
listing.c 181 debugging information. This can become a flags field if we come
183 bool debugging; member in struct:list_info_struct
302 considered to be debugging information. This includes the
303 statement which switches us into the debugging section, which we
304 can only set after we are already in the debugging section. */
308 && ! listing_tail->debugging)
315 listing_tail->debugging = true;
420 considered to be debugging information. */
421 new_i->debugging = false;
429 new_i->debugging = true
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
listing.c 181 debugging information. This can become a flags field if we come
183 bool debugging; member in struct:list_info_struct
302 considered to be debugging information. This includes the
303 statement which switches us into the debugging section, which we
304 can only set after we are already in the debugging section. */
308 && ! listing_tail->debugging)
315 listing_tail->debugging = true;
420 considered to be debugging information. */
421 new_i->debugging = false;
429 new_i->debugging = true
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
mem.c 129 unsigned int debugging; member in struct:isc_mem
166 /*%< Debugging only. */
262 (((mctx)->debugging & TRACE_OR_RECORD) != 0 && ptr != NULL)
299 if ((mctx->debugging & ISC_MEM_DEBUGTRACE) != 0) {
344 if ((mctx->debugging & ISC_MEM_DEBUGTRACE) != 0) {
550 mem_create(isc_mem_t **ctxp, unsigned int debugging, unsigned int flags,
561 .debugging = debugging,
580 if ((ctx->debugging & ISC_MEM_DEBUGRECORD) != 0) {
676 if ((ctx->debugging & ISC_MEM_DEBUGTRACE) != 0)
    [all...]
  /src/external/mpl/bind/dist/bin/dig/
dighost.c 21 * intended as debugging tools. As a result, they perform many of the
150 bool debugging = false; variable
425 if (debugging) {
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 118 static bool debugging = false, ddebugging = false; variable
301 if (debugging) {
1024 debugging = true;
1136 debugging = true;
1139 debugging = true;
2333 if (debugging) {
2336 debugging = true;
2603 if (!debugging) {
2619 if (debugging) {
2660 if (debugging) {
    [all...]

Completed in 46 milliseconds