Searched refs:xlate (Results 1 - 25 of 36) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d41 inline vfs_t *invalid = xlate<psinfo_t>(curthread->t_procp);
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 */
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dman.TestTransStability.d46 inline lwpsinfo_t *myinfo = xlate < lwpsinfo_t *> (curthread);
H A Dtst.ProcModelTrans.d45 mypr_addr = xlate < psinfo_t > (T).pr_addr;
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.TransNonPointer.d63 realmyi = xlate < struct myoutput_struct > (f).myi;
64 realmyc = xlate < struct myoutput_struct > (f).myc;
H A Dtst.TransOutputPointer.d64 realmyi = xlate < struct myoutput_struct *> (f)->myi;
65 realmyc = xlate < struct myoutput_struct *> (f)->myc;
H A Derr.D_XLATE_NONE.BadTransDecl6.d31 * When xlate is used on a variable for which no translation exists a
64 xlate < struct myoutput_struct >(f)->myi;
H A Dtst.EmptyTransDecl.d62 ou = xlate < struct output_struct > (in);
H A Dtst.PartialDereferencing.d65 out.oi = xlate < struct output_struct > (in).oi;
H A Dtst.StructureAssignment.d65 out = xlate < struct output_struct > (in);
H A Dtst.TranslateSelf.d61 outer = xlate < struct output_struct > (out);
/opensolaris-onvv-gate/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);
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/
H A DMakefile.targ71 xlate.c: ../common/xlate.m4
72 $(M4) < ../common/xlate.m4 > xlate.c
87 objs/xlate.o \
88 pics/xlate.o: xlate.c
154 $(BLTMESG): $(SGSMSG) $(SGSMSGALL) xlate.c xlate64.c
H A DMakefile.targ.6467 xlate.c: ../common/xlate.m4
68 $(M4) < ../common/xlate.m4 > xlate.c
82 objs/xlate.o \
83 pics/xlate.o: xlate.c
98 $(BLTMESG): $(SGSMSG) $(SGSMSGALL) xlate.c xlate64.c
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/i18n/
H A Dm_text.c57 * the codeset of the compiled program. xlate will convert from that codeset,
61 xlate(char *s) function
85 #define xlate(s) (s) macro
130 return (xlate((char *)str));
146 return (xlate((char *)str));
152 return xlate(cp);
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/
H A DMakefile30 fabric-xlate \
/opensolaris-onvv-gate/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_
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsyslog.pl81 $num = &xlate($_); # Translate word to number.
101 $numfac = &xlate($facility);
143 sub xlate { subroutine
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c177 typedef struct xlate { struct
1042 "%s-domain-%d-xlate-DVMA-arena", immu->immu_name,
1362 * Create xlate DVMA arena for this domain.
1387 * Also put it on the system-wide xlate domain list
1852 PTE_clear_all(immu_t *immu, domain_t *domain, xlate_t *xlate, argument
1862 pgtable = xlate->xlt_pgtable;
1863 idx = xlate->xlt_idx;
1885 xlate->xlt_idx = idx;
1889 xlate_setup(uint64_t dvma, xlate_t *xlate, int nlevels) argument
1901 for (level = 1, xlate
1914 PDE_lookup(domain_t *domain, xlate_t *xlate, int nlevels) argument
1973 xlate_t xlate[IMMU_PGTABLE_MAX_LEVELS + 1] = {0}; local
2100 PTE_set_all(immu_t *immu, domain_t *domain, xlate_t *xlate, uint64_t *dvma_ptr, uint64_t *nvpages_ptr, immu_dcookie_t *dcookies, int dcount, dev_info_t *rdip, immu_flags_t immu_flags) argument
2247 PDE_set_all(immu_t *immu, domain_t *domain, xlate_t *xlate, int nlevels, dev_info_t *rdip, immu_flags_t immu_flags) argument
2364 xlate_t xlate[IMMU_PGTABLE_MAX_LEVELS + 1] = {0}; local
2404 xlate_t xlate[IMMU_PGTABLE_MAX_LEVELS + 1] = {0}; local
2460 xlate_t xlate[IMMU_PGTABLE_MAX_LEVELS + 1] = {0}, *xlp; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Dadt.c405 adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *))
411 state->as_xlate = xlate;
1836 adt_getXlateTable(adt_translation_t **xlate, au_event_t event_id) argument
1839 adt_translation_t **p_xlate = xlate;
1979 adt_translation_t *xlate; local
2001 xlate = adt_getXlateTable(event_state->ae_session->as_xlate,
2004 if (xlate == NULL) {
2008 DPRINTF(("got event %d\n", xlate->tx_internal_event));
2010 if (adt_selected(event_state, xlate->tx_internal_event, status)) {
2011 return (adt_generate_event(event, event_state, xlate));
404 adt_load_table(const adt_session_data_t *session_data, adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *)) argument
[all...]
/opensolaris-onvv-gate/usr/src/tools/cw/
H A Dcw.c619 xlate(struct aelist *h, const char *xarg, const char **table) function
766 xlate(ctx->i_ae, "super", xchip_tbl);
1123 xlate(ctx->i_ae, arg + 11, xcode_tbl);
1229 xlate(ctx->i_ae, arg + 7, xchip_tbl);
1233 xlate(ctx->i_ae, arg + 7, xcode_tbl);
1349 xlate(ctx->i_ae, arg + 7, xregs_tbl);
1375 xlate(ctx->i_ae, arg + 9, xtarget_tbl);

Completed in 244 milliseconds

12