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

/xnu-2782.1.97/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...]
/xnu-2782.1.97/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...]
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c3017 dtrace_provider_t *pv; local
3020 pv = mstate->dtms_probe->dtpr_provider;
3021 if (pv->dtpv_pops.dtps_getargval != NULL)
3022 val = pv->dtpv_pops.dtps_getargval(pv->dtpv_arg,

Completed in 106 milliseconds