Searched refs:uint_t (Results 51 - 75 of 189) sorted by relevance

12345678

/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_util.h40 uint_t num_logs(nvlist_t *nv);
/netbsd-current/external/cddl/osnet/sys/kern/
H A Dprintf.c47 if ((uint_t)ce < CE_IGNORE) {
H A Dtaskq.c52 uint_t tq_flags; /* Saved flags from taskq_create. */
142 taskq_dispatch_common(taskq_t *tq, taskq_ent_t *tqe, uint_t flags)
177 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags)
212 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags,
257 int maxalloc, uint_t flags)
294 int maxalloc, struct proc *proc, uint_t flags)
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_decl.h104 const char *, uint_t);
112 extern dt_decl_t *dt_decl_sou(uint_t, char *);
H A Ddt_module.c72 dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id)
75 uint_t h;
85 static uint_t
95 uint_t i, n = dmp->dm_nsymelems;
96 uint_t asrsv = 0;
138 static uint_t
148 uint_t i, n = dmp->dm_nsymelems;
149 uint_t asrsv = 0;
254 uint_t i, n = dmp->dm_symfree;
263 dmp->dm_aslen = (uint_t)(symp
[all...]
H A Ddt_dof.c100 uint_t i, nx = dtp->dt_xlatorid;
218 uint_t nsecs = 0;
247 DOF_SECT_VARTAB, sizeof (uint_t), 0, sizeof (dtrace_difv_t),
337 dof_add_translator(dt_dof_t *ddo, const dt_xlator_t *dxp, uint_t type)
346 uint_t i = 0;
410 uint_t i;
539 sizeof (uint_t), 0, sizeof (uint_t), dt_buf_len(&ddo->ddo_offs));
541 dt_buf_concat(dtp, &ddo->ddo_ldata, &ddo->ddo_offs, sizeof (uint_t));
545 DOF_SECT_PRENOFFS, sizeof (uint_t),
[all...]
H A Ddt_cg.c50 dt_cg_node_alloc(uint_t label, dif_instr_t instr)
93 dt_cg_xsetx(dt_irlist_t *dlp, dt_ident_t *idp, uint_t lbl, int reg, uint64_t x)
97 dif_instr_t instr = DIF_INSTR_SETX((uint_t)intoff, reg);
144 static uint_t
147 static const uint_t ops[] = {
189 uint_t op, int dreg)
195 uint_t kind;
556 uint_t op;
592 dt_regset_t *drp, uint_t op)
627 static uint_t
[all...]
H A Ddt_xlator.h56 uint_t dx_nmembers; /* length of dx_members list */
H A Ddt_parser.h93 uint_t _id; /* member identifier */
231 extern dt_node_t *dt_node_cook(dt_node_t *, uint_t);
236 extern dtrace_attribute_t dt_node_list_cook(dt_node_t **, uint_t);
246 extern dt_ident_t *dt_node_resolve(const dt_node_t *, uint_t);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzil_impl.h132 uint_t zl_prev_blks[ZIL_PREV_BLKS]; /* size - sector rounded */
133 uint_t zl_prev_rotor; /* rotor for zl_prev[] */
H A Dzfs_dir.h61 uint_t, znode_t **, zfs_acl_ids_t *);
H A Dzfs_context.h188 tsd_create(uint_t *keyp, void (*func)(void *))
197 tsd_destroy(uint_t *keyp)
204 tsd_get(uint_t key)
211 tsd_set(uint_t key, void *value)
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_util.c102 ctf_strraw(ctf_file_t *fp, uint_t name)
114 ctf_strptr(ctf_file_t *fp, uint_t name)
H A Dctf_create.c97 ctf_copy_smembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
120 ctf_copy_lmembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
145 ctf_copy_emembers(ctf_dtdef_t *dtd, uint_t soff, uchar_t *t)
281 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info);
282 uint_t vlen = CTF_INFO_VLEN(dtd->dtd_data.ctt_info);
292 size += sizeof (uint_t);
339 uint_t kind = CTF_INFO_KIND(dtd->dtd_data.ctt_info);
340 uint_t vlen = CTF_INFO_VLEN(dtd->dtd_data.ctt_info);
343 uint_t encoding;
347 dtd->dtd_data.ctt_name = (uint_t)(
[all...]
H A Dctf_hash.c72 uint_t
98 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name)
135 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name)
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dcpuvar.h148 uint_t cpu_intr_actv; /* interrupt levels active (bitmask) */
164 uint_t cpu_deadman_countdown; /* used by deadman() */
215 uint_t cpu_rotor; /* for cheap pseudo-random numbers */
225 volatile uint_t cpu_generation; /* tracking on/off-line */
401 #define CPUSET_NOTINSET ((uint_t)-1)
416 extern void cpuset_all_but(cpuset_t *, uint_t);
419 extern void cpuset_only(cpuset_t *, uint_t);
420 extern uint_t cpuset_find(cpuset_t *);
421 extern void cpuset_bounds(cpuset_t *, uint_t *, uint_t *);
[all...]
/netbsd-current/external/cddl/osnet/dist/common/nvpair/
H A Dnvpair.c133 static int i_get_value_size(data_type_t type, const void *data, uint_t nelem);
135 uint_t nelem, const void *data);
268 nvlist_alloc(nvlist_t **nvlp, uint_t nvflag, int kmflag)
279 nvlist_xalloc(nvlist_t **nvlp, uint_t nvflag, nv_alloc_t *nva)
386 i_validate_type_nelem(data_type_t type, uint_t nelem)
450 i_validate_nvpair_value(data_type_t type, uint_t nelem, const void *data)
716 i_get_value_size(data_type_t type, const void *data, uint_t nelem)
804 uint_t i;
856 data_type_t type, uint_t nelem, const void *data)
859 uint_t
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctftools.h162 uint_t ad_nelems;
168 uint_t ml_size; /* Member size (in bits) */
211 uint_t fn_nargs;
213 uint_t fn_vargs;
418 const char *dw_tag2str(uint_t);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio_compress.c115 ASSERT((uint_t)c < ZIO_COMPRESS_FUNCTIONS);
116 ASSERT((uint_t)c == ZIO_COMPRESS_EMPTY || ci->ci_compress != NULL);
156 if ((uint_t)c >= ZIO_COMPRESS_FUNCTIONS || ci->ci_decompress == NULL)
/netbsd-current/external/cddl/osnet/dist/lib/libuutil/common/
H A Dlibuutil.h123 uint_t);
136 int uu_check_name(const char *, uint_t);
141 extern int uu_open_tmp(const char *dir, uint_t uflags);
H A Dlibuutil_impl.h42 void uu_set_error(uint_t);
52 uint_t uud_flags;
H A Duu_dprintf.c67 uint_t flags)
/netbsd-current/external/cddl/osnet/dist/common/zfs/
H A Dzfs_comutil.c50 uint_t c;
52 uint_t children;
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dcook.c66 ao_string_cook_escape_char(char const * pzIn, char * pRes, uint_t nl)
299 ct = ao_string_cook_escape_char(pzS, pzD-1, (uint_t)NL);
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dopentypes.h25 typedef unsigned int uint_t; typedef

Completed in 269 milliseconds

12345678