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

/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.c873 void (*action)(void *arg, const char *event), int is_generic)
898 * Based on is_generic flag, skip appropriate
902 if (is_generic != is_papi) {
914 if (is_generic == is_papi) {
950 void (*action)(void *arg, uint_t picno, const char *event), int is_generic)
974 * Based on is_generic flag, skip appropriate
978 if (is_generic != is_papi) {
988 if (is_generic == is_papi)
872 cpc_walk_events_impl(cpc_t *cpc, void *arg, void (*action)(void *arg, const char *event), int is_generic) argument
949 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
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c1303 is_generic(const char *name, int len) function
1430 g1 = is_generic(p1, ec1 - p1);
1431 g2 = is_generic(p2, ec2 - p2);

Completed in 25 milliseconds