Searched refs:exec (Results 151 - 175 of 179) sorted by relevance

12345678

/freebsd-11-stable/lib/libkvm/
H A Dkvm_proc.c62 #include <sys/exec.h>
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c55 #include <sys/exec.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c71 #include <sys/exec.h>
497 * Set set up registers on exec.
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c42 #include <sys/exec.h>
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c922 struct exec ex;
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c43 #include <sys/exec.h>
394 * Reset registers to default values on exec.
433 * They won't have any meaning for the newly exec'd process.
880 printf("Linux x86-64 ELF exec handler installed\n");
900 printf("Linux ELF exec handler removed\n");
/freebsd-11-stable/sys/kern/
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),
H A Dimgact_elf.c41 #include <sys/exec.h>
H A Dkern_proc.c45 #include <sys/exec.h>
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js94 ('' + (/CPU.*OS ([0-9_]{1,5})|(CPU like).*AppleWebKit.*Mobile/i.exec(navigator.userAgent) || [0,''])[1])
513 if(match = (new RegExp(rule, 'i')).exec(notation)) {
/freebsd-11-stable/stand/common/
H A Dload_elf.c33 #include <sys/exec.h>
397 /* save exec header as metadata */
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c47 #include <sys/exec.h>
714 * Clear registers on exec
1079 printf("Linux ELF exec handler installed\n");
1099 printf("Linux ELF exec handler removed\n");
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c34 #include <sys/exec.h>
1056 printf("Linux ELF exec handler installed\n");
1080 printf("Linux ELF exec handler removed\n");
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_signal.c40 #include <sys/exec.h>
937 * Clear registers on exec
/freebsd-11-stable/sys/compat/linprocfs/
H A Dlinprocfs.c49 #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/contrib/binutils/binutils/
H A Dsrconv.c1544 sc.exec = 3;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1666 uint32_t exec; member in struct:iwn_general_stats
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c424 struct exec ex;
1212 * segment at the time of exec(). The entry address
1213 * recorded at process exec time corresponds to the
1709 PMCSTAT_PRINT_ENTRY("exec","0x%x %d %p \"%s\"",
2227 PRINT("#exec/a.out", exec_aout);
2228 PRINT("#exec/elf", exec_elf);
2229 PRINT("#exec/unknown", exec_indeterminable);
2230 PRINT("#exec handling errors", exec_errors);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c5412 int exec = 0;
5426 exec = PF_X;
5430 exec = PF_X;
5434 elf_tdata (output_bfd)->stack_flags = PF_R | PF_W | exec;
5435 if (exec && info->relocatable
5402 int exec = 0; local
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c262 struct exec *a_out;
314 /* EACCESS is what exec(2) returns. */
/freebsd-11-stable/sys/dev/bxe/
H A Decore_sp.c46 * @exec: execute function pointer
56 exe_q_execute exec,
73 o->execute = exec;
49 ecore_exe_queue_init(struct bxe_softc *sc, struct ecore_exe_queue_obj *o, int exe_len, union ecore_qable_obj *owner, exe_q_validate validate, exe_q_remove remove, exe_q_optimize optimize, exe_q_execute exec, exe_q_get get) argument
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c67 #include <sys/exec.h>
1125 * Reset registers to default values on exec.
1172 * They won't have any meaning for the newly exec'd process.
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c2438 # include <sys/exec.h>

Completed in 385 milliseconds

12345678