Home
last modified time | relevance | path

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

/illumos-gate/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.c47 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 Dsmb_echo.c78 data = smb_srm_zalloc(sr, nbytes); in smb_com_echo()
H A Dsmb_negotiate.c361 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 Dsmb2_query_info.c41 qi = smb_srm_zalloc(sr, sizeof (*qi)); in smb2_query_info()
H A Dsmb2_write.c75 param = smb_srm_zalloc(sr, sizeof (*param)); in smb2_write()
H A Dsmb_locking_andx.c330 lrv_ul = smb_srm_zalloc(sr, lrv_tot * sizeof (*lrv_ul)); in smb_com_locking_andx()
H A Dsmb_create.c157 buf = smb_srm_zalloc(sr, MAXPATHLEN); in smb_com_create_temporary()
H A Dsmb_tree_connect.c282 pwbuf = smb_srm_zalloc(sr, pwlen); in smb_pre_tree_connect_andx()
H A Dsmb_alloc.c170 smb_srm_zalloc(smb_request_t *sr, size_t size) in smb_srm_zalloc() function
H A Dsmb2_fsctl_odx.c354 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 Dsmb2_negotiate.c550 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 Dsmb_print.c73 path = smb_srm_zalloc(sr, MAXPATHLEN); in smb_pre_open_print_file()
H A Dsmb2_lock.c114 lvec = smb_srm_zalloc(sr, LockCount * sizeof (*lvec)); in smb2_lock()
H A Dsmb2_read.c197 param = smb_srm_zalloc(sr, sizeof (*param)); in smb2_read()
H A Dsmb_fsinfo.c214 tmpbuf = smb_srm_zalloc(sr, buflen); in smb_com_trans2_query_fs_information()
H A Dsmb2_fsctl_copychunk.c176 args = smb_srm_zalloc(sr, sizeof (*args) + in smb2_fsctl_copychunk()
H A Dsmb_set_fileinfo.c559 path = smb_srm_zalloc(sr, SMB_MAXPATHLEN); in smb_set_rename_info()
H A Dsmb3_encrypt.c278 vdb = smb_srm_zalloc(sr, sizeof (*vdb)); in smb3_get_vdb()
H A Dsmb_mbuf_marshaling.c1576 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 Dsmb_srv_oplock.c705 fname = smb_srm_zalloc(sr, MAXPATHLEN); in smb_oplock_wait_ack()
H A Dsmb_opipe.c659 vdb = smb_srm_zalloc(sr, sizeof (*vdb)); in smb_opipe_transceive()
H A Dsmb_pathname.c1026 s2 = smb_srm_zalloc(sr, n); in smb_pathname_strdup()
H A Dsmb_common_transact.c858 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 Dsmb_kproto.h952 void *smb_srm_zalloc(smb_request_t *, size_t);