Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c351 size_t absz; in nfsauth_retrieve() local
388 if ((absz = xdr_sizeof(xdr_varg, &varg)) == 0) { in nfsauth_retrieve()
393 abuf = (caddr_t)kmem_alloc(absz, KM_SLEEP); in nfsauth_retrieve()
394 xdrmem_create(&xdrs, abuf, absz, XDR_ENCODE); in nfsauth_retrieve()
412 da.data_size = absz; in nfsauth_retrieve()
441 kmem_free(abuf, absz); in nfsauth_retrieve()
578 kmem_free(abuf, absz); in nfsauth_retrieve()
584 kmem_free(abuf, absz); in nfsauth_retrieve()