Searched refs:evname (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/openbsm/libbsm/ |
| D | bsm_event.c | 67 char *evno, *evname, *evdesc, *evclass; in eventfromstr() local 72 evname = strtok_r(NULL, eventdelim, &last); in eventfromstr() 76 if ((evno == NULL) || (evname == NULL)) in eventfromstr() 79 if (strlen(evname) >= AU_EVENT_NAME_MAX) in eventfromstr() 82 strlcpy(e->ae_name, evname, AU_EVENT_NAME_MAX); in eventfromstr()
|
| /freebsd-9-stable/contrib/bmake/ |
| D | trace.c | 68 static const char *evname[] = { variable 102 evname[event], trpid, trwd); in Trace_Log()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_proc.c | 290 dt_proc_rdevent(dtrace_hdl_t *dtp, dt_proc_t *dpr, const char *evname) in dt_proc_rdevent() argument 297 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdevent() 302 (int)dpr->dpr_pid, evname, rdm.type, rdm.u.state); in dt_proc_rdevent() 327 dt_proc_rdwatch(dt_proc_t *dpr, rd_event_e event, const char *evname) in dt_proc_rdwatch() argument 334 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdwatch() 340 (int)dpr->dpr_pid, evname, rdn.type); in dt_proc_rdwatch() 346 (dt_bkpt_f *)dt_proc_rdevent, (void *)evname); in dt_proc_rdwatch() 349 (dt_bkpt_f *)dt_proc_rdevent, __DECONST(void *, evname)); in dt_proc_rdwatch()
|