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

123

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Derr.D_OP_INCOMPAT.badxlate.d41 inline struct vnode *invalid = xlate<psinfo_t>(curthread->td_proc);
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 */
/freebsd-11.0-release/cddl/contrib/opensolaris/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);
/freebsd-11.0-release/cddl/contrib/opensolaris/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);
/freebsd-11.0-release/contrib/apr-util/include/
H A Dapr_md4.h76 apr_xlate_t *xlate; member in struct:apr_md4_ctx_t
91 * @param xlate The translation handle to use for this MD4 context
94 apr_xlate_t *xlate);
96 #define apr_md4_set_xlate(context, xlate) APR_ENOTIMPL
H A Dapr_md5.h82 * ignored if xlate is unsupported
84 apr_xlate_t *xlate; member in struct:apr_md5_ctx_t
97 * @param xlate The translation handle to use for this MD5 context
100 apr_xlate_t *xlate);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.xlate.d36 print(*(xlate < pancakes_t * > ((void *)NULL)));
/freebsd-11.0-release/cddl/usr.sbin/dtrace/tests/common/print/
H A DMakefile24 tst.xlate.d \
25 tst.xlate.d.out \
/freebsd-11.0-release/cddl/lib/libdtrace/
H A Dsched.d53 xlate <cpuinfo_t> (D->disp_cpu).cpu_id;
55 xlate <cpuinfo_t> (D->disp_cpu).cpu_pset;
57 xlate <cpuinfo_t> (D->disp_cpu).cpu_chip;
59 xlate <cpuinfo_t> (D->disp_cpu).cpu_lgrp;
62 (processor_info_t)xlate <cpuinfo_t> (D->disp_cpu).cpu_info;
65 inline cpuinfo_t *curcpu = xlate <cpuinfo_t *> (curthread->t_cpu);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_xlate.c2 * win32_xlate.c : Windows xlate stuff.
174 svn_subr__win32_xlate_t *xlate; local
182 xlate = apr_palloc(pool, sizeof(*xlate));
183 xlate->from_page_id = from_page_id;
184 xlate->to_page_id = to_page_id;
186 *xlate_p = xlate;
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.discard.ksh40 xlate<psinfo_t *>(args[1])->pr_psargs == "$longsleep" &&
H A Dtst.signal.ksh40 xlate<psinfo_t *>(args[1])->pr_psargs == "$longsleep" &&
/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dapr_md4.c124 context->xlate = NULL;
136 apr_xlate_t *xlate)
143 rv = apr_xlate_sb_get(xlate, &is_sb);
150 context->xlate = xlate;
197 if (context->xlate) {
199 apr_xlate_conv_buffer(context->xlate, (const char *)input,
210 if (context->xlate) {
213 apr_xlate_conv_buffer(context->xlate, (const char *)&input[i],
229 if (context->xlate) {
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/
H A Dppccpuid.pl6 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or
7 ( $xlate="${dir}perlasm/ppc-xlate.pl" and -f $xlate) or
8 die "can't locate ppc-xlate.pl";
10 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";

Completed in 84 milliseconds

123