Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhrtimers.c70 hrtimes_t *hrtp; member
103 if (copyin((caddr_t)uap->hrtp,
115 (caddr_t)uap->hrtp, sizeof (hrtimes_t)))
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c571 struct hrt_hdr *hrtp; in hrt_probe() local
574 if ((hrtp = (struct hrt_hdr *)find_sig((uchar_t *)0xF0000, in hrt_probe()
579 dprintf("Found PCI Hot-Plug Resource Table at %p\n", (void *)hrtp); in hrt_probe()
580 if (hrtp->hrt_ver != 1) { in hrt_probe()
584 hrt_entry_cnt = (uint_t)hrtp->hrt_entry_cnt; in hrt_probe()
586 hrt_hpep = (struct php_entry *)(hrtp + 1); in hrt_probe()
/illumos-gate/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()