Home
last modified time | relevance | path

Searched refs:hpc (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c166 caddr_t hpc; in profile_open() local
212 lpc = hpc = (caddr_t)lmp->l_addr; in profile_open()
243 if (_hpc > hpc) in profile_open()
244 hpc = _hpc; in profile_open()
246 if (lpc == hpc) { in profile_open()
276 Hpc = hpc = (caddr_t)PRF_ROUNDUP((long)hpc, sizeof (long)); in profile_open()
279 msize = (size_t)(hpc - lpc); in profile_open()
331 if (Hptr->hd_hpc != (caddr_t)(hpc - lpc)) { in profile_open()
350 Hptr->hd_hpc = (caddr_t)(hpc - lpc); in profile_open()
/titanic_50/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c52 caddr_t lpc, hpc; in add_object() local
60 lpc = hpc = (caddr_t)lmp->l_addr; in add_object()
69 ((_hpc = phdr->p_vaddr + phdr->p_memsz + lpc) > hpc)) in add_object()
70 hpc = _hpc; in add_object()
73 op->o_hpc = hpc; in add_object()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dmon.c296 hdrp->hpc = highpc; in monitor()
386 sum.hpc = histp->monBuffer->hpc; in writeBlocks()
464 hdrp->hpc = 0; in _mnewblock()
/titanic_50/usr/src/lib/libbc/csu/common/
H A Dmon.h29 char *hpc; member
H A Dmon.c179 php->hpc = (char *)highpc; /* region of the buffer */ in monitor()
/titanic_50/usr/src/head/
H A Dmon.h57 char *hpc; member
/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dprof.c586 pc_h = head.hpc; /* First address past range of profiling. */ in main()
/titanic_50/usr/src/uts/common/xen/os/
H A Dxvdi.c1693 xvdi_post_event(dev_info_t *dip, xendev_hotplug_cmd_t hpc) in xvdi_post_event() argument
1732 switch (hpc) { in xvdi_post_event()