Home
last modified time | relevance | path

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

/xnu-11417.121.6/tools/lldbmacros/
H A Dzonetriage.py83 for zval, _ in kern.zones:
84 btlog = getattr(zval, 'z_btlog', None)
86 print('%s:' % zval.z_name)
120 for zval, _ in kern.zones:
121 btlog = getattr(zval, 'z_btlog', None)
123 if zone == "%s" % zval.z_name:
H A Dmemory.py335 for zval, zsval in kern.zones:
336 if zval.z_self:
337 GetZoneCacheCPUSummary(zval, zsval, O)
564 for zval, zsval in kern.zones:
565 if zval.z_self:
566 zones.append(GetZone(zval, zsval, marks, security_marks))
571 for zval, zsval in kern.zones:
572 if zval.z_self:
573 print(GetZoneSummary(zval, zsval, marks, security_marks, stats))
1053 for zval, zsval in kern.zones:
[all …]
/xnu-11417.121.6/osfmk/kern/
H A Dzalloc_ro_shim.h98 unsigned long zval; member
104 return z.zval <= UINT16_MAX; in zone_id_shim_is_ro()