Home
last modified time | relevance | path

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

/xnu-11215.1.10/tools/lldbmacros/
H A Dmbufs.py565 def GetMbufWalkAllSlabs(show_a, show_f, show_tr): argument
575 if (show_a and not(show_f)):
577 if (not(show_a) and show_f):
579 if (show_a and show_f):
606 printmca = show_a
676 if (total and show_a and show_f):
891 def GetMbufWalkZone(show_a, show_f, show_tr): argument
896 if (show_a and not(show_f)):
898 if (not(show_a) and show_f):
900 if (show_a and show_f):
[all …]