Searched refs:exec (Results 176 - 200 of 254) sorted by relevance

1234567891011

/openbsd-current/sys/arch/m88k/m88k/
H A Dm88k_machdep.c53 #include <sys/exec.h>
111 * Set registers on exec.
/openbsd-current/gnu/usr.bin/perl/amigaos4/
H A Damigaio.c17 #include <exec/semaphores.h>
18 #include <exec/exectags.h>
19 #include <proto/exec.h>
625 /* AmigaOS specific versions of #?exec#? solely for use in amigaos_system_child
636 "Can't exec \"%s\": %s", cmd, Strerror(e));
672 if (strBEGINs(cmd, "exec") && isSPACE(cmd[4]))
H A Damigaos.c28 #include <proto/exec.h>
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dsta.c133 static void ffesta_add_possible_ (ffelexHandler fn, bool exec, bool named);
153 ffesta_add_possible_ (ffelexHandler fn, bool exec, bool named)
161 if (exec)
178 /* ffesta_inhibited_exec_transition_ -- Do exec transition while inhibited
338 { /* No handler in this list, try exec list if
351 have no exec handler available, or - we haven't seen the first
354 nonexec-to-exec transition can't be made at the statement context
1317 ; /* Have an exec stmt after exec transition. */
1319 /* 1 exec stm
152 ffesta_add_possible_(ffelexHandler fn, bool exec, bool named) argument
[all...]
/openbsd-current/usr.sbin/mopd/common/
H A Dfile.c35 #include <sys/exec.h>
887 struct exec ex, ex_swap;
920 struct exec ex, ex_swap;
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp155 Module *exec = process->GetTarget().GetExecutableModulePointer(); local
156 if (exec && !is_kernel(exec))
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dlinux-nat.c381 the child exits or execs. At exec time we can remove the old
384 child's exec has failed, or something similar).
502 error ("Your system does not support exec catchpoints.");
2434 int read, write, exec;
2455 exec = (strchr (permissions, 'x') != 0);
2463 write ? 'w' : ' ', exec ? 'x' : ' ');
2471 func (addr, size, read, write, exec, obfd);
2426 int read, write, exec; local
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp30 #include <sys/exec.h>
/openbsd-current/sys/arch/sh/sh/
H A Dsh_machdep.c87 #include <sys/exec.h>
269 * Allocate a submap for exec arguments. This map effectively
270 * limits the number of processes exec'ing at any time.
560 * Clear registers on exec
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.h417 int amdgpu_vm_lock_pd(struct amdgpu_vm *vm, struct drm_exec *exec,
/openbsd-current/sys/kern/
H A Dexec_subr.c39 #include <sys/exec.h>
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsrec.c1172 srec_sizeof_headers (abfd, exec)
1174 bfd_boolean exec ATTRIBUTE_UNUSED;
H A Dtekhex.c956 tekhex_sizeof_headers (abfd, exec)
958 bfd_boolean exec ATTRIBUTE_UNUSED;
H A Dversados.c724 versados_sizeof_headers (abfd, exec)
726 bfd_boolean exec ATTRIBUTE_UNUSED;
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_svm.c1496 struct drm_exec exec; member in struct:svm_validate_context
1506 drm_exec_init(&ctx->exec, intr ? DRM_EXEC_INTERRUPTIBLE_WAIT: 0);
1507 drm_exec_until_all_locked(&ctx->exec) {
1517 r = amdgpu_vm_lock_pd(vm, &ctx->exec, 2);
1518 drm_exec_retry_on_contention(&ctx->exec);
1546 drm_exec_fini(&ctx->exec);
1552 drm_exec_fini(&ctx->exec);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dihex.c903 ihex_sizeof_headers (bfd *abfd ATTRIBUTE_UNUSED, bfd_boolean exec ATTRIBUTE_UNUSED)
H A Dtekhex.c871 bfd_boolean exec ATTRIBUTE_UNUSED)
H A Dversados.c678 bfd_boolean exec ATTRIBUTE_UNUSED)
/openbsd-current/lib/libkvm/
H A Dkvm_proc2.c77 #include <sys/exec.h>
H A Dkvm_proc.c77 #include <sys/exec.h>
/openbsd-current/sys/arch/alpha/alpha/
H A Dpmap.c2491 * Return non-zero if this was an execute fault on a non-exec mapping,
2502 boolean_t exec = FALSE; local
2541 exec = pmap_pte_exec(pte);
2542 if (!exec && type == ALPHA_MMCSR_FOE) {
2639 if (exec) {
/openbsd-current/sys/arch/macppc/macppc/
H A Dmachdep.c38 #include <sys/exec.h>
377 * Allocate a submap for exec arguments. This map effectively
378 * limits the number of processes exec'ing at any time.
416 * Clear registers on exec
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dmachdep.c74 #include <sys/exec.h>
357 * Allocate a submap for exec arguments. This map effectively
358 * limits the number of processes exec'ing at any time.
/openbsd-current/sys/sys/
H A Dexec_elf.h37 #include <machine/exec.h>
/openbsd-current/sys/ddb/
H A Ddb_ctf.c23 #include <sys/exec.h>

Completed in 528 milliseconds

1234567891011