Searched refs:smb_free (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_alloc.c | 48 static void smb_free(smb_request_t *, void *, boolean_t); 100 smb_free(NULL, ptr, B_FALSE); in smb_mem_free() 111 smb_free(NULL, ptr, B_TRUE); in smb_mem_zfree() 149 smb_free(sr, ++smh, B_FALSE); in smb_srm_fini() 253 smb_free(smb_request_t *sr, void *ptr, boolean_t zero) in smb_free() function 298 smb_free(sr, ptr, zero); in smb_realloc() 311 smb_free(sr, ptr, zero); in smb_realloc()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | smb_dev.c | 181 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open() 186 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open() 196 smb_free(stbuf, smbe_stlen); in smbios_open() 197 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open() 209 smb_free(ep, SMB_ENTRY_MAXLEN); in smbios_open()
|
/illumos-gate/usr/src/common/smbios/ |
H A D | smb_open.c | 361 smb_free(shp->sh_structs[i].smbst_strtab, in smbios_close() 365 smb_free(shp->sh_structs, sizeof (smb_struct_t) * shp->sh_ent_stnum); in smbios_close() 366 smb_free(shp->sh_hash, sizeof (smb_struct_t *) * shp->sh_hashlen); in smbios_close() 369 smb_free((void *)shp->sh_buf, shp->sh_buflen); in smbios_close() 371 smb_free(shp, sizeof (smbios_hdl_t)); in smbios_close()
|
H A D | smb_info.c | 686 smb_free(ent, sz); in smbios_info_chassis_elts_free() 903 smb_free(peer, sz); in smbios_info_slot_peers_free() 1653 smb_free(csp, size); in smbios_info_extmemdevice_cs_free() 2171 smb_free(comps, sz); in smbios_info_fwinfo_comps_free() 2203 smb_free(ent->smbai_data, ent->smbai_dlen); in smbios_info_addinfo_ent_free() 2206 smb_free(ent, sizeof (smbios_addinfo_ent_t)); in smbios_info_addinfo_ent_free() 2273 smb_free(entry, sizeof (smbios_addinfo_ent_t)); in smbios_info_addinfo_ent()
|
/illumos-gate/usr/src/lib/libsmbios/common/ |
H A D | smb_lib.c | 93 smb_free(stbuf, smbe_stlen); in smb_fileopen() 102 smb_free(stbuf, smbe_stlen); in smb_fileopen() 232 smb_free(stbuf, smbe_stlen); in smb_biosopen()
|
H A D | smb_subr.c | 73 smb_free(void *buf, size_t len) in smb_free() function
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | smb_subr.c | 58 smb_free(void *buf, size_t len) in smb_free() function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | smbios_impl.h | 854 extern void smb_free(void *, size_t);
|