Home
last modified time | relevance | path

Searched refs:ct_shtype_req (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dctx.c215 ctx->ct_shtype_req); in dump_ctx()
329 ctx->ct_shtype_req = sharetype; in smb_ctx_scan_argv()
471 ctx->ct_shtype_req = sharetype; in smb_ctx_parseunc()
829 ctx->ct_shtype_req = stype; in smb_ctx_setshare()
1325 tcon->tc_sh.sh_use = ctx->ct_shtype_req; in smb_ctx_get_tree()
1341 if (ctx->ct_shtype_req != USE_WILDCARD && in smb_ctx_get_tree()
1342 ctx->ct_shtype_req != tcon->tc_sh.sh_type) { in smb_ctx_get_tree()
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h107 int ct_shtype_req; /* share type wanted */ member