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.h51 } fmd_timeops_t; typedef in typeref:struct:fmd_timeops
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;
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;

Completed in 64 milliseconds