Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netsmb/
HDsmb_dev.h76 mode_t ioc_rights; /* SMBM_* */ member
87 mode_t ioc_rights; /* SMBM_* */ member
HDsmb_usr.c89 spec->rights = dp->ioc_rights; in smb_usr_vc2spec()
116 spec->rights = dp->ioc_rights; in smb_usr_share2spec()
/freebsd-11-stable/contrib/smbfs/mount_smbfs/
HDmount_smbfs.c266 ctx->ct_ssn.ioc_rights |= opt; in main()
267 ctx->ct_sh.ioc_rights |= opt; in main()
/freebsd-11-stable/contrib/smbfs/lib/smb/
HDctx.c88 ctx->ct_ssn.ioc_rights = SMBM_DEFAULT; in smb_ctx_init()
94 ctx->ct_sh.ioc_rights = SMBM_DEFAULT; in smb_ctx_init()
431 ctx->ct_ssn.ioc_rights = strtol(arg, &cp, 8); in smb_ctx_opt()
433 ctx->ct_sh.ioc_rights = strtol(cp + 1, &cp, 8); in smb_ctx_opt()