Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c907 fmd_asru_link_t *alp, **alps, **alpp; in fmd_asru_al_hash_apply() local
912 alps = alpp = fmd_alloc(ahp->ah_al_count * sizeof (fmd_asru_link_t *), in fmd_asru_al_hash_apply()
922 ASSERT(alpp == alps + alpc); in fmd_asru_al_hash_apply()
926 func(alps[i], arg); in fmd_asru_al_hash_apply()
927 fmd_asru_al_hash_release(ahp, alps[i]); in fmd_asru_al_hash_apply()
930 fmd_free(alps, alpc * sizeof (fmd_asru_link_t *)); in fmd_asru_al_hash_apply()
938 fmd_asru_link_t *alp, **alps, **alpp; in fmd_asru_do_hash_apply() local
964 ASSERT(alpp == alps + alpc); in fmd_asru_do_hash_apply()
968 func(alps[i], arg); in fmd_asru_do_hash_apply()
969 fmd_asru_al_hash_release(ahp, alps[i]); in fmd_asru_do_hash_apply()
[all …]