Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.h49 } fmd_timeops_t; typedef
59 extern const fmd_timeops_t fmd_timeops_native;
60 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()
380 const fmd_timeops_t fmd_timeops_native = {
390 const fmd_timeops_t fmd_timeops_simulated = {
H A Dfmd.h88 const fmd_timeops_t *d_clockops; /* system clock ops vector */
H A Dfmd.c186 const fmd_timeops_t *ops; in fmd_clkmode_set()