Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c1040 size_t cbufalloc, inlen, outsize; in smb_get_dstring() local
1058 cbufalloc = 0; in smb_get_dstring()
1061 cbufalloc = insize + 2; in smb_get_dstring()
1062 cbuf = kmem_alloc(cbufalloc, KM_SLEEP); in smb_get_dstring()
1097 if (cbufalloc != 0) in smb_get_dstring()
1098 kmem_free(cbuf, cbufalloc); in smb_get_dstring()
1115 size_t cbufalloc, inlen, outlen; in smb_put_dmem() local
1141 cbufalloc = 0; in smb_put_dmem()
1146 cbufalloc = outlen * 2; in smb_put_dmem()
1147 cbuf = kmem_alloc(cbufalloc, KM_SLEEP); in smb_put_dmem()
[all …]