Lines Matching refs:size_only

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
6867 if (size_only) { in memorystatus_get_jetsam_snapshot_freezer()
6885 …and_snapshot(memorystatus_jetsam_snapshot_t **snapshot, size_t *snapshot_size, boolean_t size_only) in memorystatus_get_on_demand_snapshot() argument
6893 if (size_only) { in memorystatus_get_on_demand_snapshot()
6934 …sam_snapshot(memorystatus_jetsam_snapshot_t **snapshot, size_t *snapshot_size, boolean_t size_only) in memorystatus_get_jetsam_snapshot() argument
6944 if (size_only) { in memorystatus_get_jetsam_snapshot()
6965 boolean_t size_only; local
6974 size_only = ((buffer == USER_ADDR_NULL) ? TRUE : FALSE);
6979 error = memorystatus_get_jetsam_snapshot(&snapshot, &buffer_size, size_only);
7001 error = memorystatus_get_on_demand_snapshot(&snapshot, &buffer_size, size_only);
7004 error = memorystatus_get_at_boot_snapshot(&snapshot, &buffer_size, size_only);
7008 error = memorystatus_get_jetsam_snapshot_freezer(&snapshot, &buffer_size, size_only);
7035 if (!size_only) {