Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1614 caddr_t elements_tmp; in exportfs() local
1628 elements_tmp = kmem_alloc(mech_tmp->length, KM_SLEEP); in exportfs()
1629 if (copyin(mech_tmp->elements, elements_tmp, in exportfs()
1631 kmem_free(elements_tmp, mech_tmp->length); in exportfs()
1636 mech_tmp->elements = elements_tmp; in exportfs()