Searched refs:exec (Results 126 - 150 of 179) sorted by relevance

12345678

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c69 * and handles exec and fork (by always following the parent). The control
355 * attaching to a process or after a victim process completes an exec(2).
358 dt_proc_attach(dt_proc_t *dpr, int exec) argument
368 if (exec) {
371 return; /* exec failed: nothing needs to be done */
542 * We must trace exit from exec() system calls so that if the exec is
926 "failed to control pid %d: process exec'd "
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_private.h250 #define THR_CLEANUP_POP(td, exec) \
252 if ((exec) != 0) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc200 // posix_spawn. It is more efficient than fork/exec.
H A DPath.inc195 // On FreeBSD if the exec path specified in ELF auxiliary vectors is
/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
/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_binmisc.c35 #include <sys/exec.h>
/freebsd-11-stable/sys/i386/svr4/
H A Dsvr4_machdep.c35 #include <sys/exec.h>
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c100 static int qflag; /* q job, but don't exec daemon */
704 struct exec execb;
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c374 * Try to exec stage 3 boot loader. If interrupted by a keypress,
420 struct exec ex;
/freebsd-11-stable/stand/common/
H A Dload_elf_obj.c33 #include <sys/exec.h>
164 /* save exec header as metadata */
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c239 * Try to exec stage 3 boot loader. If interrupted by a keypress,
285 struct exec ex;
/freebsd-11-stable/usr.sbin/kldxref/
H A Dkldxref.c38 #include <sys/exec.h>
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c331 * Try to exec stage 3 boot loader. If interrupted by a
388 struct exec ex;
/freebsd-11-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c42 #include <sys/exec.h>
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c47 #include <sys/exec.h>
/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c617 .exec = cb_exec,
/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/share/mk/
H A Dbsd.lib.mk156 ${SHLIBDIR:C%/usr/(tests/)?lib(32|exec)?(/.*)?%/usr/lib%} == "/usr/lib"
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c2968 struct mac_biba *subj, *obj, *exec; local
2974 * exec-time as part of Biba, so disallow non-NULL Biba label
2977 exec = SLOT(execlabel);
2978 error = biba_atmostflags(exec, 0);
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c2600 struct mac_mls *subj, *obj, *exec; local
2606 * exec-time as part of MLS, so disallow non-NULL MLS label
2609 exec = SLOT(execlabel);
2610 error = mls_atmostflags(exec, 0);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtarget.c342 maybe_kill_then_create_inferior (char *exec, char *args, char **env) argument
345 target_create_inferior (exec, args, env);
2416 Shows the entire stack of targets currently in use (including the exec-file,\n\
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
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/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c4860 int exec; local
4874 exec = 0;
4886 exec = 1;
4898 } while(exec);
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h795 uint32_t exec; member in struct:wpi_general_stats

Completed in 228 milliseconds

12345678