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

12

/illumos-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 */
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/
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.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 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);
/illumos-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);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.xlate.d36 print(*(xlate < pancakes_t * > ((void *)NULL)));
/illumos-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);
/illumos-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
/illumos-gate/usr/src/cmd/fm/modules/common/
H A DMakefile31 fabric-xlate \
/illumos-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...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c171 typedef struct xlate { struct
1036 "%s-domain-%d-xlate-DVMA-arena", immu->immu_name,
1356 * Create xlate DVMA arena for this domain.
1381 * Also put it on the system-wide xlate domain list
1846 PTE_clear_all(immu_t *immu, domain_t *domain, xlate_t *xlate, argument
1856 pgtable = xlate->xlt_pgtable;
1857 idx = xlate->xlt_idx;
1879 xlate->xlt_idx = idx;
1883 xlate_setup(uint64_t dvma, xlate_t *xlate, int nlevels) argument
1895 for (level = 1, xlate
1908 PDE_lookup(domain_t *domain, xlate_t *xlate, int nlevels) argument
1967 xlate_t xlate[IMMU_PGTABLE_MAX_LEVELS + 1] = {0}; local
2094 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
2241 PDE_set_all(immu_t *immu, domain_t *domain, xlate_t *xlate, int nlevels, dev_info_t *rdip, immu_flags_t immu_flags) argument
2358 xlate_t xlate[IMMU_PGTABLE_MAX_LEVELS + 1] = {0}; local
2398 xlate_t xlate[IMMU_PGTABLE_MAX_LEVELS + 1] = {0}; local
2454 xlate_t xlate[IMMU_PGTABLE_MAX_LEVELS + 1] = {0}, *xlp; local
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c406 adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *))
412 state->as_xlate = xlate;
1837 adt_getXlateTable(adt_translation_t **xlate, au_event_t event_id) argument
1840 adt_translation_t **p_xlate = xlate;
1980 adt_translation_t *xlate; local
2002 xlate = adt_getXlateTable(event_state->ae_session->as_xlate,
2005 if (xlate == NULL) {
2009 DPRINTF(("got event %d\n", xlate->tx_internal_event));
2011 if (adt_selected(event_state, xlate->tx_internal_event, status)) {
2012 return (adt_generate_event(event, event_state, xlate));
405 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...]
/illumos-gate/usr/src/tools/cw/
H A Dcw.c619 xlate(struct aelist *h, const char *xarg, const char **table) function
767 xlate(ctx->i_ae, "super", xchip_tbl);
1124 xlate(ctx->i_ae, arg + 11, xcode_tbl);
1225 xlate(ctx->i_ae, arg + 7, xchip_tbl);
1229 xlate(ctx->i_ae, arg + 7, xcode_tbl);
1345 xlate(ctx->i_ae, arg + 7, xregs_tbl);
1371 xlate(ctx->i_ae, arg + 9, xtarget_tbl);
/illumos-gate/usr/src/cmd/sgs/libelf/
H A DMakefile.com44 BLTOBJS= msg.o xlate.o xlate64.o

Completed in 2224 milliseconds

12