Searched refs:fmd_asru_hash_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_asru.h | 139 } fmd_asru_hash_t; typedef 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 *, const char *, [all …]
|
H A D | fmd_asru.c | 66 fmd_asru_strhash(fmd_asru_hash_t *ahp, const char *val) in fmd_asru_strhash() 72 fmd_asru_strcmp(fmd_asru_hash_t *ahp, const char *a, const char *b) in fmd_asru_strcmp() 78 fmd_asru_create(fmd_asru_hash_t *ahp, const char *uuid, in fmd_asru_create() 117 fmd_asru_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_t *ap) in fmd_asru_hash_insert() 143 fmd_asru_hash_lookup(fmd_asru_hash_t *ahp, const char *name) in fmd_asru_hash_lookup() 232 fmd_asru_asru_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, in fmd_asru_asru_hash_insert() 244 fmd_asru_case_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, in fmd_asru_case_hash_insert() 255 fmd_asru_fru_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, char *name) in fmd_asru_fru_hash_insert() 265 fmd_asru_label_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, in fmd_asru_label_hash_insert() 276 fmd_asru_rsrc_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_link_t *alp, in fmd_asru_rsrc_hash_insert() [all …]
|
H A D | fmd_mdb.c | 1016 fmd_asru_hash_t ah; in asru_walk_init() 1070 fmd_asru_hash_t ah; in al_walk_init()
|
H A D | fmd_case.c | 912 fmd_asru_hash_t *ahp = fmd.d_asrus; in fmd_case_convict()
|
H A D | fmd_api.c | 2203 fmd_asru_hash_t *ahp = fmd.d_asrus; in fmd_nvl_fmri_has_fault()
|