Searched refs:alpc (Results 1 – 1 of 1) sorted by relevance
908 uint_t alpc, i; in fmd_asru_al_hash_apply() local914 alpc = ahp->ah_al_count; in fmd_asru_al_hash_apply()922 ASSERT(alpp == alps + alpc); in fmd_asru_al_hash_apply()925 for (i = 0; i < alpc; i++) { in fmd_asru_al_hash_apply()930 fmd_free(alps, alpc * sizeof (fmd_asru_link_t *)); in fmd_asru_al_hash_apply()939 uint_t alpc = 0, i; in fmd_asru_do_hash_apply() local952 alpc++; in fmd_asru_do_hash_apply()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()967 for (i = 0; i < alpc; i++) { in fmd_asru_do_hash_apply()[all …]