Lines Matching refs:size_only
6561 …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
6866 if (size_only) { in memorystatus_get_jetsam_snapshot_freezer()
6884 …and_snapshot(memorystatus_jetsam_snapshot_t **snapshot, size_t *snapshot_size, boolean_t size_only) in memorystatus_get_on_demand_snapshot() argument
6892 if (size_only) { in memorystatus_get_on_demand_snapshot()
6933 …sam_snapshot(memorystatus_jetsam_snapshot_t **snapshot, size_t *snapshot_size, boolean_t size_only) in memorystatus_get_jetsam_snapshot() argument
6943 if (size_only) { in memorystatus_get_jetsam_snapshot()
6964 boolean_t size_only; local
6973 size_only = ((buffer == USER_ADDR_NULL) ? TRUE : FALSE);
6978 error = memorystatus_get_jetsam_snapshot(&snapshot, &buffer_size, size_only);
7000 error = memorystatus_get_on_demand_snapshot(&snapshot, &buffer_size, size_only);
7003 error = memorystatus_get_at_boot_snapshot(&snapshot, &buffer_size, size_only);
7007 error = memorystatus_get_jetsam_snapshot_freezer(&snapshot, &buffer_size, size_only);
7034 if (!size_only) {