Home | Sort by: relevance | last modified time | path |
/src/sys/fs/udf/ | |
udf_mount.h | 45 uid_t anon_uid; /* mapping of anonymous files uid */ member in struct:udf_args |
/src/sbin/mount_udf/ | |
mount_udf.c | 106 uid_t anon_uid, nobody_uid; local in function:mount_udf_parseargs 119 nobody_uid = anon_uid = a_uid("nobody"); 137 anon_uid = a_uid(optarg); 175 args->anon_uid = anon_uid; |
/src/sys/compat/netbsd32/ | |
netbsd32.h | 1173 uid_t anon_uid; /* mapping of anonymous files uid */ member in struct:netbsd32_udf_args |