Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c6561 …orystatus_priority_entry_t **list_ptr, size_t *buffer_size, size_t *list_size, boolean_t size_only) in memorystatus_get_priority_list() argument
6571 if (size_only) { in memorystatus_get_priority_list()
6663 boolean_t size_only; in memorystatus_cmd_get_priority_list() local
6670 size_only = ((buffer == USER_ADDR_NULL) ? TRUE: FALSE); in memorystatus_cmd_get_priority_list()
6674 if (!size_only) { in memorystatus_cmd_get_priority_list()
6679 error = memorystatus_get_priority_list(&list, &buffer_size, &list_size, size_only); in memorystatus_cmd_get_priority_list()
6682 if (!size_only) { in memorystatus_cmd_get_priority_list()
6822 …oot_snapshot(memorystatus_jetsam_snapshot_t **snapshot, size_t *snapshot_size, boolean_t size_only) in memorystatus_get_at_boot_snapshot() argument
6831 if (size_only) { in memorystatus_get_at_boot_snapshot()
6855 …shot_freezer(memorystatus_jetsam_snapshot_t **snapshot, size_t *snapshot_size, boolean_t size_only) in memorystatus_get_jetsam_snapshot_freezer() argument
[all …]