Searched refs:uint_t (Results 76 - 100 of 189) sorted by relevance

12345678

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace.h874 uint_t dtdo_len; /* length of instruction buffer */
875 uint_t dtdo_intlen; /* length of integer table */
876 uint_t dtdo_strlen; /* length of string table */
877 uint_t dtdo_varlen; /* length of variable table */
879 uint_t dtdo_refcnt; /* owner reference count */
880 uint_t dtdo_destructive; /* invokes destructive subroutines */
885 uint_t dtdo_krelen; /* length of krelo table */
886 uint_t dtdo_urelen; /* length of urelo table */
887 uint_t dtdo_xlmlen; /* length of translator table */
1152 uint_t dtc_difversio
[all...]
H A Dfasttrap_impl.h113 uint_t ftp_marked; /* mark for possible removal */
114 uint_t ftp_retired; /* mark when retired */
H A Ddtrace_impl.h1048 uint_t dthps_nprovs; /* count of providers */
1049 uint_t dthps_maxprovs; /* provider array size */
1304 extern ulong_t dtrace_getreg(struct trapframe *, uint_t);
1325 extern uint_t dtrace_getotherwin(void);
1326 extern uint_t dtrace_getfprs(void);
H A Dcred.h104 extern uint_t crgetref(const cred_t *);
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c118 uint_t *xp = fp->ctf_sxlate;
119 uint_t *xend = xp + fp->ctf_nsyms;
121 uint_t objtoff = hp->cth_objtoff;
122 uint_t funcoff = hp->cth_funcoff;
214 uint_t *xp;
236 uint_t n;
243 vbytes = sizeof (uint_t);
334 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
343 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1));
385 vbytes = sizeof (uint_t);
[all...]
H A Dctf_types.c66 uint_t kind, n;
118 uint_t n;
211 uint_t k;
420 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info);
536 uint_t data;
545 data = *(const uint_t *)((uintptr_t)tp + increment);
551 data = *(const uint_t *)((uintptr_t)tp + increment);
606 uint_t lkind, rkind;
657 uint_t kind, n;
756 uint_t
[all...]
/netbsd-current/external/cddl/osnet/dev/dtrace/x86/
H A Dinstr_size.c117 uint_t mode = SIZE32;
H A Ddis_tables.c81 uint_t it_suffix:1; /* mnem + "w", "l", or "d" */
84 uint_t it_size:16;
86 uint_t it_invalid64:1; /* opcode invalid in amd64 */
87 uint_t it_always64:1; /* 64 bit when in 64 bit mode */
88 uint_t it_invalid32:1; /* invalid in IA32 */
89 uint_t it_stackop:1; /* push/pop stack operation */
90 uint_t it_vexwoxmm:1; /* VEX instructions that don't use XMM/YMM */
91 uint_t it_avxsuf:1; /* AVX suffix required */
2345 uint_t dgr_arg0; /* src reg */
2346 uint_t dgr_arg
[all...]
/netbsd-current/external/cddl/osnet/sys/kern/
H A Dsysevent.c254 uint_t ii, nelem;
265 uint_t ii, nelem;
276 uint_t ii, nelem;
287 uint_t ii, nelem;
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c222 static ulong_t fasttrap_getreg(struct reg *, uint_t);
279 uint_t start = 0;
410 uint_t mod = FASTTRAP_MODRM_MOD(instr[start + 1]);
411 uint_t reg = FASTTRAP_MODRM_REG(instr[start + 1]);
412 uint_t rm = FASTTRAP_MODRM_RM(instr[start + 1]);
415 uint_t i, sz;
436 uint_t index = FASTTRAP_SIB_INDEX(sib);
437 uint_t base = FASTTRAP_SIB_BASE(sib);
609 uint_t mod = FASTTRAP_MODRM_MOD(instr[rmindex]);
610 uint_t re
[all...]
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dvfs.h96 uint_t mo_count; /* number of entries in table */
H A Dcpuvar.h42 uint_t cpu_intr_actv;
/netbsd-current/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_alloc.c112 uint_t M, m;
/netbsd-current/external/cddl/osnet/dist/lib/libnvpair/
H A Dlibnvpair.h75 * xxxtype value, uint_t count))
168 * One additional argument is taken: uint_t for the number of array elements
174 int (*)(nvlist_prtctl_t, void *, nvlist_t *, const char *, vtype, uint_t), \
H A Dlibnvpair.c57 const char *, vtype, uint_t); \
225 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \
228 uint_t i; \
280 nvlist_t *nvl, const char *name, nvlist_t **valuep, uint_t count)
283 uint_t i;
450 uint_t), void *private) \
569 uint_t nelem;
779 uint_t i, count; \
800 uint_t i, count;
963 uint_t a_le
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dproto.h70 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h76 uint_t sav_npending; /* # pending devices */
120 uint_t stqs_count;
320 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent);
H A Dvdev_impl.h330 extern vdev_t *vdev_alloc_common(spa_t *spa, uint_t id, uint64_t guid,
333 vdev_t *parent, uint_t id, int alloctype);
386 extern uint_t zfs_geom_probe_vdev_key;
H A Dzfs_znode.h202 uint_t z_blksz; /* block size in bytes */
203 uint_t z_seq; /* modification sequence number */
328 extern void zfs_tstamp_update_setup(znode_t *, uint_t, uint64_t [2],
372 znode_t *zp, vattr_t *vap, uint_t mask_applied, zfs_fuid_info_t *fuidp);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_from_chars.cc499 using uint_t = conditional_t<is_same_v<T, float>, uint32_t, uint64_t>;
527 uint_t result = 0;
573 uint_t result = 0;
602 uint_t mantissa = 0;
637 mantissa |= uint_t(hexit) << mantissa_idx;
796 uint_t result = 0;
/netbsd-current/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c223 tpool_create(uint_t min_threads, uint_t max_threads, uint_t linger,
/netbsd-current/external/cddl/osnet/dist/lib/libzpool/common/
H A Dtaskq.c117 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags)
150 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags,
230 int minalloc, int maxalloc, uint_t flags)
/netbsd-current/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c111 ref_to_str(uint_t name, const ctf_header_t *hp, const ctf_data_t *cd)
132 int_encoding_to_str(uint_t encoding)
155 fp_encoding_to_str(uint_t encoding)
446 uint_t encoding = *((const uint_t *)u.ptr);
455 vlen = sizeof (uint_t);
460 uint_t encoding = *((const uint_t *)u.ptr);
469 vlen = sizeof (uint_t);
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_provider.c53 dt_provider_insert(dtrace_hdl_t *dtp, dt_provider_t *pvp, uint_t h)
67 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_provbuckets;
130 uint_t h;
414 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc)
419 uint_t i;
542 uint_t *noffs, *maxoffs;
590 uint_t new_max = *maxoffs * 2;
627 dt_probe_tag(dt_probe_t *prp, uint_t argn, dt_node_t *dnp)
H A Ddt_ident.c644 uint_t min, uint_t max)
704 uint_t nextid = dhp->dh_minid;
743 dt_idhash_nextid(dt_idhash_t *dhp, uint_t *p)
766 ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers,
907 dt_ident_create(const char *name, ushort_t kind, ushort_t flags, uint_t id,
908 dtrace_attribute_t attr, uint_t vers,
1033 dt_idkind_name(uint_t kind)

Completed in 510 milliseconds

12345678