Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c379 size_t absz; in nfsauth_retrieve() local
416 if ((absz = xdr_sizeof(xdr_varg, &varg)) == 0) { in nfsauth_retrieve()
421 abuf = (caddr_t)kmem_alloc(absz, KM_SLEEP); in nfsauth_retrieve()
422 xdrmem_create(&xdrs, abuf, absz, XDR_ENCODE); in nfsauth_retrieve()
440 da.data_size = absz; in nfsauth_retrieve()
469 kmem_free(abuf, absz); in nfsauth_retrieve()
611 kmem_free(abuf, absz); in nfsauth_retrieve()
617 kmem_free(abuf, absz); in nfsauth_retrieve()