Searched refs:pplu (Results 1 – 1 of 1) sorted by relevance
1087 void **pplu; in stmf_add_ent_to_map() local1090 pplu = (void **)kmem_zalloc(m * sizeof (void *), KM_SLEEP); in stmf_add_ent_to_map()1091 bcopy(lm->lm_plus, pplu, in stmf_add_ent_to_map()1094 lm->lm_plus = pplu; in stmf_add_ent_to_map()1125 void **pplu; in stmf_remove_ent_from_map() local1128 pplu = (void **)kmem_zalloc(m * sizeof (void *), KM_SLEEP); in stmf_remove_ent_from_map()1129 bcopy(lm->lm_plus, pplu, m * sizeof (void *)); in stmf_remove_ent_from_map()1131 lm->lm_plus = pplu; in stmf_remove_ent_from_map()