/Linux-v4.19/Documentation/scsi/ |
D | wd719x.txt | 15 wget http://support.wdc.com/download/archive/pciscsi.exe 16 lha xi pciscsi.exe pci-scsi.exe 17 lha xi pci-scsi.exe nt/wd7296a.sys 18 rm pci-scsi.exe
|
/Linux-v4.19/Documentation/admin-guide/ |
D | mono.rst | 5 (in the form of .exe files) without the need to use the mono CLR 61 4) Check that ``.exe`` binaries can be ran without the need of a 62 wrapper script, simply by launching the ``.exe`` file directly 65 /usr/bin/xsd.exe 70 that the ``.exe`` file has execute permissions.
|
D | binfmt-misc.rst | 12 aka ``.com`` or ``.exe``.
|
/Linux-v4.19/kernel/ |
D | auditfilter.c | 568 if (entry->rule.exe || f->val > PATH_MAX) in audit_data_to_entry() 583 entry->rule.exe = audit_mark; in audit_data_to_entry() 597 if (entry->rule.exe) in audit_data_to_entry() 598 audit_remove_mark(entry->rule.exe); /* that's the template one */ in audit_data_to_entry() 665 audit_pack_string(&bufp, audit_mark_path(krule->exe)); in audit_krule_to_data() 732 if (strcmp(audit_mark_path(a->exe), in audit_compare_rule() 733 audit_mark_path(b->exe))) in audit_compare_rule() 863 if (new->exe) in audit_dupe_rule() 864 audit_remove_mark(new->exe); in audit_dupe_rule() 1033 if (e->rule.exe) in audit_del_rule() [all …]
|
D | audit_watch.c | 317 if (oentry->rule.exe) in audit_update_watch() 318 audit_remove_mark(oentry->rule.exe); in audit_update_watch() 349 if (e->rule.exe) in audit_remove_parent_watches() 350 audit_remove_mark(e->rule.exe); in audit_remove_parent_watches() 542 pathname = kstrdup(audit_mark_path(old->exe), GFP_KERNEL); in audit_dupe_exe() 551 new->exe = audit_mark; in audit_dupe_exe()
|
D | sys.c | 1819 struct fd exe; in prctl_set_mm_exe_file() local 1824 exe = fdget(fd); in prctl_set_mm_exe_file() 1825 if (!exe.file) in prctl_set_mm_exe_file() 1828 inode = file_inode(exe.file); in prctl_set_mm_exe_file() 1836 if (!S_ISREG(inode->i_mode) || path_noexec(&exe.file->f_path)) in prctl_set_mm_exe_file() 1866 get_file(exe.file); in prctl_set_mm_exe_file() 1867 old_exe = xchg(&mm->exe_file, exe.file); in prctl_set_mm_exe_file() 1871 fdput(exe); in prctl_set_mm_exe_file()
|
D | audit_fsnotify.c | 151 struct audit_fsnotify_mark *mark = krule->exe; in audit_remove_mark_rule()
|
D | audit_tree.c | 526 if (entry->rule.exe) in kill_rules() 527 audit_remove_mark(entry->rule.exe); in kill_rules()
|
D | auditsc.c | 477 result = audit_exe_compare(tsk, rule->exe); in audit_filter_rules()
|
/Linux-v4.19/security/tomoyo/ |
D | condition.c | 231 struct tomoyo_path_info exe; in tomoyo_scan_exec_realpath() local 234 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath() 235 if (!exe.name) in tomoyo_scan_exec_realpath() 237 tomoyo_fill_path_info(&exe); in tomoyo_scan_exec_realpath() 238 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath() 239 kfree(exe.name); in tomoyo_scan_exec_realpath()
|
D | common.c | 922 const char *exe; in tomoyo_manager() local 933 exe = tomoyo_get_exe(); in tomoyo_manager() 934 if (!exe) in tomoyo_manager() 940 !strcmp(exe, ptr->manager->name))) { in tomoyo_manager() 950 "update policies.\n", domainname->name, exe); in tomoyo_manager() 954 kfree(exe); in tomoyo_manager()
|
/Linux-v4.19/tools/perf/util/ |
D | symbol-minimal.c | 352 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in file__read_maps()
|
D | symbol.h | 318 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data,
|
D | symbol-elf.c | 1128 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) in elf_read_maps() argument 1143 if (exe) { in elf_read_maps() 1160 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, in file__read_maps() argument 1173 err = elf_read_maps(elf, exe, mapfn, data); in file__read_maps()
|
/Linux-v4.19/include/linux/ |
D | audit.h | 65 struct audit_fsnotify_mark *exe; member
|
/Linux-v4.19/Documentation/networking/ |
D | vortex.txt | 306 ftp://ftp.3com.com/pub/nic/3c90x/3c90xx2.exe
|
/Linux-v4.19/Documentation/serial/ |
D | moxa-smartio | 72 - io-irq.exe Configuration program to setup ISA boards. Please note that
|
/Linux-v4.19/Documentation/filesystems/ |
D | spufs.txt | 302 not return while the SPU is still running. If there is a need to exe-
|
D | proc.txt | 137 exe Link to the executable of this process
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | bttv.rst | 37 hcwamc.rbf. The file is in the pvr45xxx.exe archive (self-extracting
|