Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
HDsmb_dev.h82 mode_t ioc_rights; /* SMBM_* */ member
93 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()
/dragonfly/contrib/smbfs/mount_smbfs/
HDmount_smbfs.c246 ctx->ct_ssn.ioc_rights |= opt; in main()
247 ctx->ct_sh.ioc_rights |= opt; in main()
/dragonfly/contrib/smbfs/lib/smb/
HDctx.c86 ctx->ct_ssn.ioc_rights = SMBM_DEFAULT; in smb_ctx_init()
92 ctx->ct_sh.ioc_rights = SMBM_DEFAULT; in smb_ctx_init()
393 ctx->ct_ssn.ioc_rights = strtol(arg, &cp, 8); in smb_ctx_opt()
395 ctx->ct_sh.ioc_rights = strtol(cp + 1, &cp, 8); in smb_ctx_opt()