Lines Matching refs:Snapshot
649 Snapshot; typedef
652 static Snapshot* snapshots; // Array of snapshots.
654 static Bool is_snapshot_in_use(Snapshot* snapshot) in is_snapshot_in_use()
670 static Bool is_detailed_snapshot(Snapshot* snapshot) in is_detailed_snapshot()
675 static Bool is_uncullable_snapshot(Snapshot* snapshot) in is_uncullable_snapshot()
682 static void sanity_check_snapshot(Snapshot* snapshot) in sanity_check_snapshot()
704 static void clear_snapshot(Snapshot* snapshot, Bool do_sanity_check) in clear_snapshot()
717 static void delete_snapshot(Snapshot* snapshot) in delete_snapshot()
731 Snapshot* snapshot = &snapshots[i]; in VERB_snapshot()
785 Snapshot* min_snapshot; in cull_snapshots()
921 take_snapshot(Snapshot* snapshot, SnapshotKind kind, Time my_time, in take_snapshot()
970 Snapshot* snapshot; in maybe_take_snapshot()
1746 static void pp_snapshot(MsFile *fp, Snapshot* snapshot, Int snapshot_n) in pp_snapshot()
1768 Snapshot snapshots_array[], in write_snapshots_to_file()
1782 Snapshot* snapshot = & snapshots_array[i]; in write_snapshots_to_file()
1804 Snapshot snapshot; in handle_snapshot_monitor_command()
2047 sizeof(Snapshot) * clo_max_snapshots); in ms_post_clo_init()