Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.py272 for zval, zsval in kern.zones:
273 if zval.z_self:
274 GetZoneCacheCPUSummary(zval, zsval, O)
501 for zval, zsval in kern.zones:
502 if zval.z_self:
503 zones.append(GetZone(zval, zsval, marks, security_marks))
508 for zval, zsval in kern.zones:
509 if zval.z_self:
510 print(GetZoneSummary(zval, zsval, marks, security_marks, stats))
990 for zval, zsval in kern.zones:
[all …]
/xnu-12377.1.9/osfmk/kern/
H A Dzalloc_ro_shim.h98 unsigned long zval; member
104 return z.zval <= UINT16_MAX; in zone_id_shim_is_ro()