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

/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.c813 void (*action)(void *arg, const char *event), int is_generic)
838 * Based on is_generic flag, skip appropriate
842 if (is_generic != is_papi) {
854 if (is_generic == is_papi) {
890 void (*action)(void *arg, uint_t picno, const char *event), int is_generic)
914 * Based on is_generic flag, skip appropriate
918 if (is_generic != is_papi) {
928 if (is_generic == is_papi)
812 cpc_walk_events_impl(cpc_t *cpc, void *arg, void (*action)(void *arg, const char *event), int is_generic) argument
889 cpc_walk_events_pic_impl(cpc_t *cpc, uint_t picno, void *arg, void (*action)(void *arg, uint_t picno, const char *event), int is_generic) argument
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1227 is_generic(const char *name, int len) function
1325 g1 = is_generic(p1, ec1 - p1);
1326 g2 = is_generic(p2, ec2 - p2);

Completed in 68 milliseconds