Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1612 rpc_gss_OID mech_tmp; in exportfs() local
1618 mech_tmp = kmem_alloc(sizeof (*mech_tmp), KM_SLEEP); in exportfs()
1621 kmem_free(mech_tmp, sizeof (*mech_tmp)); in exportfs()
1625 mech_tmp->length = STRUCT_FGET(umech_tmp, length); in exportfs()
1626 mech_tmp->elements = STRUCT_FGETP(umech_tmp, elements); in exportfs()
1628 elements_tmp = kmem_alloc(mech_tmp->length, KM_SLEEP); in exportfs()
1629 if (copyin(mech_tmp->elements, elements_tmp, in exportfs()
1630 mech_tmp->length)) { in exportfs()
1631 kmem_free(elements_tmp, mech_tmp->length); in exportfs()
1632 kmem_free(mech_tmp, sizeof (*mech_tmp)); in exportfs()
[all …]