Home
last modified time | relevance | path

Searched refs:asru_next (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h54 struct fmd_asru *asru_next; /* next asru on hash chain */ member
H A Dfmd_asru.c122 ap->asru_next = ahp->ah_hash[h]; in fmd_asru_hash_insert()
151 for (ap = ahp->ah_hash[h]; ap != NULL; ap = ap->asru_next) { in fmd_asru_hash_lookup()
887 for (ap = ahp->ah_hash[i]; ap != NULL; ap = ap->asru_next) in fmd_asru_hash_apply()
1225 apnextp = &ap2->asru_next; in fmd_asru_hash_delete_case()
H A Dfmd_mdb.c1033 "fmd_asru", sizeof (fmd_asru_t), OFFSETOF(fmd_asru_t, asru_next))); in asru_walk_init()