Home
last modified time | relevance | path

Searched refs:pevent (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/cpc/common/
H A Dcputrack.c295 char *pevent, cpc_buf_t *buf, int nreq, const char *evname) in print_sample() argument
304 (void) fprintf(opts->log, "%3d %10s ", (int)lwpid, pevent); in print_sample()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c2685 pcimsg_t *pevent; in schpc_event_filter() local
2695 pevent = (pcimsg_t *)kmem_zalloc(sizeof (pcimsg_t), KM_SLEEP); in schpc_event_filter()
2696 bcopy(pmsg, pevent, sizeof (pcimsg_t)); in schpc_event_filter()
2702 (void *)pevent, TQ_SLEEP) == NULL) { in schpc_event_filter()
2705 kmem_free(pevent, sizeof (pcimsg_t)); in schpc_event_filter()