Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c321 int startidx; in uppc_addspl() local
332 startidx = (ipl << 1); in uppc_addspl()
335 startidx = (ipl << 1) + 1; in uppc_addspl()
343 for (i = startidx; i < (MAXIPL << 1); i += 2) { in uppc_addspl()
352 for (i = startidx-2; i >= 0; i -= 2) { in uppc_addspl()
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c779 int startidx = 0; in flash_device_list() local
804 rv = plugins->plugin->fw_identify(startidx); in flash_device_list()
812 startidx += 100; in flash_device_list()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1905 int leafidx, startidx; in disp_getwork() local
1936 leafidx = startidx = 0; in disp_getwork()
2032 } while (leafidx != startidx); in disp_getwork()
2045 leafidx = startidx = lpl->lpl_id2rset[local_id]; in disp_getwork()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c632 ulong_t startidx = startidx_p ? *startidx_p : 0; in anon_grow() local
642 ASSERT(startidx + oldseg_pgs <= ahp->size); in anon_grow()
652 totpages = oldamp_pgs - startidx + newseg_pgs; in anon_grow()
654 totpages = startidx + oldseg_pgs + newseg_pgs; in anon_grow()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c5479 cmd.startidx = cpu_to_be16(start); in t4_config_rss_range()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h8281 __be16 startidx; member