Searched defs:iodev_snapshot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dstatcommon.h156 * iodev_snapshot. This relationship is not strictly maintained
159 struct iodev_snapshot { struct
177 struct iodev_snapshot *is_children;
192 struct iodev_snapshot *is_prev;
193 struct iodev_snapshot *is_next;
223 struct iodev_snapshot *s_iodevs;
309 void free_iodev(struct iodev_snapshot *iodev);
316 int iodev_cmp(struct iodev_snapshot *io1, struct iodev_snapshot *io2);

Completed in 45 milliseconds