Home
last modified time | relevance | path

Searched refs:ah_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.h136 uint_t ah_count; /* count of separate rsrcs in hash */ member
H A Dfmd_asru.c124 ahp->ah_count++; in fmd_asru_hash_insert()
836 ahp->ah_count = 0; in fmd_asru_hash_create()
883 aps = app = fmd_alloc(ahp->ah_count * sizeof (fmd_asru_t *), FMD_SLEEP); in fmd_asru_hash_apply()
884 apc = ahp->ah_count; in fmd_asru_hash_apply()
1220 ASSERT(ahp->ah_count != 0); in fmd_asru_hash_delete_case()
1221 ahp->ah_count--; in fmd_asru_hash_delete_case()