Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c294 hdrp->hpc = highpc; in monitor()
384 sum.hpc = histp->monBuffer->hpc; in writeBlocks()
462 hdrp->hpc = 0; in _mnewblock()
/illumos-gate/usr/src/head/
H A Dmon.h57 char *hpc; member
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1701 xvdi_post_event(dev_info_t *dip, xendev_hotplug_cmd_t hpc) in xvdi_post_event() argument
1740 switch (hpc) { in xvdi_post_event()