Searched refs:smb_mem_header_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_alloc.c34 #define SMB_MEM2SMH(_mem_) ((smb_mem_header_t *)(_mem_) - 1)
41 } smb_mem_header_t; typedef in typeref:struct:smb_mem_header
131 list_create(&sr->sr_storage, sizeof (smb_mem_header_t),
132 offsetof(smb_mem_header_t, smh_lnd));
142 smb_mem_header_t *smh;
220 smb_mem_header_t *smh;
223 smh = kmem_zalloc(size + sizeof (smb_mem_header_t), KM_SLEEP);
225 smh = kmem_alloc(size + sizeof (smb_mem_header_t), KM_SLEEP);
251 smb_mem_header_t *smh;
265 kmem_free(smh, smh->smh_size + sizeof (smb_mem_header_t));
[all...]

Completed in 69 milliseconds