Searched refs:dparray (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c330 uint16_t *dparray, cpuid; local
385 dparray = kmem_zalloc(num * sizeof (uint16_t *), KM_SLEEP);
388 * populate dparray with impacted cores (only those present)
404 dparray[jj++] = cpuid;
408 dparray[jj++] = cpuid;
422 dparray[jj++] = cpuid;
426 dparray[jj++] = cpuid;
437 dparray[jj++] = cpuid;
441 dparray[jj++] = cpuid;
458 dparray[j
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c2317 uint16_t *dparray, cpuid; local
2344 * populate dparray with impacted cores (only those present)
2346 dparray = kmem_zalloc(num * sizeof (uint16_t *), KM_SLEEP);
2361 dparray[jj++] = cpuid;
2365 dparray[jj++] = cpuid;
2378 dparray[jj++] = cpuid;
2382 dparray[jj++] = cpuid;
2393 dparray[jj++] = cpuid;
2397 dparray[jj++] = cpuid;
2408 dparray[j
[all...]

Completed in 235 milliseconds