/titanic_41/usr/src/cmd/sgs/libelf/ |
H A D | Makefile.targ | 73 xlate.c: ../common/xlate.m4 74 $(M4) < ../common/xlate.m4 > xlate.c 89 objs/xlate.o \ 90 pics/xlate.o: xlate.c 156 $(BLTMESG): $(SGSMSG) $(SGSMSGALL) xlate.c xlate64.c
|
H A D | Makefile.targ.64 | 69 xlate.c: ../common/xlate.m4 70 $(M4) < ../common/xlate.m4 > xlate.c 84 objs/xlate.o \ 85 pics/xlate.o: xlate.c 100 $(BLTMESG): $(SGSMSG) $(SGSMSGALL) xlate.c xlate64.c
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | sched.d | 51 xlate <cpuinfo_t> (D->disp_cpu).cpu_id; 53 xlate <cpuinfo_t> (D->disp_cpu).cpu_pset; 55 xlate <cpuinfo_t> (D->disp_cpu).cpu_chip; 57 xlate <cpuinfo_t> (D->disp_cpu).cpu_lgrp; 60 (processor_info_t)xlate <cpuinfo_t> (D->disp_cpu).cpu_info; 63 inline cpuinfo_t *curcpu = xlate <cpuinfo_t *> (curthread->t_cpu);
|
H A D | procfs.d.in | 264 pr_nlwp = xlate <psinfo_t> (T->t_procp).pr_nlwp; 265 pr_pid = xlate <psinfo_t> (T->t_procp).pr_pid; 266 pr_ppid = xlate <psinfo_t> (T->t_procp).pr_ppid; 267 pr_pgid = xlate <psinfo_t> (T->t_procp).pr_pgid; 268 pr_sid = xlate <psinfo_t> (T->t_procp).pr_sid; 269 pr_uid = xlate <psinfo_t> (T->t_procp).pr_uid; 270 pr_euid = xlate <psinfo_t> (T->t_procp).pr_euid; 271 pr_gid = xlate <psinfo_t> (T->t_procp).pr_gid; 272 pr_egid = xlate <psinfo_t> (T->t_procp).pr_egid; 273 pr_addr = xlate <psinfo_t> (T->t_procp).pr_addr; [all …]
|
/titanic_41/usr/src/lib/libxcurses/src/libc/i18n/ |
H A D | m_text.c | 61 xlate(char *s) in xlate() function 85 #define xlate(s) (s) macro 130 return (xlate((char *)str)); 146 return (xlate((char *)str)); 152 return xlate(cp);
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.CircularTransDecl.d | 73 forwardi = xlate < struct output_struct > (f1).myi; 74 forwardc = xlate < struct output_struct > (f1).myc; 75 backwardi = xlate < struct input_struct > (f2).i; 76 backwardc = xlate < struct input_struct > (f2).c;
|
H A D | tst.TransOutputPointer.d | 64 realmyi = xlate < struct myoutput_struct *> (f)->myi; 65 realmyc = xlate < struct myoutput_struct *> (f)->myc;
|
H A D | tst.TransNonPointer.d | 63 realmyi = xlate < struct myoutput_struct > (f).myi; 64 realmyc = xlate < struct myoutput_struct > (f).myc;
|
H A D | tst.ProcModelTrans.d | 45 mypr_addr = xlate < psinfo_t > (T).pr_addr;
|
H A D | tst.TestTransStability1.ksh | 46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
|
H A D | tst.TestTransStability2.ksh | 46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
|
H A D | err.D_XLATE_NONE.BadTransDecl6.d | 64 xlate < struct myoutput_struct >(f)->myi;
|
H A D | tst.EmptyTransDecl.d | 62 ou = xlate < struct output_struct > (in);
|
H A D | tst.TranslateSelf.d | 61 outer = xlate < struct output_struct > (out);
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | immu_dvma.c | 171 typedef struct xlate { struct 1846 PTE_clear_all(immu_t *immu, domain_t *domain, xlate_t *xlate, in PTE_clear_all() argument 1856 pgtable = xlate->xlt_pgtable; in PTE_clear_all() 1857 idx = xlate->xlt_idx; in PTE_clear_all() 1879 xlate->xlt_idx = idx; in PTE_clear_all() 1883 xlate_setup(uint64_t dvma, xlate_t *xlate, int nlevels) in xlate_setup() argument 1895 for (level = 1, xlate++; level <= nlevels; level++, xlate++) { in xlate_setup() 1896 xlate->xlt_level = level; in xlate_setup() 1897 xlate->xlt_idx = (offbits & IMMU_PGTABLE_LEVEL_MASK); in xlate_setup() 1898 ASSERT(xlate->xlt_idx <= IMMU_PGTABLE_MAXIDX); in xlate_setup() [all …]
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | libelf.wlcmd | 68 add xlate.c:xlate/f target `funcs | egrep '_to(m|f)$'` xlate.c:byte_to 69 add xlate64.c:xlate/f target `funcs | egrep '_to(m|f)$'` xlate64.c:byte_to
|
H A D | xlate64.m4 | 57 * <newtype>_2M11_tom being created in xlate.c. These routines 117 * tofa(d,s,n) xlate addr n from mem s to file d 118 * tofb(d,s,n) xlate byte n from mem s to file d 119 * tofh(d,s,n) xlate half n from mem s to file d 120 * tofo(d,s,n) xlate off n from mem s to file d 121 * tofw(d,s,n) xlate word n from mem s to file d 122 * tofx(d,s,n) xlate xword n from mem s to file d 123 * tofl(d,s,n) xlate Lword n from mem s to file d 124 * toma(s,n) xlate addr n from file s to expression value 125 * tomb(s,n) xlate byte n from file s to expression value [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/inline/ |
H A D | tst.InlineKinds.d | 49 inline struct s i3 = xlate < struct s > (i0); /* translator */ 51 inline int i5[int x] = (xlate < struct s > (x)).s_x; /* array by xlate */
|
H A D | err.D_OP_INCOMPAT.badxlate.d | 41 inline vfs_t *invalid = xlate<psinfo_t>(curthread->t_procp);
|
/titanic_41/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | Makefile | 26 MODULE = fabric-xlate 28 SRCS = fabric-xlate.c fx_epkt.c fx_fabric.c fx_fire.c fx_subr.c
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | err.D_CG_DYN.ResultDynType.d | 45 xlate < lwpsinfo_t * > (0);
|
H A D | err.D_XLATE_REDECL.ResultDynType.d | 46 xlate < lwpsinfo_t * > (curthread);
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/print/ |
H A D | tst.xlate.d | 36 print(*(xlate < pancakes_t * > ((void *)NULL)));
|
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | adt.c | 406 adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *)) in adt_load_table() argument 412 state->as_xlate = xlate; in adt_load_table() 1837 adt_getXlateTable(adt_translation_t **xlate, au_event_t event_id) in adt_getXlateTable() argument 1840 adt_translation_t **p_xlate = xlate; in adt_getXlateTable() 1980 adt_translation_t *xlate; in adt_put_event() local 2002 xlate = adt_getXlateTable(event_state->ae_session->as_xlate, in adt_put_event() 2005 if (xlate == NULL) { in adt_put_event() 2009 DPRINTF(("got event %d\n", xlate->tx_internal_event)); in adt_put_event() 2011 if (adt_selected(event_state, xlate->tx_internal_event, status)) { in adt_put_event() 2012 return (adt_generate_event(event, event_state, xlate)); in adt_put_event()
|
/titanic_41/usr/src/cmd/fm/modules/common/ |
H A D | Makefile | 31 fabric-xlate \
|