Searched refs:uint_t (Results 1 - 25 of 189) sorted by relevance

12345678

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_inttab.h42 uint_t inh_index; /* index associated with this element */
43 uint_t inh_flags; /* flags (see below) */
49 uint_t int_hashlen; /* size of hash bucket array */
50 uint_t int_nelems; /* number of elements hashed */
53 uint_t int_index; /* next index to hand out */
61 extern int dt_inttab_insert(dt_inttab_t *, uint64_t, uint_t);
62 extern uint_t dt_inttab_size(const dt_inttab_t *);
H A Ddt_as.h40 uint_t di_label; /* label number or DT_LBL_NONE */
51 uint_t dl_len; /* number of valid instructions */
52 uint_t dl_label; /* next label number to assign */
58 extern uint_t dt_irlist_label(dt_irlist_t *);
H A Ddt_pq.h34 uint_t dtpq_size; /* count of allocated elements */
35 uint_t dtpq_last; /* next free slot */
40 extern dt_pq_t *dt_pq_init(dtrace_hdl_t *, uint_t size, dt_pq_value_f, void *);
45 extern void *dt_pq_walk(dt_pq_t *, uint_t *);
H A Ddt_provider.h50 uint_t pv_flags; /* flags (see below) */
63 uint_t pit_matches; /* number of matches */
71 uint_t pi_noffs; /* number of offsets */
72 uint_t pi_maxoffs; /* size of pi_offs allocation */
73 uint_t pi_nenoffs; /* number of is-enabled offsets */
74 uint_t pi_maxenoffs; /* size of pi_enoffs allocation */
84 uint_t pr_nargc; /* native argument count */
87 uint_t pr_xargc; /* translated argument count */
100 dt_node_t *, uint_t, dt_node_t *, uint_t);
[all...]
H A Ddt_ident.h74 uint_t di_id; /* variable or subr id (see <sys/dtrace.h>) */
76 uint_t di_vers; /* identifier version number (dt_version_t) */
121 uint_t dh_nextid; /* next id to be returned by idhash_nextid() */
122 uint_t dh_minid; /* min id to be returned by idhash_nextid() */
123 uint_t dh_maxid; /* max id to be returned by idhash_nextid() */
143 uint_t, uint_t);
147 extern int dt_idhash_nextid(dt_idhash_t *, uint_t *);
152 ushort_t, uint_t, dtrace_attribute_t, uint_t,
[all...]
H A Ddt_printf.h68 uint_t pdi_nbuckets; /* size of hash bucket array */
75 uint_t pfd_flags; /* format flags (see below) */
99 uint_t pfv_argc; /* number of argument descriptors */
100 uint_t pfv_flags; /* flags used for validation */
105 uint_t pfw_aid; /* aggregation variable identifier */
119 extern void dt_printf_validate(dt_pfargv_t *, uint_t,
H A Ddt_pcb.h70 uint_t pcb_asvidx; /* assembler vartab index (see dt_as.c) */
72 uint_t pcb_asxreflen; /* assembler xlator map length (see dt_as.c) */
85 uint_t pcb_cflags; /* optional compilation flags (see dtrace.h) */
86 uint_t pcb_idepth; /* preprocessor #include nesting depth */
H A Ddt_impl.h78 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_nsymelem
[all...]
H A Ddt_pq.c32 dt_pq_init(dtrace_hdl_t *dtp, uint_t size, dt_pq_value_f value_cb, void *cb_arg)
65 dt_pq_getvalue(dt_pq_t *p, uint_t index)
74 uint_t i;
94 dt_pq_walk(dt_pq_t *p, uint_t *cookie)
106 uint_t i = 1;
121 uint_t lc = i * 2;
122 uint_t rc = i * 2 + 1;
123 uint_t c;
/netbsd-current/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.h66 uint_t d86_mode; /* mode for immediate */
67 uint_t d86_value_size; /* size in bytes of d86_value */
72 uint_t d86_mode;
73 uint_t d86_error;
74 uint_t d86_len; /* instruction length */
76 uint_t d86_memsize; /* size of memory referenced */
79 uint_t d86_numopnds;
80 uint_t d86_rex_prefix; /* value of REX prefix if !0 */
82 uint_t d86_opnd_size;
83 uint_t d86_addr_siz
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Derrorq.h58 ulong_t, size_t, uint_t, uint_t);
61 ulong_t, size_t, uint_t, uint_t);
64 extern void errorq_dispatch(errorq_t *, const void *, size_t, uint_t);
69 extern void errorq_commit(errorq_t *, errorq_elem_t *, uint_t);
H A Dcpupart.h70 uint_t cp_nrunnable; /* current # of runnable threads */
71 uint_t cp_nrunning; /* current # of running threads */
89 uint_t cp_attr; /* bitmask of attributes */
124 extern uint_t cp_numparts;
125 extern uint_t cp_numparts_nonempty;
134 extern uint_t cp_haltset_fanout;
142 extern int cpupart_get_cpus(psetid_t *, processorid_t *, uint_t *);
147 extern uint_t cpupart_list(psetid_t *, uint_t, int);
148 extern int cpupart_setattr(psetid_t, uint_t);
[all...]
H A Dctf_api.h88 uint_t cte_format; /* data format (CTF_INT_* or CTF_FP_* flags) */
89 uint_t cte_offset; /* offset of value in bits */
90 uint_t cte_bits; /* size of storage in bits */
101 uint_t ctr_nelems; /* number of elements */
106 uint_t ctc_argc; /* number of typed arguments to function */
107 uint_t ctc_flags; /* function attributes (see below) */
176 extern int ctf_func_args(ctf_file_t *, ulong_t, uint_t, ctf_id_t *);
211 extern ctf_id_t ctf_add_array(ctf_file_t *, uint_t, const ctf_arinfo_t *);
212 extern ctf_id_t ctf_add_const(ctf_file_t *, uint_t, ctf_id_t);
213 extern ctf_id_t ctf_add_enum(ctf_file_t *, uint_t, cons
[all...]
H A Dnvpair.h155 int nvlist_alloc(nvlist_t **, uint_t, int);
163 uint_t nvlist_nvflag(nvlist_t *);
165 int nvlist_xalloc(nvlist_t **, uint_t, nv_alloc_t *);
185 int nvlist_add_boolean_array(nvlist_t *, const char *, boolean_t *, uint_t);
186 int nvlist_add_byte_array(nvlist_t *, const char *, uchar_t *, uint_t);
187 int nvlist_add_int8_array(nvlist_t *, const char *, int8_t *, uint_t);
188 int nvlist_add_uint8_array(nvlist_t *, const char *, uint8_t *, uint_t);
189 int nvlist_add_int16_array(nvlist_t *, const char *, int16_t *, uint_t);
190 int nvlist_add_uint16_array(nvlist_t *, const char *, uint16_t *, uint_t);
191 int nvlist_add_int32_array(nvlist_t *, const char *, int32_t *, uint_t);
[all...]
H A Dtaskq.h95 taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
96 taskq_t *taskq_create_instance(const char *, int, int, pri_t, int, int, uint_t);
98 struct proc *, uint_t);
100 struct proc *, uint_t, uint_t);
101 taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
103 void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
H A Dctf.h121 uint_t cth_parlabel; /* ref to name of parent lbl uniq'd against */
122 uint_t cth_parname; /* ref to basename of parent */
123 uint_t cth_lbloff; /* offset of label section */
124 uint_t cth_objtoff; /* offset of object section */
125 uint_t cth_funcoff; /* offset of function section */
126 uint_t cth_typeoff; /* offset of type section */
127 uint_t cth_stroff; /* offset of string section */
128 uint_t cth_strlen; /* length of string section in bytes */
139 uint_t cth_objtoff;
140 uint_t cth_funcof
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dzmod_subr.c34 uint_t zch_magic;
35 uint_t zch_size;
42 zcalloc(void *opaque, uint_t items, uint_t size)
69 zmemcpy(void *dest, const void *source, uint_t len)
75 zmemcmp(const void *s1, const void *s2, uint_t len)
81 zmemzero(void *dest, uint_t len)
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dsid.h36 uint_t kd_len;
48 kd->kd_len = (uint_t)len;
62 static __inline uint_t
76 static __inline uint_t
H A Dmnttab.h84 uint_t mnt_major;
85 uint_t mnt_minor;
/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_util.c66 uint_t
69 uint_t nlogs = 0;
70 uint_t c, children;
/netbsd-current/external/cddl/osnet/include/
H A Dthread_pool.h48 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
49 uint_t linger, pthread_attr_t *attr);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Datomic-ops.h46 return atomic_cas_uint((uint_t *)ptr, (uint_t)oldval, (uint_t)newval);
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_impl.h67 uint_t h_name; /* reference to name in string table */
77 uint_t h_free; /* index of next free hash element */
123 uint_t cd_kind; /* type kind */
124 uint_t cd_n; /* type dimension if array */
194 uint_t *ctf_sxlate; /* translation table for symtab entries */
196 uint_t *ctf_txlate; /* translation table for type IDs */
203 uint_t ctf_refcnt; /* reference count (for parent links) */
204 uint_t ctf_flags; /* libctf flags (see below) */
285 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
286 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/fs/
H A Dzut.h78 uint_t zr_bytes; /* output */
79 uint_t zr_buflen;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwcdrv.h127 void (*hwcdrv_get_info)(int *cpuver, const char **cciname, uint_t *npics,
272 uint_t cpcN_npics;
296 eventsel_t *return_event, uint_t *return_pmc_sel);
299 typedef int (hwcdrv_get_eventnum_fn_t) (const char *eventname, uint_t pmc,
301 eventsel_t *valid_umask, uint_t *pmc_sel);
317 uint_t (*hdrv_pcbe_ncounters)(void);
321 int (*hdrv_pcbe_get_eventnum)(const char * eventname, uint_t pmc,
323 uint_t *pmc_sel);

Completed in 228 milliseconds

12345678