Home
last modified time | relevance | path

Searched refs:show_a (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/tools/lldbmacros/
H A Dmbufs.py561 def GetMbufWalkAllSlabs(show_a, show_f, show_tr): argument
571 if (show_a and not(show_f)):
573 if (not(show_a) and show_f):
575 if (show_a and show_f):
602 printmca = show_a
672 if (total and show_a and show_f):
887 def GetMbufWalkZone(show_a, show_f, show_tr): argument
892 if (show_a and not(show_f)):
894 if (not(show_a) and show_f):
896 if (show_a and show_f):
[all …]