Searched defs:nametable (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c65 struct nametable { struct
114 static const struct nametable P5mmx_names0[] = {
137 static const struct nametable P5mmx_names1[] = {
160 static const struct nametable *P5mmx_names[2] = {
168 static const struct nametable P6_names[] = {
318 versionmatch(int cpuver, int regno, const struct nametable *n)
355 static const struct nametable *
358 const struct nametable *n;
384 const struct nametable *n;
396 const struct nametable *
[all...]
/illumos-gate/usr/src/lib/libcpc/sparc/
H A Dconf_ultra.c78 struct nametable { struct
98 static const struct nametable US12_names0[] = {
140 static const struct nametable US3_names0[] = {
147 static const struct nametable US4_PLUS_names0[] = {
202 static const struct nametable US3_PLUS_names0[] = {
212 static const struct nametable US3_I_names0[] = {
232 static const struct nametable US12_names1[] = {
287 static const struct nametable US3_names1[] = {
295 static const struct nametable US3_PLUS_names1[] = {
305 static const struct nametable US3_I_names
[all...]
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c126 struct nametable { struct
142 static const struct nametable Niagara_names1[] = {
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;
287 static const struct nametable *
290 const struct nametable *n;
346 const struct nametable *n;
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c1470 sorttable(char *nametable[], char *codetable[]) argument
1475 for (i = 0; nametable[i]; i++)
1477 if (strcmp(nametable[i], nametable[j]) < 0) {
1478 c = nametable[i];
1479 nametable[i] = nametable[j];
1480 nametable[j] = c;
/illumos-gate/usr/src/uts/sun4u/pcbe/
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[] = {
355 static const struct nametable SPARC64_VI_names_u2[] = {
376 static const struct nametable SPARC64_VI_names_l3[] = {
396 static const struct nametable SPARC64_VI_names_u3[] = {
420 static const struct nametable *SPARC64_VI_name
[all...]
H A Dus234_pcbe.c127 struct nametable { struct
166 static const struct nametable US12_names0[] = {
215 static const struct nametable US3_names0[] = {
222 static const struct nametable US3_PLUS_names0[] = {
232 static const struct nametable US3_I_names0[] = {
239 static const struct nametable US4_PLUS_names0[] = {
338 static const struct nametable US3_names1[] = {
346 static const struct nametable US3_PLUS_names1[] = {
356 static const struct nametable US3_I_names1[] = {
364 static const struct nametable US4_PLUS_names
[all...]
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp123_pcbe.c144 struct nametable { struct
201 static const struct nametable P5mmx_names0[] = {
224 static const struct nametable P5mmx_names1[] = {
247 static const struct nametable *P5mmx_names[2] = {
255 static const struct nametable _P6_names[] = {
389 static const struct nametable *P6_names[2] = {
456 static const struct nametable **events;
534 const struct nametable *n;
661 static const struct nametable *
664 const struct nametable *
[all...]
H A Dcore_pcbe.c1437 const struct nametable_core_uarch *nametable)
1442 for (n = nametable; n->event_num != NT_END; n++) {
1436 find_gpcevent_core_uarch(char *name, const struct nametable_core_uarch *nametable) argument

Completed in 88 milliseconds