Home
last modified time | relevance | path

Searched refs:fmd_asru_hash_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h139 } fmd_asru_hash_t; typedef
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 *,
154 extern void fmd_asru_hash_apply_by_fru(fmd_asru_hash_t *, const char *,
162 extern fmd_asru_link_t *fmd_asru_hash_create_entry(fmd_asru_hash_t *,
164 extern void fmd_asru_hash_release(fmd_asru_hash_t *, fmd_asru_t *);
[all …]
H A Dfmd_asru.c66 fmd_asru_strhash(fmd_asru_hash_t *ahp, const char *val) in fmd_asru_strhash()
78 fmd_asru_create(fmd_asru_hash_t *ahp, const char *uuid, in fmd_asru_create()
645 fmd_asru_hash_refresh(fmd_asru_hash_t *ahp) in fmd_asru_hash_refresh()
706 fmd_asru_hash_replay(fmd_asru_hash_t *ahp) in fmd_asru_hash_replay()
810 fmd_asru_hash_t *
813 fmd_asru_hash_t *ahp; in fmd_asru_hash_create()
816 ahp = fmd_alloc(sizeof (fmd_asru_hash_t), FMD_SLEEP); in fmd_asru_hash_create()
844 fmd_asru_hash_destroy(fmd_asru_hash_t *ahp) in fmd_asru_hash_destroy()
867 fmd_free(ahp, sizeof (fmd_asru_hash_t)); in fmd_asru_hash_destroy()
875 fmd_asru_hash_apply(fmd_asru_hash_t *ahp, in fmd_asru_hash_apply()
[all …]
H A Dfmd_mdb.c1016 fmd_asru_hash_t ah; in asru_walk_init()
1070 fmd_asru_hash_t ah; in al_walk_init()
H A Dfmd_case.c912 fmd_asru_hash_t *ahp = fmd.d_asrus; in fmd_case_convict()
H A Dfmd_api.c2203 fmd_asru_hash_t *ahp = fmd.d_asrus; in fmd_nvl_fmri_has_fault()