Home
last modified time | relevance | path

Searched refs:hrtp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/intel/io/pci/
H A Dpci_resource.c511 struct hrt_hdr *hrtp; in hrt_probe() local
514 if ((hrtp = (struct hrt_hdr *)find_sig((uchar_t *)0xF0000, in hrt_probe()
519 dprintf("Found PCI Hot-Plug Resource Table at %p\n", (void *)hrtp); in hrt_probe()
520 if (hrtp->hrt_ver != 1) { in hrt_probe()
524 hrt_entry_cnt = (int)hrtp->hrt_entry_cnt; in hrt_probe()
526 hrt_hpep = (struct php_entry *)(hrtp + 1); in hrt_probe()
/titanic_50/usr/src/uts/i86pc/io/
H A Dhrtimers.c72 hrtimes_t *hrtp; member
105 if (copyin((caddr_t)uap->hrtp,
117 (caddr_t)uap->hrtp, sizeof (hrtimes_t)))
/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c165 const fmd_timeval_t *ftv, hrtime_t *hrtp) in fmd_time_tod2hrt() argument
170 *hrtp = hrt_base - (tod_hrt - ftv_hrt); in fmd_time_tod2hrt()