Home
last modified time | relevance | path

Searched refs:smb_ctx_opt (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Ddiscon.c68 error = smb_ctx_opt(ctx, opt, optarg); in cmd_discon()
H A Dview.c87 error = smb_ctx_opt(ctx, opt, optarg); in cmd_view()
H A Dinfo.c83 error = smb_ctx_opt(ctx, opt, optarg); in cmd_info()
H A Dprint.c99 error = smb_ctx_opt(ctx, opt, optarg); in cmd_print()
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmbfs_api.h114 int smb_ctx_opt(struct smb_ctx *, int, const char *);
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dmapfile-vers87 smb_ctx_opt;
H A Dctx.c981 smb_ctx_opt(struct smb_ctx *ctx, int opt, const char *arg) in smb_ctx_opt() function