Searched defs:smbioc_oshare (Results 1 – 2 of 2) sorted by relevance
79 struct smbioc_oshare { struct80 int ioc_opt;81 int ioc_stype; /* share type */82 char ioc_share[SMB_MAXSHARENAMELEN + 1];83 char ioc_password[SMB_MAXPASSWORDLEN + 1];84 uid_t ioc_owner; /* proposed owner of share */85 gid_t ioc_group; /* proposed group of share */86 mode_t ioc_mode; /* desired access mode to share */87 mode_t ioc_rights; /* SMBM_* */
371 struct smbioc_oshare { struct372 int ioc_opt;373 int ioc_stype;374 char ioc_share[129];375 char ioc_password[129];376 uid_t ioc_owner;377 gid_t ioc_group;378 mode_t ioc_mode;379 mode_t ioc_rights;