Searched refs:kv_action (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libcpc/sparc/ |
H A D | event_ultra.c | 89 int (*kv_action)(const char *, member 249 if (kv->kv_action(fn, kv, cpuver, value, bits) != 0) { in cpc_strtoevent() 280 if (kv->kv_action(fn, in cpc_strtoevent() 288 if (kv->kv_action(fn, in cpc_strtoevent()
|
/illumos-gate/usr/src/lib/libcpc/i386/ |
H A D | event_pentium.c | 100 int (*kv_action)(const char *, member 204 if ((rv = kv->kv_action(fn, kv, cpuver, value, bits)) != 0) in nextpair() 207 return (kv->kv_action(fn, kv, cpuver, value, bits)); in nextpair() 413 if (kv->kv_action(fn, kv, cpuver, value, bits) != 0) { in cpc_strtoevent() 444 if (kv->kv_action(fn, in cpc_strtoevent() 452 if (kv->kv_action(fn, in cpc_strtoevent()
|