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

  /src/usr.sbin/btattach/
btattach.c 55 static int opt_debug = 0; /* global? */ variable in typeref:typename:int
183 opt_debug++;
289 if (opt_debug == 0 && daemon(0, 0) < 0)
382 if (opt_debug) {
424 if (opt_debug)
453 if (opt_debug)
484 if (opt_debug)
620 if (opt_debug)
626 if (opt_debug > 1)
btattach.c 55 static int opt_debug = 0; /* global? */ variable in typeref:typename:int
183 opt_debug++;
289 if (opt_debug == 0 && daemon(0, 0) < 0)
382 if (opt_debug) {
424 if (opt_debug)
453 if (opt_debug)
484 if (opt_debug)
620 if (opt_debug)
626 if (opt_debug > 1)

Completed in 22 milliseconds