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

/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-mk.c88 void _profile_error(struct profile_vars *pv) argument
100 struct profile_vars *pv; local
112 pv = PROFILE_VARS(0);
115 pv->debug = 1;
117 pv->page_size = PAGE_SIZE;
118 _profile_md_init(pv, PROFILE_GPROF, PROFILE_ALLOC_MEM_YES);
121 pv->profil_buf = _profile_alloc (pv, monsize, ACONTEXT_PROFIL);
122 pv->profil_info.highpc = highpc;
123 pv
[all...]
H A Dprofile-kgmon.c52 * Move all printfs into if (pv->debug) { ... } blocks.
53 * Add debug printfs protected by if (pv->debug) for all error conditions.
100 struct profile_vars *pv; local
149 pv = PROFILE_VARS(cpu);
171 if (count != sizeof(pv->active)) {
175 (long)sizeof(pv->active));
182 *p_ptr = (void *)&pv->active;
195 if (count != sizeof(pv->debug)) {
199 (long)sizeof(pv->active));
206 *p_ptr = (void *)&pv
[all...]
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c106 * If DEBUG_PROFILE is defined, set pv->debug to 1.
234 static void *_profile_md_acontext(struct profile_vars *pv,
286 void _profile_error(struct profile_vars *pv)
298 _profile_md_acontext(struct profile_vars *pv,
314 _profile_printf("_profile_md_acontext: pv= 0x%lx, ptr= 0x%lx, len= %6ld, type= %d\n",
315 (long)pv,
322 context->next = pv->acontext[type];
334 pv->stats.num_context[type]++;
335 pv->stats.wasted[type] += plist->bytes_free;
336 pv
285 _profile_error(struct profile_vars *pv) argument
296 _profile_md_acontext(struct profile_vars *pv, void *ptr, size_t len, acontext_type_t type) argument
348 _profile_md_init(struct profile_vars *pv, profile_type_t type, profile_alloc_mem_t alloc_mem) argument
547 _profile_reset_alloc(struct profile_vars *pv, acontext_type_t ac) argument
576 _profile_reset(struct profile_vars *pv) argument
628 _gprof_write(struct profile_vars *pv, struct callback *callback_ptr) argument
689 _prof_write(struct profile_vars *pv, struct callback *callback_ptr) argument
772 _profile_update_stats(struct profile_vars *pv) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c133 #define PV2ADDR(pv, eaddr) do { \
134 eaddr[0] = pv >> 40; \
135 eaddr[1] = pv >> 32; \
136 eaddr[2] = pv >> 24; \
137 eaddr[3] = pv >> 16; \
138 eaddr[4] = pv >> 8; \
139 eaddr[5] = pv >> 0; \
816 bstp_info_cmp(struct bstp_pri_vector *pv, argument
819 if (cpv->pv_root_id < pv->pv_root_id)
821 if (cpv->pv_root_id > pv
849 bstp_info_superior(struct bstp_pri_vector *pv, struct bstp_pri_vector *cpv) argument
863 struct bstp_pri_vector pv; local
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c2972 dtrace_provider_t *pv;
2975 pv = mstate->dtms_probe->dtpr_provider;
2976 if (pv->dtpv_pops.dtps_getargval != NULL)
2977 val = pv->dtpv_pops.dtps_getargval(pv->dtpv_arg,

Completed in 53 milliseconds