Searched refs:exec (Results 51 - 75 of 179) sorted by last modified time

12345678

/freebsd-11-stable/stand/userboot/userboot/
H A Delf64_freebsd.c32 #include <sys/exec.h>
165 CALLBACK(exec, ehdr->e_entry);
167 panic("exec returned");
/freebsd-11-stable/stand/sparc64/loader/
H A Dmain.c50 #include <sys/exec.h>
109 static int __elfN(exec)(struct preloaded_file *);
167 __elfN(exec)
337 __elfN(exec)(struct preloaded_file *fp) function
365 panic("%s: exec returned", __func__);
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c922 struct exec ex;
/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/stand/common/
H A Dload_elf.c33 #include <sys/exec.h>
397 /* save exec header as metadata */
H A Dload_elf_obj.c33 #include <sys/exec.h>
164 /* save exec header as metadata */
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_private.h250 #define THR_CLEANUP_POP(td, exec) \
252 if ((exec) != 0) \
/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c617 .exec = cb_exec,
/freebsd-11-stable/usr.sbin/apmd/
H A Dapmdlex.l98 <TOP>exec { return EXECCMD; }
/freebsd-11-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c1346 usage(const char *exec) argument
1350 "[-k password] [-r resolvpath] [-f tty] interface\n", exec);
1351 printf("usage %s -d interface\n", exec);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c40 #include <sys/exec.h>
/freebsd-11-stable/sys/riscv/riscv/
H A Delf_machdep.c43 #include <sys/exec.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf64_machdep.c31 #include <sys/exec.h>
H A Delf32_machdep.c34 #include <sys/exec.h>
/freebsd-11-stable/sys/mips/mips/
H A Delf_machdep.c34 #include <sys/exec.h>
/freebsd-11-stable/sys/i386/i386/
H A Delf_machdep.c34 #include <sys/exec.h>
/freebsd-11-stable/sys/arm64/arm64/
H A Delf_machdep.c40 #include <sys/exec.h>
/freebsd-11-stable/sys/arm/arm/
H A Delf_machdep.c32 #include <sys/exec.h>
/freebsd-11-stable/sys/amd64/amd64/
H A Delf_machdep.c32 #include <sys/exec.h>
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c275 * Try to exec stage 3 boot loader. If interrupted by a
327 struct exec ex;
/freebsd-11-stable/share/mk/
H A Dbsd.lib.mk156 ${SHLIBDIR:C%/usr/(tests/)?lib(32|exec)?(/.*)?%/usr/lib%} == "/usr/lib"
/freebsd-11-stable/lib/libc/gen/
H A Dsetproctitle.c23 #include <sys/exec.h>
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c114 static const struct exec *ex;
212 ex = (const struct exec *) align_struct(file_base);
/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/i386/libi386/
H A Dmultiboot.c41 #include <sys/exec.h>
384 panic("exec returned");

Completed in 221 milliseconds

12345678