Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c37 static void insert_iodev(struct snapshot *ss, struct iodev_snapshot *iodev);
39 static struct iodev_snapshot *
42 struct iodev_snapshot *new; in make_controller()
44 new = safe_alloc(sizeof (struct iodev_snapshot)); in make_controller()
45 (void) memset(new, 0, sizeof (struct iodev_snapshot)); in make_controller()
55 static struct iodev_snapshot *
56 find_iodev_by_name(struct iodev_snapshot *list, const char *name) in find_iodev_by_name()
58 struct iodev_snapshot *pos; in find_iodev_by_name()
59 struct iodev_snapshot *pos2; in find_iodev_by_name()
96 static struct iodev_snapshot *
[all …]
H A Dstatcommon.h159 struct iodev_snapshot { struct
177 struct iodev_snapshot *is_children; argument
192 struct iodev_snapshot *is_prev; argument
193 struct iodev_snapshot *is_next; argument
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);
H A Dwalkers.c112 iodev_walk(struct iodev_snapshot *d1, struct iodev_snapshot *d2, in iodev_walk()
236 get_child_list(struct iodev_snapshot *iodev, char *buf) in get_child_list()
239 struct iodev_snapshot *pos = iodev->is_children; in get_child_list()
259 iodev_changed(struct iodev_snapshot *iodev, int added) in iodev_changed()
304 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()
/titanic_41/usr/src/cmd/stat/vmstat/
H A Dvmstat.c222 struct iodev_snapshot *old = (struct iodev_snapshot *)v1; in show_disk()
223 struct iodev_snapshot *new = (struct iodev_snapshot *)v2; in show_disk()
363 struct iodev_snapshot *iodev = (struct iodev_snapshot *)v2; in print_disk()
/titanic_41/usr/src/cmd/stat/iostat/
H A Diostat.c369 struct iodev_snapshot *dev = (struct iodev_snapshot *)v2; in show_disk_name()
569 struct iodev_snapshot *old = (struct iodev_snapshot *)v1; in show_disk()
570 struct iodev_snapshot *new = (struct iodev_snapshot *)v2; in show_disk()
982 struct iodev_snapshot *disk = (struct iodev_snapshot *)v2; in show_disk_errors()