Home
last modified time | relevance | path

Searched defs:smbioc_oshare (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_dev.h79 struct smbioc_oshare { struct
80 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_* */
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp371 struct smbioc_oshare { struct
372 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;