Lines Matching refs:uint_t

78 	uint_t din_kind;	/* CTF type kind to instantiate */
94 uint_t (*do_syminit)(struct dt_module *);
97 const char *, GElf_Sym *, uint_t *);
99 GElf_Addr, GElf_Sym *, uint_t *);
112 uint_t ds_symid; /* id of corresponding symbol */
113 uint_t ds_next; /* index of next element in hash chain */
128 uint_t *dm_symbuckets; /* symbol table hash buckets (chain indices) */
131 uint_t dm_symfree; /* index of next free hash element */
132 uint_t dm_nsymbuckets; /* number of elements in bucket array */
133 uint_t dm_nsymelems; /* number of elements in hash table */
134 uint_t dm_asrsv; /* actual reserved size of dm_asmap */
135 uint_t dm_aslen; /* number of entries in dm_asmap */
136 uint_t dm_flags; /* module flags (see below) */
150 uint_t dm_nctflibs; /* number of ctf children libraries */
225 uint_t dtld_finish; /* completion time in tsort for lib */
226 uint_t dtld_start; /* starting time in tsort for lib */
227 uint_t dtld_loaded; /* boolean: is this library loaded */
256 uint_t dt_modbuckets; /* number of module hash buckets */
257 uint_t dt_nmods; /* number of modules in hash and list */
265 uint_t dt_provbuckets; /* number of provider hash buckets */
266 uint_t dt_nprovs; /* number of providers in hash and list */
300 uint_t dt_lazyload; /* boolean: set via -xlazyload */
301 uint_t dt_droptags; /* boolean: set via -xdroptags */
302 uint_t dt_active; /* boolean: set once tracing is active */
303 uint_t dt_stopped; /* boolean: set once tracing is stopped */
306 uint_t dt_oflags; /* dtrace open-time options (see dtrace.h) */
307 uint_t dt_cflags; /* dtrace compile-time options (see dtrace.h) */
308 uint_t dt_dflags; /* dtrace link-time options (see dtrace.h) */
309 uint_t dt_prcmode; /* dtrace process create mode (see dt_proc.h) */
310 uint_t dt_linkmode; /* dtrace symbol linking mode (see below) */
311 uint_t dt_linktype; /* dtrace link output file type (see below) */
312 uint_t dt_xlatemode; /* dtrace translator linking mode (see below) */
313 uint_t dt_stdcmode; /* dtrace stdc compatibility mode (see below) */
314 uint_t dt_encoding; /* dtrace output encoding (see below) */
315 uint_t dt_treedump; /* dtrace tree debug bitmap (see below) */
737 extern uint_t _dtrace_stkindent; /* default indent for stack/ustack */
738 extern uint_t _dtrace_pidbuckets; /* number of hash buckets for pids */
739 extern uint_t _dtrace_pidlrulim; /* number of proc handles to cache */