Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dalloc.h70 void *smb_mem_alloc(size_t);
75 #define MEM_MALLOC(AREA, SIZE) smb_mem_alloc(SIZE)
H A Dsmb_kproto.h942 void *smb_mem_alloc(size_t);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_alloc.c55 smb_mem_alloc(size_t size) in smb_mem_alloc() function
H A Dsmb_kshare.c1113 oem_name = smb_mem_alloc(length); in smb_kshare_oemname()
1114 unibuf = smb_mem_alloc(length * sizeof (smb_wchar_t)); in smb_kshare_oemname()
H A Dsmb_mbuf_marshaling.c1551 oembuf = smb_mem_alloc(oemmax); in mbc_marshal_get_oem_string()
1633 wcsbuf = smb_mem_alloc(wcsmax); in mbc_marshal_get_unicode_string()