Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c1057 void **pplu; in stmf_add_ent_to_map() local
1060 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() local
1102 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()