Home
last modified time | relevance | path

Searched refs:hrp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c112 hook_event_int_t hr, *hrp; in hookeventlist() local
125 hrp = SLIST_FIRST(&hf.hfi_head); in hookeventlist()
126 while (hrp) { in hookeventlist()
127 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)hrp) == -1) { in hookeventlist()
128 mdb_warn("couldn't read hook register at %p", hrp); in hookeventlist()
133 hrp); in hookeventlist()
153 mdb_printf("%0?p %10x %20s\n", hrp, hp.he_flags, hprstr); in hookeventlist()
154 hrp = SLIST_NEXT(&hr, hei_entry); in hookeventlist()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c78 fmd_time_sync(fmd_timeval_t *ftv, hrtime_t *hrp, uint_t samples) in fmd_time_sync() argument
106 if (hrp != NULL) in fmd_time_sync()
107 *hrp = hrtbase; in fmd_time_sync()