Searched refs:uint_t (Results 101 - 125 of 189) sorted by relevance

12345678

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dbitmap.h119 (BT_BITOUL32(nbits) * sizeof (uint_t))
H A Dvnode.h335 uint_t vsa_mask; /* See below */
341 uint_t vsa_aclflags; /* ACE ACL flags */
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwcfuncs.c33 static uint_t cpcN_npics;
56 uint_t * npics, const char ** docref, uint64_t* support) { }
462 unsigned max_attrs, uint_t *pnum_attrs, char**errstring)
466 uint_t nattrs = 0;
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcfuncs.c33 static uint_t cpcN_npics;
56 uint_t * npics, const char ** docref, uint64_t* support) { }
454 unsigned max_attrs, uint_t *pnum_attrs, char**errstring)
458 uint_t nattrs = 0;
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.c274 uint_t bflags = tip->dtt_flags;
345 uint_t lkind = ctf_type_kind(lfp, lbase);
348 uint_t rkind = ctf_type_kind(rfp, rbase);
352 uint_t lrank, rrank;
683 uint_t kind = ctf_type_kind(fp, base);
788 dt_node_resolve(const dt_node_t *dnp, uint_t idkind)
845 uint_t kind;
865 uint_t kind;
884 uint_t kind;
905 uint_t kin
[all...]
H A Ddt_decl.c311 dt_node_t *flist, const char *kind, uint_t flags)
460 dt_decl_sou(uint_t kind, char *name)
466 uint_t flag;
516 uint_t kind;
600 cte.cte_bits = (uint_t)dnp->dn_value;
663 uint_t flag;
821 uint_t flag;
954 (uint_t)ddp->dd_node->dn_value : 0;
H A Ddt_xlator.c105 uint_t kind;
240 uint_t i;
267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base);
H A Ddt_buf.c99 uint_t r = 1;
H A Ddt_pcb.c112 uint_t i;
H A Ddt_printf.c103 uint_t kind;
123 uint_t kind = ctf_type_kind(ctfp, base);
737 uint_t n = _dtrace_strbuckets;
754 uint_t h;
814 uint_t i;
835 uint_t h = dt_strtab_hash(name, NULL) % pdi->pdi_nbuckets;
877 uint_t namelen = 0;
1068 dt_printf_validate(dt_pfargv_t *pfv, uint_t flags,
1277 uint_t nrecs, const void *buf, size_t len, int *ip)
1366 const dtrace_recdesc_t *recs, uint_t nrec
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_import.c139 uint_t c, children;
425 vdev_is_hole(uint64_t *hole_array, uint_t holes, uint_t id)
451 uint_t i, nspares, nl2cache;
456 uint_t children = 0;
458 uint_t holes;
460 uint_t c;
969 check_one_slice(avl_tree_t *r, char *diskname, uint_t partno,
970 diskaddr_t size, uint_t blksz)
1581 uint_t
[all...]
H A Dlibzfs_impl.h70 uint_t libzfs_shareflags;
/netbsd-current/external/cddl/osnet/dev/fbt/
H A Dfbt.c606 uint_t n;
613 vbytes = sizeof (uint_t);
695 uint_t n;
702 vbytes = sizeof (uint_t);
794 uint_t cd_kind; /* type kind */
795 uint_t cd_n; /* type dimension if array */
952 uint_t kind, n = 1;
1049 uint_t k;
/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_vdev.c603 uint_t t, toplevels;
605 uint_t c, children;
697 uint_t rchildren;
858 uint_t children;
951 uint_t c, children;
1055 uint_t i, nspares;
1099 uint_t c, children;
1434 uint_t c, children;
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c125 static uint_t
294 uint_t encoding;
295 uint_t data;
639 uint_t cur = ctf_buf_cur(buf);
1026 uint_t data;
1027 uint_t encoding;
1083 data = *((uint_t *)v);
1084 dptr += sizeof (uint_t);
1110 data = *((uint_t *)v);
1111 dptr += sizeof (uint_t);
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h421 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
426 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t);
427 extern void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
475 uint_t va_mask; /* bit-mask of attributes */
491 uint_t vsa_mask; /* See below */
692 uint_t kd_ref;
693 uint_t kd_len;
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_sunos5.c239 uint_t pswitch;
240 uint_t trap;
241 uint_t intr;
242 uint_t syscall;
243 uint_t sysfork;
244 uint_t sysvfork;
245 uint_t pfault;
246 uint_t pgin;
247 uint_t pgout;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_acl.h162 uint_t z_version; /* version of ACL */
/netbsd-current/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_misc.c75 uu_set_error(uint_t code)
/netbsd-current/external/cddl/osnet/dist/lib/libzpool/common/
H A Dutil.c74 uint_t c, children;
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_decl.c94 uint_t kind, n = 1;
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/compat/
H A Dcompat.h320 typedef unsigned int uint_t; typedef
/netbsd-current/external/cddl/osnet/dist/cmd/zlook/
H A Dzlook.c174 uint_t bits;
186 uint_t rest = bits >> 1;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio_checksum.c270 ASSERT((uint_t)checksum < ZIO_CHECKSUM_FUNCTIONS);
388 uint_t checksum = (bp == NULL ? zio->io_prop.zp_checksum :
/netbsd-current/external/cddl/osnet/dist/uts/common/os/
H A Dfm.c93 static uint_t ereport_chanlen = ERPT_EVCH_MAX;
324 uint_t i, nelem;
683 va_arg(ap, uint_t));
710 va_arg(ap, uint_t));
728 va_arg(ap, uint_t));
1318 uint_t n;

Completed in 384 milliseconds

12345678