| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | wd719x.rst | 29 wget http://support.wdc.com/download/archive/pciscsi.exe 30 lha xi pciscsi.exe pci-scsi.exe 31 lha xi pci-scsi.exe nt/wd7296a.sys 32 rm pci-scsi.exe
|
| /linux/Documentation/scsi/ |
| H 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/security/landlock/ |
| H A D | domain.c | 47 const char *exe; in get_current_exe() local 61 exe = d_path(&file->f_path, buffer, buffer_size); in get_current_exe() 62 if (WARN_ON_ONCE(IS_ERR(exe))) in get_current_exe() 64 return ERR_CAST(exe); in get_current_exe() 66 size = buffer + buffer_size - exe; in get_current_exe() 71 *exe_str = exe; in get_current_exe()
|
| /linux/Documentation/admin-guide/ |
| H 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.
|
| H A D | binfmt-misc.rst | 12 aka ``.com`` or ``.exe``.
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | audit.h | 34 char exe[PATH_MAX]; member 166 memcpy(msg.rule.buf, filter->exe, filter->exe_len); in audit_filter_exe() 404 int ret = readlink("/proc/self/exe", filter->exe, in audit_init_filter_exe() 405 sizeof(filter->exe) - 1); in audit_init_filter_exe() 419 if (filter->exe_len > sizeof(filter->exe)) in audit_init_filter_exe() 422 memcpy(filter->exe, absolute_path, filter->exe_len); in audit_init_filter_exe()
|
| /linux/kernel/ |
| H A D | auditfilter.c | 586 if (entry->rule.exe || f_val > PATH_MAX) in audit_data_to_entry() 600 entry->rule.exe = audit_mark; in audit_data_to_entry() 617 if (entry->rule.exe) in audit_data_to_entry() 618 audit_remove_mark(entry->rule.exe); /* that's the template one */ in audit_data_to_entry() 684 audit_pack_string(&bufp, audit_mark_path(krule->exe)); in audit_krule_to_data() 752 if (strcmp(audit_mark_path(a->exe), in audit_compare_rule() 753 audit_mark_path(b->exe))) in audit_compare_rule() 883 if (new->exe) in audit_dupe_rule() 884 audit_remove_mark(new->exe); in audit_dupe_rule() 1054 if (e->rule.exe) in audit_del_rule() [all …]
|
| H 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() 513 pathname = kstrdup(audit_mark_path(old->exe), GFP_KERNEL); in audit_dupe_exe() 522 new->exe = audit_mark; in audit_dupe_exe()
|
| H A D | audit_fsnotify.c | 142 struct audit_fsnotify_mark *mark = krule->exe; in audit_remove_mark_rule()
|
| H A D | sys.c | 1968 CLASS(fd, exe)(fd); in prctl_set_mm_exe_file() 1972 if (fd_empty(exe)) in prctl_set_mm_exe_file() 1975 inode = file_inode(fd_file(exe)); in prctl_set_mm_exe_file() 1982 if (!S_ISREG(inode->i_mode) || path_noexec(&fd_file(exe)->f_path)) in prctl_set_mm_exe_file() 1985 err = file_permission(fd_file(exe), MAY_EXEC); in prctl_set_mm_exe_file() 1989 return replace_mm_exe_file(mm, fd_file(exe)); in prctl_set_mm_exe_file()
|
| H A D | audit_tree.c | 556 if (entry->rule.exe) in kill_rules() 557 audit_remove_mark(entry->rule.exe); in kill_rules()
|
| H A D | auditsc.c | 500 result = audit_exe_compare(tsk, rule->exe); in audit_filter_rules()
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | kublk.c | 1543 static void __cmd_create_help(char *exe, bool recovery) in main() 1548 exe, recovery ? "recover" : "add"); in main() 1564 static void cmd_add_help(char *exe) in main() 1566 __cmd_create_help(exe, false); in main() 1570 static void cmd_recover_help(char *exe) in main() 1572 __cmd_create_help(exe, true); in main() 1577 static int cmd_dev_help(char *exe) in main() 1579 cmd_add_help(exe); in main() 1580 cmd_recover_help(exe); in main() 1582 printf("%s del [-n dev_id] -a \n", exe); in main() 1490 __cmd_create_help(char * exe,bool recovery) __cmd_create_help() argument 1511 cmd_add_help(char * exe) cmd_add_help() argument 1517 cmd_recover_help(char * exe) cmd_recover_help() argument 1524 cmd_dev_help(char * exe) cmd_dev_help() argument [all...] |
| /linux/security/tomoyo/ |
| H 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()
|
| H A D | common.c | 932 const char *exe; in tomoyo_manager() local 943 exe = tomoyo_get_exe(); in tomoyo_manager() 944 if (!exe) in tomoyo_manager() 950 !strcmp(exe, ptr->manager->name))) { in tomoyo_manager() 961 domainname->name, exe); in tomoyo_manager() 965 kfree(exe); in tomoyo_manager()
|
| /linux/tools/perf/tests/shell/ |
| H A D | buildid.sh | 43 ex_pe=$(dirname $0)/../pe-file.exe 104 *.exe)
|
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 320 with executor(max_workers=max_workers) as exe: 324 f_list.append(exe.submit(self.check_file, refs, found))
|
| /linux/tools/perf/util/ |
| H A D | symbol.h | 194 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data,
|
| H A D | symbol-minimal.c | 338 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in file__read_maps()
|
| H A D | symbol-elf.c | 1810 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) in elf_read_maps() argument 1825 if (exe) { in elf_read_maps() 1842 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, in file__read_maps() argument 1855 err = elf_read_maps(elf, exe, mapfn, data); in file__read_maps()
|
| /linux/Documentation/filesystems/spufs/ |
| H A D | spu_run.rst | 32 not return while the SPU is still running. If there is a need to exe-
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 351 …d=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 comm="ld-linux.so" exe="/tmp/ipe-test/lib/… 355 …uid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 comm="mmap_test" exe="/root/overlake_tes… 396 …uid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="python3" exe="/usr/bin/python3.1… 440 …uid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4294967295 comm="python3" exe="/usr/bin/python3.1…
|
| /linux/include/linux/ |
| H A D | audit.h | 57 struct audit_fsnotify_mark *exe; member
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 317 ftp://ftp.3com.com/pub/nic/3c90x/3c90xx2.exe
|
| /linux/tools/perf/ |
| H A D | Makefile.perf | 1133 $(INSTALL) tests/pe-file.exe* '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests'; \
|