Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h67 } fmd_asru_t; typedef
126 fmd_asru_t **ah_hash; /* hash bucket array for asrus */
147 void (*)(fmd_asru_t *, void *), void *);
161 extern fmd_asru_t *fmd_asru_hash_lookup_name(fmd_asru_hash_t *, const char *);
164 extern void fmd_asru_hash_release(fmd_asru_hash_t *, fmd_asru_t *);
231 extern int fmd_asru_getstate(fmd_asru_t *);
H A Dfmd_asru.c77 static fmd_asru_t *
81 fmd_asru_t *ap = fmd_zalloc(sizeof (fmd_asru_t), FMD_SLEEP); in fmd_asru_create()
103 fmd_asru_destroy(fmd_asru_t *ap) in fmd_asru_destroy()
113 fmd_free(ap, sizeof (fmd_asru_t)); in fmd_asru_destroy()
117 fmd_asru_hash_insert(fmd_asru_hash_t *ahp, fmd_asru_t *ap) in fmd_asru_hash_insert()
127 static fmd_asru_t *
128 fmd_asru_hold(fmd_asru_t *ap) in fmd_asru_hold()
142 fmd_asru_t *
145 fmd_asru_t *ap; in fmd_asru_hash_lookup()
309 fmd_asru_t *ap = alp->al_asru; in fmd_asru_al_hold()
[all …]
H A Dfmd_rpc_adm.c348 fmd_adm_rsrclist_asru(fmd_asru_t *ap, void *arg) in fmd_adm_rsrclist_asru()
429 fmd_asru_t *ap; in fmd_adm_rsrcinfo_1_svc()
H A Dfmd_mdb.c1026 "fmd_asru", sizeof (fmd_asru_t), OFFSETOF(fmd_asru_t, asru_next))); in asru_walk_init()
1033 fmd_asru_t a; in fmd_asru()