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

/freebsd-9.3-release/sys/netsmb/
H A Dsmb_dev.h76 mode_t ioc_rights; /* SMBM_* */ member in struct:smbioc_ossn
87 mode_t ioc_rights; /* SMBM_* */ member in struct:smbioc_oshare
H A Dsmb_usr.c89 spec->rights = dp->ioc_rights;
116 spec->rights = dp->ioc_rights;
/freebsd-9.3-release/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c259 ctx->ct_ssn.ioc_rights |= opt;
260 ctx->ct_sh.ioc_rights |= opt;
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Dctx.c88 ctx->ct_ssn.ioc_rights = SMBM_DEFAULT;
94 ctx->ct_sh.ioc_rights = SMBM_DEFAULT;
435 ctx->ct_ssn.ioc_rights = strtol(arg, &cp, 8);
437 ctx->ct_sh.ioc_rights = strtol(cp + 1, &cp, 8);

Completed in 53 milliseconds