Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.c814 void (*action)(void *arg, const char *event), int is_generic) in cpc_walk_events_impl() argument
843 if (is_generic != is_papi) { in cpc_walk_events_impl()
855 if (is_generic == is_papi) { in cpc_walk_events_impl()
891 void (*action)(void *arg, uint_t picno, const char *event), int is_generic) in cpc_walk_events_pic_impl() argument
919 if (is_generic != is_papi) { in cpc_walk_events_pic_impl()
929 if (is_generic == is_papi) in cpc_walk_events_pic_impl()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1227 is_generic(const char *name, int len) in is_generic() function
1325 g1 = is_generic(p1, ec1 - p1); in di_devfs_path_match()
1326 g2 = is_generic(p2, ec2 - p2); in di_devfs_path_match()