Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmc/
H A Dpmc.c58 const char *ch_name; member
88 for (hnd = disp_table; hnd->ch_name != NULL; hnd++) in disp_lookup()
89 if (strcmp(hnd->ch_name, name) == 0) in disp_lookup()