Searched defs:Hptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c53 static L_hdr *Hptr; /* profile buffer header pointer */ variable
324 Hptr = (L_hdr *)addr;
327 (void) prof_mutex_init((lwp_mutex_t *)&Hptr->hd_mutex);
329 (void) prof_mutex_lock((mutex_t *)&Hptr->hd_mutex, &mask);
330 if (Hptr->hd_hpc) {
331 if (Hptr->hd_hpc != (caddr_t)(hpc - lpc)) {
334 (void) prof_mutex_unlock((mutex_t *)&Hptr->
336 (void) munmap((caddr_t)Hptr, Fsize);
344 Hptr->hd_magic = (unsigned int)PRF_MAGIC;
346 Hptr
[all...]

Completed in 44 milliseconds