Home
last modified time | relevance | path

Searched refs:SMBVOPT_CREATE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/smbfs/smbutil/
H A Dlogin.c151 ctx->ct_ssn.ioc_opt &= ~SMBVOPT_CREATE; in cmd_logout()
/freebsd/sys/netsmb/
H A Dsmb_dev.h46 #define SMBVOPT_CREATE 0x0001 /* create object if necessary */ macro
H A Dsmb_usr.c173 if (dp->ioc_opt & SMBVOPT_CREATE) in smb_usr_opensession()
/freebsd/contrib/smbfs/lib/smb/
H A Dctx.c82 ctx->ct_ssn.ioc_opt = SMBVOPT_CREATE; in smb_ctx_init()
90 ctx->ct_sh.ioc_opt = SMBVOPT_CREATE; in smb_ctx_init()