Searched defs:instno (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c1338 int instance, instno, prop_len, bind_cpu, count; local
1400 * property are not enough for this instno., then
1402 * it reaches the requested instno
1404 instno = instance % count;
1407 while (i < instno)
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c1216 int instance, instno, prop_len, bind_cpu, count; local
1294 * property are not enough for this instno., then
1296 * it reaches the requested instno
1298 instno = instance % count;
1301 while (i < instno)
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1171 int instance, instno, prop_len, bind_cpu, count; local
1249 * property are not enough for this instno., then
1251 * it reaches the requested instno
1253 instno = instance % count;
1256 while (i < instno)

Completed in 54 milliseconds