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

/illumos-gate/usr/src/uts/common/os/
H A Dbio.c77 static int lastindex; /* Reference point on where to start */ variable
1508 start = end = lastindex;
1555 * Update the lastindex value.
1557 lastindex = start;
1729 start = end = lastindex;
1752 lastindex = start;
1828 lastindex = start;
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c778 int lastindex; local
789 lastindex = len;
791 lastindex = len - 1;
793 for (i = 0; i < lastindex; i++)

Completed in 71 milliseconds