Searched refs:SMBL_VC (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/smbfs/smbutil/
H A Dlogin.c60 if (smb_ctx_init(ctx, argc, argv, SMBL_VC, SMBL_SHARE, SMB_ST_ANY) != 0)
99 case SMBL_VC:
128 if (smb_ctx_init(ctx, argc, argv, SMBL_VC, SMBL_SHARE, SMB_ST_ANY) != 0)
176 case SMBL_VC:
H A Dview.c79 if (smb_ctx_init(ctx, argc, argv, SMBL_VC, SMBL_VC, SMB_ST_ANY) != 0)
/freebsd-10-stable/sys/netsmb/
H A Dsmb_dev.c201 sdp->sd_level = SMBL_VC;
240 if (fl->ioc_level == SMBL_VC) {
298 sdp->sd_level = SMBL_VC;
H A Dsmb_conn.h33 #define SMBL_VC 1 macro
H A Dsmb_usr.c134 if (dp->ioc_level < SMBL_VC || dp->ioc_level > SMBL_SHARE)
H A Dsmb_rq.c287 case SMBL_VC:
H A Dsmb_conn.c407 smb_co_init(VCTOCP(vcp), SMBL_VC, "smb_vc ilock", "smb_vc"); local
/freebsd-10-stable/contrib/smbfs/lib/smb/
H A Dctx.c190 if (ctx->ct_maxlevel < SMBL_VC) {
197 ctx->ct_parsedlevel = SMBL_VC;

Completed in 92 milliseconds