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

/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c608 int row_index, more; local
623 for (row_index = 0; row_index < un->un_nrows; row_index++) {
624 mdr = &un->un_row[row_index];
628 ASSERT(row_index != un->un_nrows);
637 if ((row_index + 1) == un->un_nrows)
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c943 get_row_shift(int row_index, struct dgrp_info *dgrp) argument
963 shift += row_index;

Completed in 66 milliseconds