Searched refs:hrp (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/hook/ |
H A D | hook.c | 112 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()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_time.c | 78 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()
|