Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_idmap.c161 sib->sib_size = nmap * sizeof (smb_idmap_t); in smb_idmap_batch_create()
162 sib->sib_maps = malloc(sib->sib_size); in smb_idmap_batch_create()
166 bzero(sib->sib_maps, sib->sib_size); in smb_idmap_batch_create()
202 if (sib->sib_size && sib->sib_maps) { in smb_idmap_batch_destroy()
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_idmap.c164 sib->sib_size = nmap * sizeof (smb_idmap_t); in smb_idmap_batch_create()
165 sib->sib_maps = kmem_zalloc(sib->sib_size, KM_SLEEP); in smb_idmap_batch_create()
203 if (sib->sib_size && sib->sib_maps) { in smb_idmap_batch_destroy()
204 kmem_free(sib->sib_maps, sib->sib_size); in smb_idmap_batch_destroy()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_idmap.c185 sib->sib_size = nmap * sizeof (smb_idmap_t); in smb_idmap_batch_create()
186 sib->sib_maps = kmem_zalloc(sib->sib_size, KM_SLEEP); in smb_idmap_batch_create()
229 if (sib->sib_size && sib->sib_maps) in smb_idmap_batch_destroy()
230 kmem_free(sib->sib_maps, sib->sib_size); in smb_idmap_batch_destroy()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_idmap.h81 uint32_t sib_size; member