Home
last modified time | relevance | path

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

/titanic_50/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.h902 void *smb_mem_alloc(size_t);
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_alloc.c51 smb_mem_alloc(size_t size) in smb_mem_alloc() function
H A Dsmb_kshare.c1044 oem_name = smb_mem_alloc(length); in smb_kshare_oemname()
1045 unibuf = smb_mem_alloc(length * sizeof (smb_wchar_t)); in smb_kshare_oemname()
H A Dsmb_server.c2328 rarg = (smb_receiver_arg_t *)smb_mem_alloc( in smb_server_create_session()