Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcpc/sparc/
H A Dconf_ultra.c76 struct nametable { struct
96 static const struct nametable US12_names0[] = { argument
138 static const struct nametable US3_names0[] = {
210 static const struct nametable US3_I_names0[] = {
230 static const struct nametable US12_names1[] = {
285 static const struct nametable US3_names1[] = {
420 static const struct nametable *
423 const struct nametable *n; in getnametable()
455 const struct nametable *n; in cpc_walk_names()
467 const struct nametable *n; in __cpc_reg_to_name()
[all …]
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dus234_pcbe.c127 struct nametable { struct
166 static const struct nametable US12_names0[] = {
215 static const struct nametable US3_names0[] = {
338 static const struct nametable US3_names1[] = {
422 static const struct nametable US12_names1[] = {
439 static const struct nametable *US3_names[2] = {
566 static const struct nametable **events;
592 const struct nametable *n; in us_pcbe_init()
723 static const struct nametable *
726 const struct nametable *n; in find_event()
[all …]
H A Dopl_pcbe.c126 struct nametable { struct
244 static const struct nametable SPARC64_VI_names_l0[] = {
267 static const struct nametable SPARC64_VI_names_u0[] = {
291 static const struct nametable SPARC64_VI_names_l1[] = {
313 static const struct nametable SPARC64_VI_names_u1[] = {
336 static const struct nametable SPARC64_VI_names_l2[] = {
505 static const struct nametable **events;
517 const struct nametable *n; in opl_pcbe_init()
614 static const struct nametable *
617 const struct nametable *n; in find_event()
[all …]
/illumos-gate/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c63 struct nametable { struct
112 static const struct nametable P5mmx_names0[] = {
135 static const struct nametable P5mmx_names1[] = {
158 static const struct nametable *P5mmx_names[2] = {
166 static const struct nametable P6_names[] = {
316 versionmatch(int cpuver, int regno, const struct nametable *n) in versionmatch()
353 static const struct nametable *
356 const struct nametable *n; in getnametable()
382 const struct nametable *n; in cpc_walk_names()
394 const struct nametable *n; in __cpc_reg_to_name()
[all …]
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c126 struct nametable { struct
142 static const struct nametable Niagara_names1[] = { argument
147 static const struct nametable Niagara_names0[] = {
159 static const struct nametable *Niagara_names[2] = {
186 static const struct nametable **events;
202 const struct nametable *n; in ni_pcbe_init()
287 static const struct nametable *
290 const struct nametable *n; in find_event()
346 const struct nametable *n; in ni_pcbe_configure()
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c1468 sorttable(char *nametable[], char *codetable[]) in sorttable() argument
1473 for (i = 0; nametable[i]; i++) in sorttable()
1475 if (strcmp(nametable[i], nametable[j]) < 0) { in sorttable()
1476 c = nametable[i]; in sorttable()
1477 nametable[i] = nametable[j]; in sorttable()
1478 nametable[j] = c; in sorttable()
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c917 const struct nametable_core_uarch *nametable) in find_gpcevent_core_uarch() argument
922 for (n = nametable; n->event_num != NT_END; n++) { in find_gpcevent_core_uarch()