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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_stat.c39 struct cpr_event *cpr_find_event(char *name, int new);
61 if ((cep = cpr_find_event(name, 1)) == NULL) {
90 if ((cep = cpr_find_event(name, 0)) == NULL) {
227 cpr_find_event(char *name, int new) function

Completed in 44 milliseconds