/linux/Documentation/scsi/ |
A D | wd719x.rst | 18 wget http://support.wdc.com/download/archive/pciscsi.exe 19 lha xi pciscsi.exe pci-scsi.exe 20 lha xi pci-scsi.exe nt/wd7296a.sys 21 rm pci-scsi.exe
|
/linux/Documentation/admin-guide/ |
A 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.
|
A D | binfmt-misc.rst | 12 aka ``.com`` or ``.exe``.
|
/linux/kernel/ |
A D | auditfilter.c | 599 entry->rule.exe = audit_mark; in audit_data_to_entry() 616 if (entry->rule.exe) in audit_data_to_entry() 751 if (strcmp(audit_mark_path(a->exe), in audit_compare_rule() 752 audit_mark_path(b->exe))) in audit_compare_rule() 882 if (new->exe) in audit_dupe_rule() 883 audit_remove_mark(new->exe); in audit_dupe_rule() 1053 if (e->rule.exe) in audit_del_rule() 1158 if (entry->rule.exe) in audit_rule_change() 1159 audit_remove_mark(entry->rule.exe); in audit_rule_change() 1411 if (entry->rule.exe) in update_lsm_rule() [all …]
|
A D | audit_watch.c | 303 if (oentry->rule.exe) in audit_update_watch() 304 audit_remove_mark(oentry->rule.exe); in audit_update_watch() 333 if (e->rule.exe) in audit_remove_parent_watches() 334 audit_remove_mark(e->rule.exe); in audit_remove_parent_watches() 510 pathname = kstrdup(audit_mark_path(old->exe), GFP_KERNEL); in audit_dupe_exe() 519 new->exe = audit_mark; in audit_dupe_exe()
|
A D | sys.c | 1849 struct fd exe; in prctl_set_mm_exe_file() local 1853 exe = fdget(fd); in prctl_set_mm_exe_file() 1854 if (!exe.file) in prctl_set_mm_exe_file() 1857 inode = file_inode(exe.file); in prctl_set_mm_exe_file() 1865 if (!S_ISREG(inode->i_mode) || path_noexec(&exe.file->f_path)) in prctl_set_mm_exe_file() 1868 err = file_permission(exe.file, MAY_EXEC); in prctl_set_mm_exe_file() 1872 err = replace_mm_exe_file(mm, exe.file); in prctl_set_mm_exe_file() 1874 fdput(exe); in prctl_set_mm_exe_file()
|
A D | audit_fsnotify.c | 140 struct audit_fsnotify_mark *mark = krule->exe; in audit_remove_mark_rule()
|
A D | audit_tree.c | 554 if (entry->rule.exe) in kill_rules() 555 audit_remove_mark(entry->rule.exe); in kill_rules()
|
A D | auditsc.c | 497 result = audit_exe_compare(tsk, rule->exe); in audit_filter_rules()
|
/linux/tools/perf/tests/shell/ |
A D | buildid.sh | 41 ex_pe=$(dirname $0)/../pe-file.exe 51 *.exe)
|
/linux/security/tomoyo/ |
A D | condition.c | 239 struct tomoyo_path_info exe; in tomoyo_scan_exec_realpath() local 243 exe.name = tomoyo_realpath_from_path(&file->f_path); in tomoyo_scan_exec_realpath() 244 if (!exe.name) in tomoyo_scan_exec_realpath() 246 tomoyo_fill_path_info(&exe); in tomoyo_scan_exec_realpath() 247 result = tomoyo_compare_name_union(&exe, ptr); in tomoyo_scan_exec_realpath() 248 kfree(exe.name); in tomoyo_scan_exec_realpath()
|
A D | common.c | 940 const char *exe; in tomoyo_manager() local 951 exe = tomoyo_get_exe(); in tomoyo_manager() 952 if (!exe) in tomoyo_manager() 958 !strcmp(exe, ptr->manager->name))) { in tomoyo_manager() 969 domainname->name, exe); in tomoyo_manager() 973 kfree(exe); in tomoyo_manager()
|
/linux/tools/perf/util/ |
A D | symbol.h | 210 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data,
|
A D | symbol-minimal.c | 356 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in file__read_maps()
|
A D | symbol-elf.c | 1352 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) in elf_read_maps() argument 1367 if (exe) { in elf_read_maps() 1384 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, in file__read_maps() argument 1397 err = elf_read_maps(elf, exe, mapfn, data); in file__read_maps()
|
/linux/Documentation/filesystems/spufs/ |
A D | spu_run.rst | 32 not return while the SPU is still running. If there is a need to exe-
|
/linux/include/linux/ |
A D | audit.h | 53 struct audit_fsnotify_mark *exe; member
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
A D | vortex.rst | 317 ftp://ftp.3com.com/pub/nic/3c90x/3c90xx2.exe
|
/linux/tools/perf/ |
A D | Makefile.perf | 1016 $(INSTALL) tests/pe-file.exe* '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests'; \
|
/linux/Documentation/admin-guide/media/ |
A D | bttv.rst | 56 called ``pvr45xxx.exe``. Just placing it at the ``/etc/firmware``
|
/linux/Documentation/filesystems/ |
A D | proc.rst | 147 exe Link to the executable of this process
|