Searched refs:is_children (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/stat/common/ |
H A D | walkers.c | 121 (void) iodev_walk(d1->is_children, NULL, cb, data); in iodev_walk() 126 (void) iodev_walk(NULL, d2->is_children, cb, data); in iodev_walk() 130 changed |= iodev_walk(d1->is_children, in iodev_walk() 131 d2->is_children, cb, data); in iodev_walk() 140 (void) iodev_walk(d1->is_children, NULL, cb, data); in iodev_walk() 147 (void) iodev_walk(NULL, d2->is_children, cb, data); in iodev_walk() 239 struct iodev_snapshot *pos = iodev->is_children; in get_child_list() 314 iodev_report(d1->is_children, d2->is_children); in iodev_report()
|
H A D | acquire_iodevs.c | 66 pos2 = find_iodev_by_name(pos->is_children, name); in find_iodev_by_name() 135 for (pos2 = pos->is_children; pos2; pos2 = pos2->is_next) { in find_parent() 333 list = &parent->is_children; in insert_iodev() 516 if ((err = acquire_iodev_stats(pos->is_children, kc))) in acquire_iodev_stats() 520 struct iodev_snapshot *pos2 = pos->is_children; in acquire_iodev_stats() 888 if ((err = create_li_delete_lti(ss, entry->is_children)) != 0) in create_li_delete_lti() 898 pos = (parent == NULL) ? NULL : parent->is_children; in create_li_delete_lti() 905 list_del(&parent->is_children, entry); in create_li_delete_lti() 920 insert_before(&parent->is_children, in create_li_delete_lti() 922 list_del(&parent->is_children, entry); in create_li_delete_lti() [all …]
|
H A D | statcommon.h | 177 struct iodev_snapshot *is_children; member
|