Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1382 caddr_t elements_tmp; in exportfs() local
1396 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()