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

12345

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dipc_misc.c208 uint_t i;
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c144 static uint_t fasttrap_cleanup_work;
176 static int fasttrap_tracepoint_enable(proc_t *, fasttrap_probe_t *, uint_t);
177 static void fasttrap_tracepoint_disable(proc_t *, fasttrap_probe_t *, uint_t);
254 static uint_t
258 uint_t hval = 0;
583 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index)
756 fasttrap_tracepoint_disable(proc_t *p, fasttrap_probe_t *probe, uint_t index)
835 uint_t tmp_index;
1505 if (snprintf(provname, sizeof (provname), "%s%u", name, (uint_t)pid) >=
1923 "process %u", dhpv->dthpv_provname, (uint_t)pi
[all...]
H A Ddtrace_glue.c677 uint_t nelements;
680 kern_return_t _dtrace_register_anon_DOF(char *, uchar_t *, uint_t);
683 _dtrace_register_anon_DOF(char *name, uchar_t *data, uint_t nelements)
707 ddi_prop_lookup_int_array(dev_t match_dev, dev_info_t *dip, uint_t flags,
708 const char *name, int **data, uint_t *nelements)
978 int maxalloc, uint_t flags)
986 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags)
H A Ddtrace.c410 uint_t intr = ml_at_interrupt_context(); /* Note: just one measly bit */ \
1106 uint_t len;
1617 dtrace_dynvar(dtrace_dstate_t *dstate, uint_t nkeys,
1629 uint_t i;
3387 dtrace_dif_subr(uint_t subr, uint_t rd, uint64_t *regs,
4722 const uint_t textlen = difo->dtdo_len;
4739 uint_t pc = 0, id, opc = 0;
4742 uint_t r1, r2, rd;
5116 ASSERT(id < (uint_t)vstat
[all...]
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_open.c227 &dt_idops_type, "uint_t" },
255 &dt_idops_type, "uint_t" },
265 &dt_idops_type, "uint_t" },
527 { "unsigned", "uint_t" },
555 { "unsigned", "uint_t" },
682 uint_t _dtrace_strsize = 256; /* default size of string intrinsic type */
683 uint_t _dtrace_stkindent = 14; /* default whitespace indent for stack/ustack */
684 uint_t _dtrace_pidbuckets = 64; /* default number of pid hash buckets */
685 uint_t _dtrace_pidlrulim = 8; /* default number of pid handles to cache */
697 uint_t df_ent
[all...]
H A Ddt_consume.c601 uint_t len = 40, i, whole, partial;
605 whole = (uint_t)f;
606 partial = (uint_t)((f - (long double)(uint_t)f) *
641 uint_t depth, len = 40;
660 depth = (uint_t)(f + 0.5);
671 depth = (uint_t)(f + 0.5);
689 depth = (uint_t)(f + 0.5);
755 return (dt_printf(dtp, fp, "%c", neg[(uint_t)(val + 0.5)]));
770 return (dt_printf(dtp, fp, "%c", ascii[(uint_t)(va
[all...]
H A Ddt_pid.c57 uint_t dpp_nmatches;
60 uint_t dpp_last_taken;
116 uint_t nmatches = 0;
372 uint_t nmatches = pp->dpp_nmatches;
H A Ddt_strtab.c64 uint_t nbuckets = _dtrace_strbuckets;
H A Ddt_proc.c426 dt_proc_create_thread(dtrace_hdl_t *dtp, dt_proc_t *dpr, uint_t stop)
539 uint_t h = pid & (dph->dph_hashlen - 1);
H A Ddt_subr.c375 uint_t M = DT_VERSION_MAJOR(v);
376 uint_t m = DT_VERSION_MINOR(v);
377 uint_t u = DT_VERSION_MICRO(v);
H A Ddt_cc.c123 uint_t, int, char *const[], FILE *, const char *);
297 dt_action_difconst(dtrace_actdesc_t *ap, uint_t id, dtrace_actkind_t kind)
1310 uint_t n = 1, argmax;
2432 uint_t cflags, int argc, char *const argv[], FILE *fp, const char *s)
2602 dtrace_probespec_t spec, uint_t cflags, int argc, char *const argv[])
2610 uint_t cflags, int argc, char *const argv[])
H A Ddt_isadep_x86.c469 uint_t cpu_mode;
H A Ddt_program.c71 uint_t i;
/macosx-10.10.1/libunwind-35.3/src/
H A DAddressSpace.hpp292 typedef typename P::uint_t pint_t;
337 typename P::uint_t OtherAddressSpace<P>::getP(pint_t addr)
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp78 typedef typename A::P::uint_t pint_t;
313 typename A::P::uint_t Rebaser<A>::maskedVMAddress(pint_t vmaddress)
320 typename A::P::uint_t Rebaser<A>::getSlideForVMAddress(pint_t vmaddress)
335 typename A::P::uint_t* Rebaser<A>::mappedAddressForVMAddress(pint_t vmaddress)
349 typename A::P::uint_t* Rebaser<A>::mappedAddressForNewAddress(pint_t vmaddress)
362 typename A::P::uint_t Rebaser<A>::getSlideForNewAddress(pint_t newAddress)
375 typename A::P::uint_t* Rebaser<A>::mappedAddressForRelocAddress(pint_t r_address)
H A DMachOBinder.hpp91 typedef typename A::P::uint_t pint_t;
155 typename A::P::uint_t Binder<A>::runtimeAddressFromNList(const macho_nlist<P>* sym)
983 typename A::P::uint_t Binder<A>::resolveUndefined(const macho_nlist<P>* undefinedSymbol)
1095 typename A::P::uint_t Binder<A>::findLazyPointerFor(const char* symbolName)
/macosx-10.10.1/dtrace-147/plockstat/
H A Dplockstat.c563 if ((*(uint_t *)arg)++ >= g_nent)
750 uint_t nent = 0;
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dipc_doors.c77 static void do_request(void *, char *, size_t, door_desc_t *, uint_t);
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_lookup.c325 ctf_func_args(ctf_file_t *fp, ulong_t symidx, uint_t argc, ctf_id_t *argv)
/macosx-10.10.1/dtrace-147/lockstat/
H A Dlockstat.c1189 if ((uint_t)ev1 >= LS_MAX_EVENTS ||
1190 (uint_t)ev2 >= LS_MAX_EVENTS || ev1 > ev2)
1811 uint_t depth = (lsp->ls_hist[j] * 30) / total_bin_count;
1817 (uint_t)(((uint64_t)lsp->ls_hist[j] * NANOSEC) /
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Ddwarf.c149 uint_t dw_nunres; /* count of unresolved types */
1382 uint_t fsm_enc[3]; /* CTF_FP_* for {bare,cplx,imagry} type */
1396 static uint_t
1400 uint_t szidx = dw->dw_ptrsz == sizeof (uint64_t);
1401 uint_t mult = 1, col = 0;
/macosx-10.10.1/autofs-246/automountd/
H A Dnfs_cast.c455 xdrmem_create(xdrs, (uint8_t *) inbuf, (uint_t)len, XDR_DECODE);
/macosx-10.10.1/dtrace-147/libelf/
H A Dupdate.c144 uint_t _elf_sys_encoding(void);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DmDNSUNP.c617 pktp->ipi_ifindex = *(uint_t*)sdl;
/macosx-10.10.1/ntp-92/libopts/
H A Dautoopts.c411 shortOptionFind( tOptions* pOpts, uint_t optValue, tOptState* pOptState )

Completed in 505 milliseconds

12345