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; local
125 hrp = SLIST_FIRST(&hf.hfi_head);
126 while (hrp) {
127 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)hrp) == -1) {
128 mdb_warn("couldn't read hook register at %p", hrp);
133 hrp);
153 mdb_printf("%0?p %10x %20s\n", hrp, hp.he_flags, hprstr);
154 hrp = SLIST_NEXT(&hr, hei_entry);
/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) argument
106 if (hrp != NULL)
107 *hrp = hrtbase;

Completed in 67 milliseconds