Home
last modified time | relevance | path

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

/xnu-11417.140.69/tools/lldbmacros/
H A Dmemorystatus.py13 class PControlAction(Enum): class
83 pc_control = PControlAction(proc.p_pcaction & 0xff).name
84 pc_action = PControlAction((proc.p_pcaction & 0xff00) >> 16).name