Home
last modified time | relevance | path

Searched refs:fmd_timeops_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.h51 } fmd_timeops_t; typedef
61 extern const fmd_timeops_t fmd_timeops_native;
62 extern const fmd_timeops_t fmd_timeops_simulated;
H A Dfmd_time.c80 const fmd_timeops_t *ftop = fmd.d_clockops; in fmd_time_sync()
375 const fmd_timeops_t fmd_timeops_native = {
385 const fmd_timeops_t fmd_timeops_simulated = {
H A Dfmd.h87 const fmd_timeops_t *d_clockops; /* system clock ops vector */
H A Dfmd.c186 const fmd_timeops_t *ops; in fmd_clkmode_set()