Searched refs:MEM_FREE (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | alloc.h | 66 #define MEM_FREE(AREA, PTR) free(PTR) macro 77 #define MEM_FREE(AREA, PTR) smb_mem_free(PTR)
|
H A D | mbuf.h | 254 MEM_FREE("mbuf", m); \
|
/titanic_44/usr/src/common/smbsrv/ |
H A D | smb_door_legacy.c | 67 MEM_FREE("CommonDoor", ctx); in smb_dr_decode_finish() 96 MEM_FREE("CommonDoor", ctx); in smb_dr_encode_finish() 230 MEM_FREE("CommonDoor", buf); in smb_dr_free_string()
|
H A D | smb_oem.c | 364 MEM_FREE("oem", oemcpg->oempage.value); in oem_codepage_setup()
|
H A D | smb_string.c | 406 MEM_FREE("unicode", unicode); in smb_unicode_init()
|
H A D | smb_xdr.c | 576 MEM_FREE("xdr", node); in smb_list_xdr()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_util.c | 398 MEM_FREE("mbuf", p); in mclref()
|