| /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 | 507 const char *exe; 521 exe = d_path(&file->f_path, buffer, buffer_size); 522 if (WARN_ON_ONCE(IS_ERR(exe))) 524 return ERR_CAST(exe); 526 size = buffer + buffer_size - exe; 531 *exe_str = exe; 47 const char *exe; get_current_exe() local
|
| /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.
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | audit.h | 34 char exe[PATH_MAX]; member 174 memcpy(msg.rule.buf, filter->exe, filter->exe_len); in audit_filter_drop() 293 " exe=\"[^\"]\\+\" comm=\".*_test\"$"; in audit_match_record() 495 int ret = readlink("/proc/self/exe", filter->exe, 496 sizeof(filter->exe) - 1); 510 if (filter->exe_len > sizeof(filter->exe)) 513 memcpy(filter->exe, absolute_path, filter->exe_len);
|
| /linux/kernel/ |
| H A D | auditfilter.c | 585 if (entry->rule.exe || f_val > PATH_MAX) in audit_data_to_entry() 599 entry->rule.exe = audit_mark; in audit_data_to_entry() 616 if (entry->rule.exe) in audit_data_to_entry() 617 audit_remove_mark(entry->rule.exe); /* that's the template one */ in audit_data_to_entry() 683 audit_pack_string(&bufp, audit_mark_path(krule->exe)); in audit_krule_to_data() 751 if (strcmp(audit_mark_path(a->exe), in audit_compare_rule() 752 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() 1057 if (e->rule.exe) in audit_del_rule() [all …]
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | kublk.c | 2172 static void __cmd_create_help(char *exe, bool recovery) in __cmd_create_help() argument 2177 exe, recovery ? "recover" : "add"); in __cmd_create_help() 2197 static void cmd_add_help(char *exe) in cmd_add_help() argument 2199 __cmd_create_help(exe, false); in cmd_add_help() 2203 static void cmd_recover_help(char *exe) in cmd_recover_help() argument 2205 __cmd_create_help(exe, true); in cmd_recover_help() 2210 static int cmd_dev_help(char *exe) in cmd_dev_help() argument 2212 cmd_add_help(exe); in cmd_dev_help() 2213 cmd_recover_help(exe); in cmd_dev_help() 2215 printf("%s del [-n dev_id] -a \n", exe); in cmd_dev_help() [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 | 943 const char *exe; in tomoyo_manager() local 954 exe = tomoyo_get_exe(); in tomoyo_manager() 955 if (!exe) in tomoyo_manager() 961 !strcmp(exe, ptr->manager->name))) { in tomoyo_manager() 972 domainname->name, exe); in tomoyo_manager() 976 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 | 277 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data,
|
| H A D | symbol-minimal.c | 350 int file__read_maps(int fd __maybe_unused, bool exe __maybe_unused, in kcore_extract__delete()
|
| H A D | symbol-elf.c | 1869 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) in dso__type_fd() 1884 if (exe) { in dso__type_fd() 1901 int file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, in copy_bytes() 1914 err = elf_read_maps(elf, exe, mapfn, data); in copy_bytes() 1810 elf_read_maps(Elf * elf,bool exe,mapfn_t mapfn,void * data) elf_read_maps() argument 1842 file__read_maps(int fd,bool exe,mapfn_t mapfn,void * data,bool * is_64_bit) file__read_maps() argument
|
| /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/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 | 878 $(INSTALL) tests/pe-file.exe* '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/tests'; \
|
| /linux/Documentation/admin-guide/media/ |
| H A D | bttv.rst | 56 called ``pvr45xxx.exe``. Just placing it at the ``/etc/firmware``
|