Searched refs:exec (Results 1 - 25 of 179) sorted by last modified time

12345678

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h98 int (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**); member in struct:sqlite3_api_routines
422 #define sqlite3_exec sqlite3_api->exec
H A Dsqlite3.c[all...]
/freebsd-11-stable/sys/powerpc/aim/
H A Daim_machdep.c74 #include <sys/exec.h>
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h168 #include <machine/exec.h>
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c48 #include <sys/exec.h>
100 SDT_PROBE_DEFINE1(proc, , , exec, "char *");
427 SDT_PROBE1(proc, , , exec, args->fname);
704 * cannot be shared after an exec.
707 /* close files on exec */
723 * be shared after an exec. The new process gets a copy of the old
832 * Tell the DTrace fasttrap provider about the exec if it
840 * Notify others that we exec'd, and clear the P_INEXEC flag
846 /* clear "fork but no exec" flag, as we _are_ execing */
860 * current process is using PMCs. If so, do exec() tim
[all...]
H A Dimgact_elf.c41 #include <sys/exec.h>
H A Dinit_main.c53 #include <sys/exec.h>
722 * Start the initial user process; try exec'ing each pathname in init_path.
825 * Now try to exec the program. If can't for any reason
836 printf("exec %.*s: error %d\n", (int)(next - path),
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c41 #include <sys/exec.h>
2897 * Also deal with signal trampoline code for this exec type.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c565 boolean_t exec = B_FALSE; local
616 exec = B_FALSE;
619 exec = B_TRUE;
710 exec_changed_cb(zfsvfs, exec);
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c2438 # include <sys/exec.h>
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c671 bool exec);
5599 * implementations flag an EPT misconfiguration for exec-only
8184 pmap_pti_add_kva_locked(vm_offset_t sva, vm_offset_t eva, bool exec)
8201 (exec ? 0 : pg_nx) | pmap_cache_bits(kernel_pmap,
8222 pmap_pti_add_kva(vm_offset_t sva, vm_offset_t eva, bool exec)
8228 pmap_pti_add_kva_locked(sva, eva, exec);
8183 pmap_pti_add_kva_locked(vm_offset_t sva, vm_offset_t eva, bool exec) argument
8221 pmap_pti_add_kva(vm_offset_t sva, vm_offset_t eva, bool exec) argument
H A Dmachdep.c68 #include <sys/exec.h>
588 * Reset registers to default values on exec.
629 * They won't have any meaning for the newly exec'd process.
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c285 struct exec aout;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc195 // On FreeBSD if the exec path specified in ELF auxiliary vectors is
H A DProgram.inc200 // posix_spawn. It is more efficient than fork/exec.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h189 namespace exec { namespace in namespace:llvm::orc::remote
216 } // end namespace exec
H A DOrcRemoteTargetClient.h518 return callB<exec::CallIntVoid>(Addr);
527 return callB<exec::CallMain>(Addr, Args);
535 return callB<exec::CallVoidVoid>(Addr);
H A DOrcRemoteTargetServer.h64 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
65 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
66 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp20 #include <sys/exec.h>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp37 InternalScopedString exec(kMaxPathLength);
38 if (ReadBinaryNameCached(exec.data(), exec.size())) {
39 const char *file_name_pos = StripModuleName(exec.data());
40 uptr path_to_exec_len = file_name_pos - exec.data();
41 internal_strncat(new_file_path, exec.data(),
H A Dsanitizer_netbsd.cpp30 #include <sys/exec.h>
H A Dsanitizer_linux.cpp80 #include <sys/exec.h>
94 #include <sys/exec.h>
592 // this information. See also <sys/exec.h>.
1995 // No need to re-exec on Linux.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp12 #include <sys/exec.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp12 #include <sys/exec.h>
/freebsd-11-stable/stand/lua/
H A Dconfig.lua42 local MSG_FAILEXEC = "Failed to exec '%s'"
186 -- a full-line comment. The second is for 'exec' handling. Both have a single
189 -- validation that we'll do after a match. However, the 'exec' pattern will.
252 -- exec="command"
254 str = "exec%s*=%s*" .. QVALEXPR,

Completed in 824 milliseconds

12345678