Searched refs:pc_t (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dlocks_i386.c135 typedef void *pc_t; typedef
140 #define DECL_PC(pc) pc_t pc;
161 void usld_lock_pre(usimple_lock_t, pc_t);
162 void usld_lock_post(usimple_lock_t, pc_t);
163 void usld_unlock(usimple_lock_t, pc_t);
164 void usld_lock_try_pre(usimple_lock_t, pc_t);
165 void usld_lock_try_post(usimple_lock_t, pc_t);
444 void usl_trace(usimple_lock_t, int, pc_t, const char *);
497 pc_t pc)
536 pc_t p
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Ddtrace_isa.c657 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes,
678 pcstack[depth++] = (pc_t)intrpc;
712 pcstack[depth++] = (pc_t)caller;
717 pcstack[depth++] = (pc_t)pc;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddtrace_glue.h517 typedef uintptr_t pc_t; typedef
H A Ddtrace_impl.h1329 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c3155 pc_t caller[2];
3171 pc_t caller;
6835 dtrace_getpcstack((pc_t *)(tomax + valoffs),
6836 size / sizeof (pc_t), probe->dtpr_aframes,
6840 dtrace_getpcstack((pc_t *)(tomax + valoffs),
6841 size / sizeof (pc_t), probe->dtpr_aframes,
10893 size = nframes * sizeof (pc_t);

Completed in 116 milliseconds