/illumos-gate/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 | 47 sinfo = smb_srm_zalloc(sr, sizeof (smb_arg_sessionsetup_t)); in smb2_session_setup() 78 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 | 361 negprot = smb_srm_zalloc(sr, sizeof (smb_arg_negotiate_t)); in smb_pre_negotiate() 574 wcbuf = smb_srm_zalloc(sr, wclen); in smb_com_negotiate()
|
H A D | smb2_query_info.c | 41 qi = smb_srm_zalloc(sr, sizeof (*qi)); in smb2_query_info()
|
H A D | smb2_write.c | 75 param = smb_srm_zalloc(sr, sizeof (*param)); in smb2_write()
|
H A D | smb_locking_andx.c | 330 lrv_ul = smb_srm_zalloc(sr, lrv_tot * sizeof (*lrv_ul)); in smb_com_locking_andx()
|
H A D | smb_alloc.c | 170 smb_srm_zalloc(smb_request_t *sr, size_t size) in smb_srm_zalloc() function
|
H A D | smb_create.c | 157 buf = smb_srm_zalloc(sr, MAXPATHLEN); in smb_com_create_temporary()
|
H A D | smb_tree_connect.c | 282 pwbuf = smb_srm_zalloc(sr, pwlen); in smb_pre_tree_connect_andx()
|
H A D | smb2_fsctl_odx.c | 354 tok = smb_srm_zalloc(sr, sizeof (*tok)); in smb2_fsctl_odx_read() 423 tok = smb_srm_zalloc(sr, sizeof (*tok)); in smb2_fsctl_odx_write()
|
H A D | smb2_negotiate.c | 550 sr->arg.other = smb_srm_zalloc(sr, sizeof (smb2_arg_negotiate_t)); in smb1_negotiate_smb2() 599 nego = smb_srm_zalloc(sr, sizeof (smb2_arg_negotiate_t)); in smb2_newrq_negotiate()
|
H A D | smb_print.c | 73 path = smb_srm_zalloc(sr, MAXPATHLEN); in smb_pre_open_print_file()
|
H A D | smb2_lock.c | 114 lvec = smb_srm_zalloc(sr, LockCount * sizeof (*lvec)); in smb2_lock()
|
H A D | smb2_read.c | 197 param = smb_srm_zalloc(sr, sizeof (*param)); in smb2_read()
|
H A D | smb2_fsctl_copychunk.c | 176 args = smb_srm_zalloc(sr, sizeof (*args) + in smb2_fsctl_copychunk()
|
H A D | smb_fsinfo.c | 214 tmpbuf = smb_srm_zalloc(sr, buflen); in smb_com_trans2_query_fs_information()
|
H A D | smb3_encrypt.c | 278 vdb = smb_srm_zalloc(sr, sizeof (*vdb)); in smb3_get_vdb()
|
H A D | smb_set_fileinfo.c | 559 path = smb_srm_zalloc(sr, SMB_MAXPATHLEN); in smb_set_rename_info()
|
H A D | smb_mbuf_marshaling.c | 1576 mbs = smb_srm_zalloc(sr, mbsmax + 1); in mbc_marshal_get_oem_string() 1660 mbs = smb_srm_zalloc(sr, mbsmax + 1); in mbc_marshal_get_unicode_string()
|
H A D | smb_srv_oplock.c | 705 fname = smb_srm_zalloc(sr, MAXPATHLEN); in smb_oplock_wait_ack()
|
H A D | smb_opipe.c | 659 vdb = smb_srm_zalloc(sr, sizeof (*vdb)); in smb_opipe_transceive()
|
H A D | smb_pathname.c | 1026 s2 = smb_srm_zalloc(sr, n); in smb_pathname_strdup()
|
H A D | smb_common_transact.c | 858 esi.es_buf = smb_srm_zalloc(sr, esi.es_bufsize); in smb_trans_net_share_enum()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 952 void *smb_srm_zalloc(smb_request_t *, size_t);
|