Searched refs:startidx (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c316 int startidx; local
327 startidx = (ipl << 1);
330 startidx = (ipl << 1) + 1;
338 for (i = startidx; i < (MAXIPL << 1); i += 2) {
347 for (i = startidx-2; i >= 0; i -= 2) {
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c790 int startidx = 0; local
815 rv = plugins->plugin->fw_identify(startidx);
821 /* only bump startidx if we've found at least one device */
823 startidx += 100;
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1907 int leafidx, startidx; local
1938 leafidx = startidx = 0;
2034 } while (leafidx != startidx);
2047 leafidx = startidx = lpl->lpl_id2rset[local_id];
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c621 * If startidx_p == NULL, startidx is taken to be 0 and cannot be changed.
634 ulong_t startidx = startidx_p ? *startidx_p : 0; local
644 ASSERT(startidx + oldseg_pgs <= ahp->size);
649 * startidx through the end of the array, plus <newseg_pgs>
654 totpages = oldamp_pgs - startidx + newseg_pgs;
656 totpages = startidx + oldseg_pgs + newseg_pgs;
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c2398 cmd.startidx = htons(start);
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h6124 __be16 startidx; member in struct:fw_rss_ind_tbl_cmd

Completed in 1975 milliseconds