HomeSort by: relevance | last modified time | path
    Searched refs:uint_t (Results 1 - 25 of 190) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_inttab.h 42 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 *);
dt_as.h 40 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 *);
dt_pq.h 34 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 *);
dt_provider.h 50 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...]
dt_ident.h 74 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...]
dt_printf.h 68 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,
dt_pcb.h 70 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 */
dt_impl.h 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 *
    [all...]
dt_pq.c 32 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;
  /src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.h 66 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_size
    [all...]
  /src/external/cddl/osnet/dist/common/ctf/
ctf_impl.h 67 uint_t h_name; /* reference to name in string table */
68 uint_t h_type; /* corresponding type ID number */
69 uint_t h_next; /* index of next element in hash chain */
73 uint_t *h_buckets; /* hash bucket array (chain indices) */
75 uint_t h_nbuckets; /* number of elements in bucket array */
76 uint_t h_nelems; /* number of elements in hash table */
77 uint_t h_free; /* index of next free hash element */
102 uint_t (*ctfo_get_kind)(uint_t);
103 uint_t (*ctfo_get_root)(uint_t)
    [all...]
ctf_open.c 50 static uint_t
51 get_kind_v2(uint_t info)
56 static uint_t
57 get_root_v2(uint_t info)
62 static uint_t
63 get_vlen_v2(uint_t info)
68 static uint_t
74 static uint_t
80 static uint_t
86 static uint_t
    [all...]
  /src/external/cddl/osnet/dist/uts/common/sys/
errorq.h 58 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);
cpupart.h 70 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...]
ctf_api.h 88 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, const char *)
    [all...]
nvpair.h 155 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...]
taskq.h 95 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,
  /src/external/cddl/osnet/dist/uts/common/zmod/
zmod_subr.c 34 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)
  /src/external/cddl/osnet/sys/sys/
sid.h 36 uint_t kd_len;
48 kd->kd_len = (uint_t)len;
62 static __inline uint_t
76 static __inline uint_t
mnttab.h 84 uint_t mnt_major;
85 uint_t mnt_minor;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_solaris.h 33 uint_t rt_flags;
34 uint_t rt_flags1;
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_util.c 66 uint_t
69 uint_t nlogs = 0;
70 uint_t c, children;
  /src/external/cddl/osnet/include/
thread_pool.h 48 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
49 uint_t linger, pthread_attr_t *attr);
  /src/external/mit/libuv/dist/src/unix/
atomic-ops.h 46 return atomic_cas_uint((uint_t *)ptr, (uint_t)oldval, (uint_t)newval);
  /src/external/cddl/osnet/dist/uts/common/sys/fs/
zut.h 78 uint_t zr_bytes; /* output */
79 uint_t zr_buflen;

Completed in 30 milliseconds

1 2 3 4 5 6 7 8