Home | Sort by: relevance | last modified time | path |
/src/sys/fs/udf/ | |
udf_mount.h | 46 gid_t anon_gid; /* mapping of anonymous files gid */ member in struct:udf_args |
/src/sbin/mount_udf/ | |
mount_udf.c | 107 gid_t anon_gid, nobody_gid; local in function:mount_udf_parseargs 120 nobody_gid = anon_gid = a_gid("nobody"); 133 anon_gid = a_gid(optarg); 176 args->anon_gid = anon_gid; |
/src/sys/compat/netbsd32/ | |
netbsd32.h | 1174 gid_t anon_gid; /* mapping of anonymous files gid */ member in struct:netbsd32_udf_args |