Searched refs:smb_srm_zalloc (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session_setup_andx.c | 70 sinfo = smb_srm_zalloc(sr, sizeof (smb_arg_sessionsetup_t)); in smb_pre_session_setup_andx() 82 sinfo->ssi_cipwd = smb_srm_zalloc(sr, sinfo->ssi_cipwlen + 1); in smb_pre_session_setup_andx() 83 sinfo->ssi_cspwd = smb_srm_zalloc(sr, sinfo->ssi_cspwlen + 1); in smb_pre_session_setup_andx() 117 sinfo->ssi_cipwd = smb_srm_zalloc(sr, sinfo->ssi_cipwlen + 1); in smb_pre_session_setup_andx()
|
H A D | smb_negotiate.c | 242 negprot = smb_srm_zalloc(sr, sizeof (smb_arg_negotiate_t)); in smb_pre_negotiate() 433 wcbuf = smb_srm_zalloc(sr, wclen); in smb_com_negotiate()
|
H A D | smb_echo.c | 72 data = smb_srm_zalloc(sr, nbytes); in smb_com_echo()
|
H A D | smb_tree_connect.c | 256 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 | 159 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 | 1351 rcvbuf = smb_srm_zalloc(sr, max); in mbc_marshal_get_ascii_string() 1381 *ascii = smb_srm_zalloc(sr, length * MTS_MB_CHAR_MAX); in mbc_marshal_get_ascii_string() 1400 *ascii = smb_srm_zalloc(sr, max); in mbc_marshal_get_unicode_string()
|
H A D | smb_fsinfo.c | 245 tmpbuf = smb_srm_zalloc(sr, buflen); in smb_com_trans2_query_fs_information()
|
H A D | smb_rename.c | 277 path = smb_srm_zalloc(sr, MAXPATHLEN); in smb_trans2_rename()
|
H A D | smb_pathname.c | 825 s2 = smb_srm_zalloc(sr, n); in smb_pathname_strdup()
|
H A D | smb_common_transact.c | 838 esi.es_buf = smb_srm_zalloc(sr, esi.es_bufsize); in smb_trans_net_share_enum()
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 841 void *smb_srm_zalloc(smb_request_t *, size_t);
|