Home
last modified time | relevance | path

Searched refs:smb_srm_zalloc (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session_setup_andx.c70 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 Dsmb_negotiate.c242 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 Dsmb_echo.c72 data = smb_srm_zalloc(sr, nbytes); in smb_com_echo()
H A Dsmb_tree_connect.c256 pwbuf = smb_srm_zalloc(sr, pwlen); in smb_pre_tree_connect_andx()
H A Dsmb_alloc.c166 smb_srm_zalloc(smb_request_t *sr, size_t size) in smb_srm_zalloc() function
H A Dsmb_create.c159 buf = smb_srm_zalloc(sr, MAXPATHLEN); in smb_com_create_temporary()
H A Dsmb_print.c73 path = smb_srm_zalloc(sr, MAXPATHLEN); in smb_pre_open_print_file()
H A Dsmb_mbuf_marshaling.c1351 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 Dsmb_fsinfo.c245 tmpbuf = smb_srm_zalloc(sr, buflen); in smb_com_trans2_query_fs_information()
H A Dsmb_rename.c277 path = smb_srm_zalloc(sr, MAXPATHLEN); in smb_trans2_rename()
H A Dsmb_pathname.c825 s2 = smb_srm_zalloc(sr, n); in smb_pathname_strdup()
H A Dsmb_common_transact.c838 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 Dsmb_kproto.h841 void *smb_srm_zalloc(smb_request_t *, size_t);