Home
last modified time | relevance | path

Searched refs:xlate (Results 1 – 25 of 39) sorted by relevance

12

/titanic_41/usr/src/cmd/sgs/libelf/
H A DMakefile.targ73 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 DMakefile.targ.6469 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 Dsched.d51 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 Dprocfs.d.in264 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 Dm_text.c61 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 Dtst.CircularTransDecl.d73 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 Dtst.TransOutputPointer.d64 realmyi = xlate < struct myoutput_struct *> (f)->myi;
65 realmyc = xlate < struct myoutput_struct *> (f)->myc;
H A Dtst.TransNonPointer.d63 realmyi = xlate < struct myoutput_struct > (f).myi;
64 realmyc = xlate < struct myoutput_struct > (f).myc;
H A Dtst.ProcModelTrans.d45 mypr_addr = xlate < psinfo_t > (T).pr_addr;
H A Dtst.TestTransStability1.ksh46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
H A Dtst.TestTransStability2.ksh46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
H A Derr.D_XLATE_NONE.BadTransDecl6.d64 xlate < struct myoutput_struct >(f)->myi;
H A Dtst.EmptyTransDecl.d62 ou = xlate < struct output_struct > (in);
H A Dtst.TranslateSelf.d61 outer = xlate < struct output_struct > (out);
/titanic_41/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c171 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 Dlibelf.wlcmd68 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 Dxlate64.m457 * <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 Dtst.InlineKinds.d49 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 Derr.D_OP_INCOMPAT.badxlate.d41 inline vfs_t *invalid = xlate<psinfo_t>(curthread->t_procp);
/titanic_41/usr/src/cmd/fm/modules/common/fabric-xlate/
H A DMakefile26 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 Derr.D_CG_DYN.ResultDynType.d45 xlate < lwpsinfo_t * > (0);
H A Derr.D_XLATE_REDECL.ResultDynType.d46 xlate < lwpsinfo_t * > (curthread);
/titanic_41/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.xlate.d36 print(*(xlate < pancakes_t * > ((void *)NULL)));
/titanic_41/usr/src/lib/libbsm/common/
H A Dadt.c406 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 DMakefile31 fabric-xlate \

12