Searched refs:pplu (Results 1 – 1 of 1) sorted by relevance
1057 void **pplu; in stmf_add_ent_to_map() local1060 pplu = (void **)kmem_zalloc(m * sizeof (void *), KM_SLEEP); in stmf_add_ent_to_map()1061 bcopy(lm->lm_plus, pplu, in stmf_add_ent_to_map()1064 lm->lm_plus = pplu; in stmf_add_ent_to_map()1099 void **pplu; in stmf_remove_ent_from_map() local1102 pplu = (void **)kmem_zalloc(m * sizeof (void *), KM_SLEEP); in stmf_remove_ent_from_map()1103 bcopy(lm->lm_plus, pplu, m * sizeof (void *)); in stmf_remove_ent_from_map()1105 lm->lm_plus = pplu; in stmf_remove_ent_from_map()