Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/common/
H A Dstatcommon.h308 int snapshot_has_changed(struct snapshot *old, struct snapshot *new);
H A Dwalkers.c371 snapshot_has_changed(struct snapshot *old, struct snapshot *new) in snapshot_has_changed() function
/illumos-gate/usr/src/cmd/stat/mpstat/
H A Dmpstat.c181 if (snapshot_has_changed(old, new)) { in main()
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c201 if (snapshot_has_changed(old, ss)) { in main()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c336 if (snapshot_has_changed(oldss, newss)) { in main()