Searched defs:fmd_asru_hash_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h139 } fmd_asru_hash_t; typedef in typeref:struct:fmd_asru_hash
141 extern fmd_asru_hash_t *fmd_asru_hash_create(const char *, const char *);
142 extern void fmd_asru_hash_destroy(fmd_asru_hash_t *);
143 extern void fmd_asru_hash_refresh(fmd_asru_hash_t *);
144 extern void fmd_asru_hash_replay(fmd_asru_hash_t *);
146 extern void fmd_asru_hash_apply(fmd_asru_hash_t *,
148 extern void fmd_asru_al_hash_apply(fmd_asru_hash_t *,
150 extern void fmd_asru_hash_apply_by_asru(fmd_asru_hash_t *, const char *,
152 extern void fmd_asru_hash_apply_by_label(fmd_asru_hash_t *, const char *,
154 extern void fmd_asru_hash_apply_by_fru(fmd_asru_hash_t *, cons
[all...]

Completed in 103 milliseconds