Searched refs:size_only (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_memorystatus.c | 6562 …orystatus_priority_entry_t **list_ptr, size_t *buffer_size, size_t *list_size, boolean_t size_only) in memorystatus_get_priority_list() argument 6572 if (size_only) { in memorystatus_get_priority_list() 6664 boolean_t size_only; in memorystatus_cmd_get_priority_list() local 6671 size_only = ((buffer == USER_ADDR_NULL) ? TRUE: FALSE); in memorystatus_cmd_get_priority_list() 6675 if (!size_only) { in memorystatus_cmd_get_priority_list() 6680 error = memorystatus_get_priority_list(&list, &buffer_size, &list_size, size_only); in memorystatus_cmd_get_priority_list() 6683 if (!size_only) { in memorystatus_cmd_get_priority_list() 6823 …oot_snapshot(memorystatus_jetsam_snapshot_t **snapshot, size_t *snapshot_size, boolean_t size_only) in memorystatus_get_at_boot_snapshot() argument 6832 if (size_only) { in memorystatus_get_at_boot_snapshot() 6856 …shot_freezer(memorystatus_jetsam_snapshot_t **snapshot, size_t *snapshot_size, boolean_t size_only) in memorystatus_get_jetsam_snapshot_freezer() argument [all …]
|