• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dtrace-147/libdtrace/

Lines Matching refs:uint_t

105 	uint_t din_kind;	/* CTF type kind to instantiate */
121 uint_t (*do_syminit)(struct dt_module *);
124 const char *, GElf_Sym *, uint_t *);
126 GElf_Addr, GElf_Sym *, uint_t *);
139 uint_t ds_symid; /* id of corresponding symbol */
140 uint_t ds_next; /* index of next element in hash chain */
155 uint_t *dm_symbuckets; /* symbol table hash buckets (chain indices) */
158 uint_t dm_symfree; /* index of next free hash element */
159 uint_t dm_nsymbuckets; /* number of elements in bucket array */
160 uint_t dm_nsymelems; /* number of elements in hash table */
161 uint_t dm_asrsv; /* actual reserved size of dm_asmap */
162 uint_t dm_aslen; /* number of entries in dm_asmap */
163 uint_t dm_flags; /* module flags (see below) */
229 uint_t dtld_finish; /* completion time in tsort for lib */
230 uint_t dtld_start; /* starting time in tsort for lib */
231 uint_t dtld_loaded; /* boolean: is this library loaded */
257 uint_t dt_modbuckets; /* number of module hash buckets */
258 uint_t dt_nmods; /* number of modules in hash and list */
266 uint_t dt_provbuckets; /* number of provider hash buckets */
267 uint_t dt_nprovs; /* number of providers in hash and list */
295 uint_t dt_lazyload; /* boolean: set via -xlazyload */
296 uint_t dt_droptags; /* boolean: set via -xdroptags */
297 uint_t dt_active; /* boolean: set once tracing is active */
298 uint_t dt_stopped; /* boolean: set once tracing is stopped */
301 uint_t dt_oflags; /* dtrace open-time options (see dtrace.h) */
302 uint_t dt_cflags; /* dtrace compile-time options (see dtrace.h) */
303 uint_t dt_dflags; /* dtrace link-time options (see dtrace.h) */
304 uint_t dt_prcmode; /* dtrace process create mode (see dt_proc.h) */
305 uint_t dt_linkmode; /* dtrace symbol linking mode (see below) */
306 uint_t dt_linktype; /* dtrace link output file type (see below) */
307 uint_t dt_xlatemode; /* dtrace translator linking mode (see below) */
308 uint_t dt_stdcmode; /* dtrace stdc compatibility mode (see below) */
309 uint_t dt_encoding; /* dtrace output encoding (see below) */
310 uint_t dt_treedump; /* dtrace tree debug bitmap (see below) */
714 extern uint_t _dtrace_stkindent; /* default indent for stack/ustack */
715 extern uint_t _dtrace_pidbuckets; /* number of hash buckets for pids */
716 extern uint_t _dtrace_pidlrulim; /* number of proc handles to cache */