Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/stat/common/
H A Dstatcommon.h306 int snapshot_has_changed(struct snapshot *old, struct snapshot *new);
H A Dwalkers.c373 snapshot_has_changed(struct snapshot *old, struct snapshot *new) in snapshot_has_changed() function
/titanic_50/usr/src/cmd/stat/mpstat/
H A Dmpstat.c181 if (snapshot_has_changed(old, new)) { in main()
/titanic_50/usr/src/cmd/stat/vmstat/
H A Dvmstat.c197 if (snapshot_has_changed(old, ss)) { in main()
/titanic_50/usr/src/cmd/stat/iostat/
H A Diostat.c335 if (snapshot_has_changed(oldss, newss)) { in main()