Searched refs:smb_srm_zalloc (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session_setup_andx.c | 43 sinfo = smb_srm_zalloc(sr, sizeof (smb_arg_sessionsetup_t)); in smb_pre_session_setup_andx() 76 sinfo->ssi_lmpwd = smb_srm_zalloc(sr, sinfo->ssi_lmpwlen + 1); in smb_pre_session_setup_andx() 110 sinfo->ssi_lmpwd = smb_srm_zalloc(sr, sinfo->ssi_lmpwlen + 1); in smb_pre_session_setup_andx() 111 sinfo->ssi_ntpwd = smb_srm_zalloc(sr, sinfo->ssi_ntpwlen + 1); in smb_pre_session_setup_andx() 141 sinfo->ssi_isecblob = smb_srm_zalloc(sr, sinfo->ssi_iseclen); in smb_pre_session_setup_andx()
|
H A D | smb2_session_setup.c | 46 sinfo = smb_srm_zalloc(sr, sizeof (smb_arg_sessionsetup_t)); in smb2_session_setup() 77 sinfo->ssi_isecblob = smb_srm_zalloc(sr, sinfo->ssi_iseclen); in smb2_session_setup()
|
H A D | smb_echo.c | 78 data = smb_srm_zalloc(sr, nbytes); in smb_com_echo()
|
H A D | smb_negotiate.c | 358 negprot = smb_srm_zalloc(sr, sizeof (smb_arg_negotiate_t)); in smb_pre_negotiate() 555 wcbuf = smb_srm_zalloc(sr, wclen); in smb_com_negotiate()
|
H A D | smb2_read.c | 81 vdb = smb_srm_zalloc(sr, sizeof (*vdb)); in smb2_read()
|
H A D | smb2_write.c | 92 vdb = smb_srm_zalloc(sr, sizeof (*vdb)); in smb2_write()
|
H A D | smb_tree_connect.c | 283 pwbuf = smb_srm_zalloc(sr, pwlen); in smb_pre_tree_connect_andx()
|
H A D | smb_alloc.c | 166 smb_srm_zalloc(smb_request_t *sr, size_t size) in smb_srm_zalloc() function
|
H A D | smb_create.c | 160 buf = smb_srm_zalloc(sr, MAXPATHLEN); in smb_com_create_temporary()
|
H A D | smb_print.c | 73 path = smb_srm_zalloc(sr, MAXPATHLEN); in smb_pre_open_print_file()
|
H A D | smb_mbuf_marshaling.c | 1400 rcvbuf = smb_srm_zalloc(sr, max); in mbc_marshal_get_ascii_string() 1430 *ascii = smb_srm_zalloc(sr, length * MTS_MB_CHAR_MAX); in mbc_marshal_get_ascii_string() 1449 *ascii = smb_srm_zalloc(sr, max); in mbc_marshal_get_unicode_string()
|
H A D | smb_fsinfo.c | 214 tmpbuf = smb_srm_zalloc(sr, buflen); in smb_com_trans2_query_fs_information()
|
H A D | smb_set_fileinfo.c | 562 path = smb_srm_zalloc(sr, SMB_MAXPATHLEN); in smb_set_rename_info()
|
H A D | smb_pathname.c | 842 s2 = smb_srm_zalloc(sr, n); in smb_pathname_strdup()
|
H A D | smb_common_transact.c | 846 esi.es_buf = smb_srm_zalloc(sr, esi.es_bufsize); in smb_trans_net_share_enum()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 912 void *smb_srm_zalloc(smb_request_t *, size_t);
|