Searched refs:elements_tmp (Results 1 – 1 of 1) sorted by relevance
1382 caddr_t elements_tmp; in exportfs() local1396 elements_tmp = kmem_alloc(mech_tmp->length, KM_SLEEP); in exportfs()1397 if (copyin(mech_tmp->elements, elements_tmp, in exportfs()1399 kmem_free(elements_tmp, mech_tmp->length); in exportfs()1404 mech_tmp->elements = elements_tmp; in exportfs()