Searched refs:files (Results 26 - 50 of 213) sorted by relevance

123456789

/linux-master/scripts/selinux/
H A Dinstall_policy.sh33 echo "This prevents safely relabeling all files."
43 mkdir -p /etc/selinux/dummy/contexts/files
58 cp file_contexts /etc/selinux/dummy/contexts/files
61 FC_FILE=/etc/selinux/dummy/contexts/files/file_contexts
76 cd /etc/selinux/dummy/contexts/files
/linux-master/tools/testing/selftests/proc/
H A DMakefile13 TEST_GEN_PROGS += proc-self-map-files-001
14 TEST_GEN_PROGS += proc-self-map-files-002
/linux-master/scripts/
H A Dleaking_addresses.pl10 # Use --debug to output path before parsing, this is useful to find files that
14 # When the system is idle it is likely that most files under /proc/PID will be
18 # files that leak addresses but were not present during a scan. For these two
103 scanning binary files).
542 my @files = readdir(DIR);
545 foreach my $file (@files) {
580 my ($total, $dmesg, $paths, $files) = parse_raw_file($file);
589 squash_by($files, 'filename');
619 my %files; # Unique filenames containing leaks.
632 cache_filename(\%files,
[all...]
H A Dcleanfile4 # Clean a text file -- or directory of text files -- of stealth whitespace.
82 @files = ();
89 print STDERR "Usage: $name [-width #] files...\n";
93 push(@files, $a);
97 foreach $f ( @files ) {
H A Dcheckkconfigsymbols.py70 help="ignore files matching this Python regex "
165 files = sorted(undefined_b.get(symbol))
166 undefined[symbol] = files
167 # check if there are new files that reference the undefined symbol
169 files = sorted(undefined_b.get(symbol) -
171 if files:
172 undefined[symbol] = files
185 files = sorted(undefined.get(symbol))
186 print("%s: %s" % (yel("Referencing files"), ", ".join(files)))
[all...]
H A Dcleanpatch4 # Clean a patch file -- or directory of patch files -- of stealth whitespace.
82 @files = ();
89 print STDERR "Usage: $name [-width #] files...\n";
93 push(@files, $a);
97 foreach $f ( @files ) {
H A Dget_dvb_firmware247 my $url = "http://www.twinhan.com/files/driver/USB-Ter/$sourcefile";
281 my $url = "http://ao2.it/sites/default/files/blog/2012/11/06/linux-support-digicom-digitune-s-vp7049-udtt7049/$fwfile";
368 my %files = (
377 foreach my $fwfile (keys %files) {
379 verify($fwfile, $files{$fwfile});
442 my %files = (
450 foreach my $fwfile (keys %files) {
452 verify($fwfile, $files{$fwfile});
464 my %files = (
471 foreach my $fwfile (keys %files) {
[all...]
/linux-master/io_uring/
H A Dopenclose.c226 struct files_struct *files = current->files; local
236 spin_lock(&files->file_lock);
237 file = files_lookup_fd_locked(files, close->fd);
239 spin_unlock(&files->file_lock);
245 spin_unlock(&files->file_lock);
249 file = file_close_fd_locked(files, close->fd);
250 spin_unlock(&files->file_lock);
255 ret = filp_close(file, current->files);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_debugfs.c134 static const struct intel_gt_debugfs_file files[] = { local
146 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), guc);
H A Dintel_guc_log_debugfs.c164 static const struct intel_gt_debugfs_file files[] = { local
174 intel_gt_debugfs_register_files(root, files, ARRAY_SIZE(files), log);
/linux-master/scripts/package/
H A Dkernel.spec28 Summary: Header files for the Linux kernel for use by glibc
33 Kernel-headers includes the C header files that specify the interface
35 header files define structures and constants that are needed for
121 %files -f %{buildroot}/kernel.list
125 %files headers
130 %files devel
/linux-master/scripts/gdb/linux/
H A DMakefile25 clean-files := *.pyc *.pyo
/linux-master/drivers/tty/vt/
H A DMakefile13 clean-files := consolemap_deftbl.c defkeymap.c
/linux-master/fs/proc/
H A Dfd.c25 struct files_struct *files = NULL; local
35 files = task->files;
36 if (files) {
39 spin_lock(&files->file_lock);
40 file = files_lookup_fd_locked(files, fd);
42 struct fdtable *fdt = files_fdtable(files);
51 spin_unlock(&files->file_lock);
64 /* show_fd_locks() never deferences files so a stale value is safe */
65 show_fd_locks(m, file, files);
[all...]
/linux-master/fs/ceph/
H A Dmetric.c26 struct ceph_opened_files *files; local
49 + sizeof(*meta) + sizeof(*dlease) + sizeof(*files)
125 /* encode the opened files metric */
126 files = (struct ceph_opened_files *)(dlease + 1);
127 files->header.type = cpu_to_le32(CLIENT_METRIC_TYPE_OPENED_FILES);
128 files->header.ver = 1;
129 files->header.compat = 1;
130 files->header.data_len = cpu_to_le32(sizeof(*files) - header_len);
131 files
[all...]
/linux-master/usr/include/
H A Dheaders_check.pl6 # Usage: headers_check.pl dir arch [files...]
7 # dir: dir to look for included files
9 # files: list of files to check
11 # The script reads the supplied files line by line and:
15 # Only include files located in asm* and linux* are checked.
16 # The rest are assumed to be system include files.
26 my ($dir, $arch, @files) = @ARGV;
33 foreach my $file (@files) {
/linux-master/arch/arm/mach-at91/
H A DMakefile27 clean-files += pm_data-offsets.h
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A DMakefile17 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG)
62 rm -f $(clean-files)
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh43 nerrs=`grep --binary-files=text '!!!' $file |
67 grep --binary-files=text 'torture:.*ver:' $file |
68 grep -E --binary-files=text -v '\(null\)|rtc: 000000000* ' |
111 echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version messages
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c286 const struct rsi_dbg_files *files; local
300 files = &dev_debugfs_files[ii];
302 debugfs_create_file(files->name,
303 files->perms,
306 &files->fops);
/linux-master/security/apparmor/include/
H A Dapparmorfs.h35 struct aa_sfs_entry *files; member in union:aa_sfs_entry::__anon77
58 { .name = (_name), .v_type = AA_SFS_TYPE_DIR, .v.files = (_value) }
/linux-master/fs/
H A Dpipe.c91 if (pipe->files)
98 if (pipe->files)
712 if (!--pipe->files) {
895 pipe->files = 2;
963 static int __do_pipe_flags(int *fd, struct file **files, int flags) argument
971 error = create_pipe_files(files, flags);
989 files[0]->f_mode |= FMODE_NOWAIT;
990 files[1]->f_mode |= FMODE_NOWAIT;
996 fput(files[0]);
997 fput(files[
1003 struct file *files[2]; local
1018 struct file *files[2]; local
[all...]
/linux-master/include/uapi/linux/
H A Dcramfs_fs.h32 /* SIZE for device files is i_rdev */
36 /* OFFSET: For symlinks and non-empty regular files, this
49 __u32 files; member in struct:cramfs_info
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.h46 const struct intel_gt_debugfs_file *files,
/linux-master/arch/xtensa/boot/lib/
H A DMakefile34 clean-files := $(zlib)

Completed in 179 milliseconds

123456789