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

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

Completed in 69 milliseconds