Searched refs:verbosity (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/tools/tests/affinity/
H A Dtags.c15 int verbosity = 1; variable
18 if (verbosity > 1) { \
24 if (verbosity > 0) { \
36 " [-v V] verbosity level 0..2 (1)\n"
105 verbosity = atoi(optarg);
H A Dpool.c61 int verbosity = 1; variable
104 if (verbosity > 1) { \
112 if (verbosity > 0) { \
367 verbosity = atoi(optarg);
H A Dsets.c63 int verbosity = 1; variable
105 if (verbosity > 1) { \
113 if (verbosity > 0) { \
137 " [-v V] Level of verbosity 0..2 (1)\n"
389 verbosity = atoi(optarg);
/xnu-2422.115.4/tools/lldbmacros/
H A Dxnu.py97 def_verbose_level = config['verbosity']
102 config['verbosity'] = stream.verbose_level
139 config['verbosity'] = def_verbose_level
292 def GetThreadBackTrace(thread_obj, verbosity = vHUMAN, prefix = ""):
296 verbosity - int : either of vHUMAN, vSCRIPT or vDETAIL to describe the verbosity of output
420 -v [-v...] Each additional -v will increase the verbosity of the command.
H A Dprocess.py742 def GetFullBackTrace(frame_addr, verbosity = vHUMAN, prefix = ""):

Completed in 77 milliseconds