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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c376 static int drmach_xt_mb_size; variable
545 drmach_xt_mb_size = NCPU * sizeof (uchar_t);
547 drmach_xt_mb_size, VM_SLEEP);
548 bzero((void *)drmach_xt_mb, drmach_xt_mb_size);
553 drmach_xt_mb_size);
2838 drmach_xt_mb_size);
3410 bzero((void *)drmach_xt_mb, drmach_xt_mb_size);
4431 drmach_xt_mb_size);
5397 bzero((void *)drmach_xt_mb, drmach_xt_mb_size);

Completed in 173 milliseconds