Lines Matching defs:cio_next
2221 zio_t *cio, *cio_next;
2261 for (cio = zio_walk_children(pio, &zl); cio != NULL; cio = cio_next) {
2262 cio_next = zio_walk_children(pio, &zl);
2522 zio_t *cio, *cio_next, *gio;
2557 * the remainder of pio's io_child_list, from 'cio_next' onward,
2561 for (cio = zio_walk_children(pio, &zl); cio != NULL; cio = cio_next) {
2562 cio_next = zio_walk_children(pio, &zl);
4493 zio_t *cio, *cio_next;
4505 for (cio = zio_walk_children(pio, &zl); cio != NULL; cio = cio_next) {
4506 cio_next = zio_walk_children(pio, &zl);