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

12345

/macosx-10.10.1/ntp-92/libopts/
H A Dproto.h37 shortOptionFind( tOptions* pOpts, uint_t optValue, tOptState* pOptState );
H A Dag-char-map.h30 typedef unsigned int uint_t; typedef
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dproto.h37 shortOptionFind( tOptions* pOpts, uint_t optValue, tOptState* pOptState );
H A Dag-char-map.h30 typedef unsigned int uint_t; typedef
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_types.c68 uint_t kind, n;
120 uint_t n;
212 uint_t k;
395 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info);
511 uint_t data;
520 data = *(const uint_t *)((uintptr_t)tp + increment);
526 data = *(const uint_t *)((uintptr_t)tp + increment);
599 uint_t lkind, rkind;
655 uint_t kind, n;
734 uint_t
[all...]
H A Dctf_decl.c91 uint_t kind, n = 1;
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c214 static user_addr_t fasttrap_getreg(x86_saved_state_t *, uint_t);
269 uint_t start = 0;
403 uint_t mod = FASTTRAP_MODRM_MOD(instr[start + 1]);
404 uint_t reg = FASTTRAP_MODRM_REG(instr[start + 1]);
405 uint_t rm = FASTTRAP_MODRM_RM(instr[start + 1]);
408 uint_t i, sz;
429 uint_t index = FASTTRAP_SIB_INDEX(sib);
430 uint_t base = FASTTRAP_SIB_BASE(sib);
597 uint_t mod = FASTTRAP_MODRM_MOD(instr[rmindex]);
598 uint_t re
[all...]
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_ident.c631 uint_t min, uint_t max)
691 uint_t nextid = dhp->dh_minid;
730 dt_idhash_nextid(dt_idhash_t *dhp, uint_t *p)
753 ushort_t flags, uint_t id, dtrace_attribute_t attr, uint_t vers,
894 dt_ident_create(const char *name, ushort_t kind, ushort_t flags, uint_t id,
895 dtrace_attribute_t attr, uint_t vers,
1020 dt_idkind_name(uint_t kind)
H A Ddt_provider.c44 dt_provider_insert(dtrace_hdl_t *dtp, dt_provider_t *pvp, uint_t h)
58 uint_t h = dt_strtab_hash(name, NULL) % dtp->dt_provbuckets;
121 uint_t h;
389 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc)
394 uint_t i;
515 uint_t *noffs, *maxoffs;
574 uint_t new_max = *maxoffs * 2;
604 dt_probe_tag(dt_probe_t *prp, uint_t argn, dt_node_t *dnp)
H A Ddt_parser.c324 uint_t lkind = ctf_type_kind(lfp, lbase);
327 uint_t rkind = ctf_type_kind(rfp, rbase);
331 uint_t lrank, rrank;
661 uint_t kind = ctf_type_kind(fp, base);
741 dt_node_resolve(const dt_node_t *dnp, uint_t idkind)
798 uint_t kind;
818 uint_t kind;
837 uint_t kind;
858 uint_t kind;
877 uint_t kin
[all...]
H A Ddt_printf.c104 uint_t kind;
124 uint_t kind = ctf_type_kind(ctfp, base);
646 uint_t n = _dtrace_strbuckets;
663 uint_t h;
723 uint_t i;
744 uint_t h = dt_strtab_hash(name, NULL) % pdi->pdi_nbuckets;
786 uint_t namelen = 0;
977 dt_printf_validate(dt_pfargv_t *pfv, uint_t flags,
1185 uint_t nrecs, const void *buf, size_t len, int *ip)
1260 const dtrace_recdesc_t *recs, uint_t nrec
[all...]
H A Ddt_decl.c326 dt_node_t *flist, const char *kind, uint_t flags)
475 dt_decl_sou(uint_t kind, char *name)
481 uint_t flag;
531 uint_t kind;
615 cte.cte_bits = (uint_t)dnp->dn_value;
678 uint_t flag;
836 uint_t flag;
964 (uint_t)ddp->dd_node->dn_value : 0;
H A Ddt_xlator.c103 uint_t kind;
238 uint_t i;
265 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base);
H A Ddt_buf.c98 uint_t r = 1;
H A Ddt_pcb.c111 uint_t i;
/macosx-10.10.1/dtrace-147/libelf/
H A Derror.c191 elferr = (int)((uint_t)err >> ELFERRSHIFT);
/macosx-10.10.1/dtrace-147/sys/
H A Dbitmap.h132 (BT_BITOUL32(nbits) * sizeof (uint_t))
H A Dmachelf.h174 #define EC_WORD(a) ((uint_t)(a))
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddtrace_impl.h1093 uint_t dthps_nprovs; /* count of providers */
1094 uint_t dthps_maxprovs; /* provider array size */
1220 uint_t dtpv_defunct; /* boolean: defunct provider */
1326 extern uint64_t dtrace_getreg(struct regs *, uint_t);
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctf.c120 uint_t
290 uint_t encoding;
291 uint_t data;
616 uint_t cur = ctf_buf_cur(buf);
1006 uint_t data;
1007 uint_t encoding;
1063 data = *((uint_t *)dptr);
1064 dptr += sizeof (uint_t);
1090 data = *((uint_t *)dptr);
1091 dptr += sizeof (uint_t);
[all...]
H A Ddump.c148 ref_to_str(uint_t name, const ctf_header_t *hp, const ctf_data_t *cd)
169 int_encoding_to_str(uint_t encoding)
192 fp_encoding_to_str(uint_t encoding)
593 uint_t encoding = *((const uint_t *)u.ptr);
602 vlen = sizeof (uint_t);
607 uint_t encoding = *((const uint_t *)u.ptr);
616 vlen = sizeof (uint_t);
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_parse.c75 const char *, const char *, char *, uint_t);
84 const char *, hiernode *, const char *, uint_t, bool_t);
86 const char *, struct mapent **, uint_t,
90 const char *, struct mapent **, uint_t i,
106 static struct mapent *do_mapent_hosts(const char *, const char *, uint_t,
110 static struct mapent *do_mapent_fstab(const char *, const char *, uint_t,
112 static struct mapent *do_mapent_static(const char *, uint_t, int *);
171 * const char *subdir, uint_t isdirect, int *node_type,
190 const char *subdir, uint_t isdirect, int *node_type,
441 * char *defaultopts, uint_t isdirec
[all...]
H A Dautod_readdir.c56 static int rddir_cache_enter(const char *map, uint_t bucket_size,
373 uint_t total_bytes_wanted;
376 uint_t outcount = 0;
482 rddir_cache_enter(const char *map, uint_t bucket_size,
/macosx-10.10.1/ntp-92/libopts/compat/
H A Dcompat.h324 typedef unsigned int uint_t; typedef
/macosx-10.10.1/ntp-92/sntp/libopts/compat/
H A Dcompat.h324 typedef unsigned int uint_t; typedef

Completed in 306 milliseconds

12345