Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dbsd_kern.c910 int total_entries = 0; in get_vmsubmap_entries() local
923 total_entries += in get_vmsubmap_entries()
930 total_entries += 1; in get_vmsubmap_entries()
937 return total_entries; in get_vmsubmap_entries()
944 int total_entries = 0; in get_vmmap_entries() local
954 total_entries += in get_vmmap_entries()
961 total_entries += 1; in get_vmmap_entries()
968 return total_entries; in get_vmmap_entries()
/xnu-11417.140.69/tools/lldbmacros/
H A Dxnu.py1410 total_entries = len(entries)
1414 if limit_output_count is not None and limit_output_count > total_entries:
1415 …TE: Output count `%d' is too large; showing all %d entries" % (limit_output_count, total_entries));
1416 limit_output_count = total_entries
1421 if limit_output_count is not None and limit_output_count < total_entries:
1425 entries_to_display = total_entries