Home
last modified time | relevance | path

Searched refs:iodev_snapshot (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c43 struct iodev_snapshot *new; in make_controller()
59 struct iodev_snapshot *pos; in find_iodev_by_name()
101 struct iodev_snapshot *pos; in find_parent()
199 ix_insert_here(struct iodev_snapshot *pos, struct iodev_snapshot *elem, int ba) in ix_insert_here()
211 list_del(struct iodev_snapshot **list, struct iodev_snapshot *pos) in list_del()
225 insert_before(struct iodev_snapshot **list, struct iodev_snapshot *pos, in insert_before()
247 insert_after(struct iodev_snapshot **list, struct iodev_snapshot *pos, in insert_after()
267 insert_into(struct iodev_snapshot **list, struct iodev_snapshot *iodev) in insert_into()
384 iodev_path_match(struct iodev_snapshot *dev, struct iodev_snapshot *path) in iodev_path_match()
739 iodev_cmp(struct iodev_snapshot *io1, struct iodev_snapshot *io2) in iodev_cmp()
[all …]
H A Dstatcommon.h161 struct iodev_snapshot { struct
179 struct iodev_snapshot *is_children; argument
194 struct iodev_snapshot *is_prev; argument
195 struct iodev_snapshot *is_next; argument
225 struct iodev_snapshot *s_iodevs;
311 void free_iodev(struct iodev_snapshot *iodev);
318 int iodev_cmp(struct iodev_snapshot *io1, struct iodev_snapshot *io2);
H A Dwalkers.c110 iodev_walk(struct iodev_snapshot *d1, struct iodev_snapshot *d2, in iodev_walk()
234 get_child_list(struct iodev_snapshot *iodev, char *buf) in get_child_list()
237 struct iodev_snapshot *pos = iodev->is_children; in get_child_list()
257 iodev_changed(struct iodev_snapshot *iodev, int added) in iodev_changed()
302 iodev_report(struct iodev_snapshot *d1, struct iodev_snapshot *d2) in iodev_report()
H A Dacquire.c366 struct iodev_snapshot *tmp = ss->s_iodevs; in free_snapshot()
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c226 struct iodev_snapshot *old = (struct iodev_snapshot *)v1; in show_disk()
227 struct iodev_snapshot *new = (struct iodev_snapshot *)v2; in show_disk()
364 struct iodev_snapshot *iodev = (struct iodev_snapshot *)v2; in print_disk()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c370 struct iodev_snapshot *dev = (struct iodev_snapshot *)v2; in show_disk_name()
570 struct iodev_snapshot *old = (struct iodev_snapshot *)v1; in show_disk()
571 struct iodev_snapshot *new = (struct iodev_snapshot *)v2; in show_disk()
984 struct iodev_snapshot *disk = (struct iodev_snapshot *)v2; in show_disk_errors()