Searched defs:netbsd32_udf_args (Results 1 – 1 of 1) sorted by relevance
1166 struct netbsd32_udf_args { struct1167 uint32_t version; /* version of this structure */1168 netbsd32_charp fspec; /* mount specifier */1169 int32_t sessionnr; /* session specifier, rel of abs */1170 uint32_t udfmflags; /* mount options */1171 int32_t gmtoff; /* offset from UTC in seconds */1173 uid_t anon_uid; /* mapping of anonymous files uid */1174 gid_t anon_gid; /* mapping of anonymous files gid */1175 uid_t nobody_uid; /* nobody:nobody will map to -1:-1 */1176 gid_t nobody_gid; /* nobody:nobody will map to -1:-1 */[all …]