Searched refs:exec (Results 26 - 50 of 179) sorted by relevance

12345678

/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c64 #define DEFAULT_EXEC_PREFIX "exec /usr/sbin/ppp -direct "
75 fprintf(stderr, "usage: %s [-Fd] [-P pidfile] [-a name] [-e exec | -l label]"
105 * (exec-<pid>)
108 * `--->(exec-<pid>)| <unnamed> |--fd--| provider |
113 * The exec-<pid> hook isn't made 'till we Spawn().
254 const char *exec, struct ngm_connect ngc, int cs, int ds, void *request,
293 snprintf(ngc.ourhook, sizeof ngc.ourhook, "exec-%ld", (long)getpid());
444 syslog(LOG_INFO, "Executing: %s", exec);
445 execlp(_PATH_BSHELL, _PATH_BSHELL, "-c", exec, (char *)NULL);
500 char hostname[MAXHOSTNAMELEN], *exec, rhoo local
253 Spawn(const char *prog, const char *acname, const char *provider, const char *exec, struct ngm_connect ngc, int cs, int ds, void *request, int sz, int debug) argument
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dtoken.l64 exec { DP; return EXEC; }
/freebsd-11-stable/stand/mips/beri/loader/
H A Dmain.c50 static int __elfN(exec)(struct preloaded_file *);
83 __elfN(exec)(struct preloaded_file *fp) function
/freebsd-11-stable/contrib/binutils/include/aout/
H A Dencap.h24 * how to exec the file. Therefore, the only fields that need to
29 * A normal bsd header (struct exec) is placed after the coff headers,
35 * The only problem is to track down the bsd exec header. The
117 The _N_HDROFF gets sizeof struct exec added to it, so we have
130 sizeof (struct coffheader) + sizeof (struct exec) : 0)
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s37 # System call: exec
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Delf32_freebsd.c31 #include <sys/exec.h>
93 panic("exec returned");
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s37 # System call: exec
/freebsd-11-stable/stand/i386/libi386/
H A Delf32_freebsd.c31 #include <sys/exec.h>
77 panic("exec returned");
H A Delf64_freebsd.c32 #include <sys/exec.h>
119 panic("exec returned");
/freebsd-11-stable/sys/sys/
H A Dimgact_aout.h29 * from: @(#)exec.h 8.1 (Berkeley) 6/11/93
89 N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec))
112 struct exec { struct
/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c50 struct exec { struct
81 struct exec a;
/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/usr.sbin/apmd/
H A Dapmdlex.l98 <TOP>exec { return EXECCMD; }
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzld.c65 struct exec ex;
H A Dkgzcmp.c55 struct kgz_hdr *, const struct exec *);
120 struct exec ex;
223 struct kgz_hdr * kh, const struct exec * a)
/freebsd-11-stable/stand/userboot/
H A Duserboot.h174 void (*exec)(void *arg, uint64_t pc); member in struct:loader_callbacks
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_common.c32 #include <sys/exec.h>
/freebsd-11-stable/sys/kern/
H A Dimgact_aout.c31 #include <sys/exec.h>
158 const struct exec *a_out = (const struct exec *) imgp->image_header;
/freebsd-11-stable/sys/compat/svr4/
H A Dimgact_svr4.c38 #include <sys/exec.h>
65 const struct exec *a_out = (const struct exec *) imgp->image_header;
/freebsd-11-stable/sys/i386/linux/
H A Dimgact_linux.c37 #include <sys/exec.h>
63 const struct exec *a_out = (const struct exec *) imgp->image_header;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgcore.c311 int read, int write, int exec, void *data)
320 if (read == 0 && write == 0 && exec == 0)
366 if (exec)
310 gcore_create_callback(CORE_ADDR vaddr, unsigned long size, int read, int write, int exec, void *data) argument
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dcheck.cpp145 impl::exec(const atf::process::argv_array& argva) function in class:impl
/freebsd-11-stable/sys/mips/adm5120/
H A Dadm5120_machdep.c42 #include <sys/exec.h>
/freebsd-11-stable/sys/mips/alchemy/
H A Dalchemy_machdep.c42 #include <sys/exec.h>
/freebsd-11-stable/sys/mips/idt/
H A Didt_machdep.c44 #include <sys/exec.h>

Completed in 172 milliseconds

12345678