Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfkiod_cl.c107 err = smb_ctx_alloc(&ctx); in smb_iod_cl_newvc()
H A Dfksmbcl_main.c109 error = smb_ctx_alloc(&ctx); in main()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Ddiscon.c52 error = smb_ctx_alloc(&ctx); in cmd_discon()
H A Dview.c71 error = smb_ctx_alloc(&ctx); in cmd_view()
H A Dinfo.c67 error = smb_ctx_alloc(&ctx); in cmd_info()
H A Dprint.c83 error = smb_ctx_alloc(&ctx); in cmd_print()
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmbfs_api.h106 int smb_ctx_alloc(struct smb_ctx **);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmbrdr_glue.c121 if ((err = smb_ctx_alloc(&ctx)) != 0) in smbrdr_ctx_new()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c279 err = smb_ctx_alloc(&ctx); in iod_newvc()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dkeychain.c302 err = smb_ctx_alloc(&ctx); in smbfs_default_dom_usr()
H A Dmapfile-vers76 smb_ctx_alloc;
H A Dctx.c222 smb_ctx_alloc(struct smb_ctx **ctx_pp) in smb_ctx_alloc() function
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c236 error = smb_ctx_alloc(&ctx); in main()