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

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c432 static char *p4_eventlist[18]; variable
479 p4_eventlist[i] = (char *)kmem_alloc(size + 1, KM_SLEEP);
480 *p4_eventlist[i] = '\0';
484 (void) strcat(p4_eventlist[i], ev->pe_name);
485 (void) strcat(p4_eventlist[i], ",");
491 (void) strcat(p4_eventlist[i], gevp->name);
492 (void) strcat(p4_eventlist[i], ",");
499 p4_eventlist[i][size - 1] = '\0';
541 return (p4_eventlist[picnum]);

Completed in 48 milliseconds