Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session_setup_andx.c43 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 Dsmb2_session_setup.c46 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 Dsmb_echo.c78 data = smb_srm_zalloc(sr, nbytes); in smb_com_echo()
H A Dsmb_negotiate.c358 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 Dsmb2_read.c81 vdb = smb_srm_zalloc(sr, sizeof (*vdb)); in smb2_read()
H A Dsmb2_write.c92 vdb = smb_srm_zalloc(sr, sizeof (*vdb)); in smb2_write()
H A Dsmb_tree_connect.c283 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.c160 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.c1400 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 Dsmb_fsinfo.c214 tmpbuf = smb_srm_zalloc(sr, buflen); in smb_com_trans2_query_fs_information()
H A Dsmb_set_fileinfo.c562 path = smb_srm_zalloc(sr, SMB_MAXPATHLEN); in smb_set_rename_info()
H A Dsmb_pathname.c842 s2 = smb_srm_zalloc(sr, n); in smb_pathname_strdup()
H A Dsmb_common_transact.c846 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 Dsmb_kproto.h912 void *smb_srm_zalloc(smb_request_t *, size_t);