Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/lldbmacros/
H A Dmemory.py1798 def GetVnodePath(vnode): function
1826 print(GetVnodePath(vnode_val))
3425 pager_string = pager_string + "-> " + GetVnodePath(vnode_pager.vnode_handle)
3858 filepath = GetVnodePath(p.p_textvp)
4457 filename = GetVnodePath(vnode_pager.vnode_handle)
4497 filename = GetVnodePath(vnode_pager.vnode_handle)
4543 filename = GetVnodePath(vnode_pager.vnode_handle)
H A DREADME.md365 …* Functions beginning with "Get" (eg. GetVnodePath()) mean they return a value and will not print…