Searched refs:alps (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_asru.c | 907 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 954 alps = alpp = fmd_alloc(alpc * sizeof (fmd_asru_link_t *), FMD_SLEEP); in fmd_asru_do_hash_apply() 964 ASSERT(alpp == alps + alpc); in fmd_asru_do_hash_apply() 968 func(alps[i], arg); in fmd_asru_do_hash_apply() [all …]
|