Searched refs:smb_ctx_setshare (Results 1 – 3 of 3) sorted by relevance
101 smb_ctx_setshare(ctx, "IPC$", SMB_ST_ANY); in cmd_view()
182 int smb_ctx_setshare(struct smb_ctx *, const char *, int);
258 error = smb_ctx_setshare(ctx, p1, sharetype); in smb_ctx_parseunc()363 smb_ctx_setshare(struct smb_ctx *ctx, const char *share, int stype) in smb_ctx_setshare() function