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

/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c189 static char *pic_events[2]; variable
223 pic_events[i] = kmem_alloc(size + 1, KM_SLEEP);
224 *pic_events[i] = '\0';
226 (void) strcat(pic_events[i], n->name);
227 (void) strcat(pic_events[i], ",");
230 (void) strcat(pic_events[i], gevp->name);
231 (void) strcat(pic_events[i], ",");
236 pic_events[i][size - 1] = '\0';
265 return (pic_events[picnum]);
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c509 static char *pic_events[CPC_SPARC64_VI_NPIC]; variable
550 pic_events[i] = kmem_alloc(size + 1, KM_SLEEP);
551 *pic_events[i] = '\0';
553 (void) strcat(pic_events[i], n->name);
554 (void) strcat(pic_events[i], ",");
557 (void) strcat(pic_events[i], gevp->name);
558 (void) strcat(pic_events[i], ",");
564 pic_events[i][size - 1] = '\0';
593 return (pic_events[picnum]);
H A Dus234_pcbe.c570 static char *pic_events[2]; variable
659 pic_events[i] = kmem_alloc(size + 1, KM_SLEEP);
660 *pic_events[i] = '\0';
662 (void) strcat(pic_events[i], n->name);
663 (void) strcat(pic_events[i], ",");
666 (void) strcat(pic_events[i], gevp->name);
667 (void) strcat(pic_events[i], ",");
673 pic_events[i][size - 1] = '\0';
702 return (pic_events[picnum]);
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp123_pcbe.c129 static char *pic_events[2] = { NULL, NULL }; variable
590 pic_events[i] = kmem_alloc(size + 1, KM_SLEEP);
591 *pic_events[i] = '\0';
593 (void) strcat(pic_events[i], n->name);
594 (void) strcat(pic_events[i], ",");
597 (void) strcat(pic_events[i], gevp->name);
598 (void) strcat(pic_events[i], ",");
604 pic_events[i][size - 1] = '\0';
633 if (pic_events[0] == NULL) {
634 ASSERT(pic_events[
[all...]

Completed in 51 milliseconds