Searched refs:uint_t (Results 26 - 50 of 112) sorted by relevance

12345

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_dis.c99 dt_dis_varname(const dtrace_difo_t *dp, uint_t id, uint_t scope)
102 uint_t i;
115 static uint_t
129 uint_t var = DIF_INSTR_R1(in);
142 uint_t var = DIF_INSTR_VAR(in);
155 uint_t var = DIF_INSTR_VAR(in);
168 uint_t intptr = DIF_INSTR_INTEGER(in);
182 uint_t strptr = DIF_INSTR_STRING(in);
202 uint_t sub
[all...]
H A Ddt_module.c66 dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id)
69 uint_t h;
79 static uint_t
85 uint_t i, n = dmp->dm_nsymelems;
86 uint_t asrsv = 0;
108 static uint_t
114 uint_t i, n = dmp->dm_nsymelems;
115 uint_t asrsv = 0;
201 uint_t i, n = dmp->dm_symfree;
210 dmp->dm_aslen = (uint_t)(symp
[all...]
H A Ddt_decl.h101 const char *, uint_t);
109 extern dt_decl_t *dt_decl_sou(uint_t, char *);
H A Ddt_pid_apple.c25 #define uint_t __Solaris_uint_t macro
56 uint_t dpp_nmatches;
59 uint_t dpp_last_taken;
H A Ddt_dof.c96 uint_t i, nx = dtp->dt_xlatorid;
214 uint_t nsecs = 0;
243 DOF_SECT_VARTAB, sizeof (uint_t), 0, sizeof (dtrace_difv_t),
333 dof_add_translator(dt_dof_t *ddo, const dt_xlator_t *dxp, uint_t type)
342 uint_t i = 0;
406 uint_t i;
538 sizeof (uint_t), 0, sizeof (uint_t), dt_buf_len(&ddo->ddo_offs));
540 dt_buf_concat(dtp, &ddo->ddo_ldata, &ddo->ddo_offs, sizeof (uint_t));
544 DOF_SECT_PRENOFFS, sizeof (uint_t),
[all...]
H A Ddt_parser.h91 uint_t _id; /* member identifier */
216 extern dt_node_t *dt_node_cook(dt_node_t *, uint_t);
221 extern dtrace_attribute_t dt_node_list_cook(dt_node_t **, uint_t);
231 extern dt_ident_t *dt_node_resolve(const dt_node_t *, uint_t);
H A Ddt_xlator.h56 uint_t dx_nmembers; /* length of dx_members list */
H A Ddt_cg.c45 dt_cg_node_alloc(uint_t label, dif_instr_t instr)
88 dt_cg_xsetx(dt_irlist_t *dlp, dt_ident_t *idp, uint_t lbl, int reg, uint64_t x)
92 dif_instr_t instr = DIF_INSTR_SETX((uint_t)intoff, reg);
139 static uint_t
142 static const uint_t ops[] = {
184 uint_t op, int dreg)
190 uint_t kind;
574 dt_regset_t *drp, uint_t op)
609 static uint_t
612 static const uint_t aop
[all...]
/macosx-10.10.1/dtrace-147/head/
H A Ddtrace.h169 uint_t dpi_aggregates; /* number of aggregates specified in program */
170 uint_t dpi_recgens; /* number of record generating probes in prog */
171 uint_t dpi_matches; /* number of probes matched by program */
172 uint_t dpi_speculations; /* number of speculations specified in prog */
191 const char *, dtrace_probespec_t, uint_t, int, char *const []);
194 FILE *, uint_t, int, char *const []);
206 uint_t, const char *, int, char *const []);
210 extern void *dtrace_dof_create(dtrace_hdl_t *, dtrace_prog_t *, uint_t);
298 const dtrace_probedata_t *, const dtrace_recdesc_t *, uint_t,
302 const dtrace_probedata_t *, const dtrace_recdesc_t *, uint_t,
[all...]
H A Ddarwin_shim.h35 typedef uint32_t uint_t; typedef
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_create.c87 ctf_copy_smembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
110 ctf_copy_lmembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
135 ctf_copy_emembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
222 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info);
223 uint_t vlen = CTF_INFO_VLEN(dtd->dtd_data.ctt_info);
233 size += sizeof (uint_t);
280 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info);
281 uint_t vlen = CTF_INFO_VLEN(dtd->dtd_data.ctt_info);
284 uint_t encoding;
288 dtd->dtd_data.ctt_name = (uint_t)(
[all...]
H A Dctf_labels.c32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels)
59 uint_t num_labels;
83 uint_t i, num_labels;
H A Dctf_util.c99 ctf_strraw(ctf_file_t *fp, uint_t name)
111 ctf_strptr(ctf_file_t *fp, uint_t name)
H A Dctf_hash.c69 uint_t
95 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name)
132 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name)
H A Dctf_open.c215 uint_t *xp = fp->ctf_sxlate;
216 uint_t *xend = xp + fp->ctf_nsyms;
218 uint_t objtoff = hp->cth_objtoff;
219 uint_t funcoff = hp->cth_funcoff;
318 uint_t *xp;
340 uint_t n;
347 vbytes = sizeof (uint_t);
438 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
447 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1));
489 vbytes = sizeof (uint_t);
[all...]
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DFileAbstraction.hpp126 typedef uint32_t uint_t; typedef in class:Pointer32
129 static uint64_t getP(const uint_t& from) INLINE { return _E::get32(from); }
130 static void setP(uint_t& into, uint64_t value) INLINE { _E::set32(into, (uint32_t)value); }
144 typedef uint64_t uint_t; typedef in class:Pointer64
147 static uint64_t getP(const uint_t& from) INLINE { return _E::get64(from); }
148 static void setP(uint_t& into, uint64_t value) INLINE { _E::set64(into, value); }
/macosx-10.10.1/autofs-246/headers/
H A Dautomount.h112 typedef unsigned int uint_t; typedef
146 uint_t mfs_flags;
147 uint_t mfs_port; /* port# in NFS url */
224 uint_t bucket_size;
285 const char *, uint_t, int *, bool_t, bool_t,
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dfasttrap_impl.h96 uint_t ftp_marked; /* mark for possible removal */
97 uint_t ftp_retired; /* mark when retired */
H A Ddtrace_glue.h363 typedef uint_t major_t;
364 typedef uint_t minor_t;
378 extern int ddi_prop_lookup_int_array(dev_t, dev_info_t *, uint_t, const char *, int **, uint_t *);
484 typedef uint_t pri_t;
489 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
490 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
H A Ddtrace.h117 typedef uint32_t uint_t; typedef
972 uint_t dtdo_len; /* length of instruction buffer */
973 uint_t dtdo_intlen; /* length of integer table */
974 uint_t dtdo_strlen; /* length of string table */
975 uint_t dtdo_varlen; /* length of variable table */
977 uint_t dtdo_refcnt; /* owner reference count */
978 uint_t dtdo_destructive; /* invokes destructive subroutines */
983 uint_t dtdo_krelen; /* length of krelo table */
984 uint_t dtdo_urelen; /* length of urelo table */
985 uint_t dtdo_xlmle
[all...]
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctftools.h156 uint_t ad_nelems;
205 uint_t fn_nargs;
207 uint_t fn_vargs;
415 const char *dw_tag2str(uint_t);
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/i386/
H A Dinstr_size.c90 uint_t mode = SIZE32;
H A Ddis_tables.c77 uint_t it_suffix:1; /* mnem + "w", "l", or "d" */
80 uint_t it_size:16;
82 uint_t it_invalid64:1; /* opcode invalid in amd64 */
83 uint_t it_always64:1; /* 64 bit when in 64 bit mode */
84 uint_t it_invalid32:1; /* invalid in IA32 */
85 uint_t it_stackop:1; /* push/pop stack operation */
1450 dtrace_get_opcode(dis86_t *x, uint_t *high, uint_t *low)
1476 dtrace_get_SIB(dis86_t *x, uint_t *ss, uint_t *inde
[all...]
/macosx-10.10.1/dtrace-147/disassembler/
H A Ddis_tables.c75 uint_t it_suffix:1; /* mnem + "w", "l", or "d" */
78 uint_t it_size:16;
80 uint_t it_invalid64:1; /* opcode invalid in amd64 */
81 uint_t it_always64:1; /* 64 bit when in 64 bit mode */
82 uint_t it_invalid32:1; /* invalid in IA32 */
83 uint_t it_stackop:1; /* push/pop stack operation */
1448 dtrace_get_opcode(dis86_t *x, uint_t *high, uint_t *low)
1474 dtrace_get_SIB(dis86_t *x, uint_t *ss, uint_t *inde
[all...]
/macosx-10.10.1/dtrace-147/test/cmd/baddof/
H A Dbaddof.c49 FILE *, uint_t, int, char *const []);
50 extern void *dtrace_program_dof(dtrace_hdl_t *, dtrace_prog_t *, uint_t);

Completed in 313 milliseconds

12345