Symbol: exec
lib/libpmcstat/libpmcstat_image.c
262
struct exec ex;
lib/libthr/thread/thr_private.h
250
#define THR_CLEANUP_POP(td, exec) \
lib/libthr/thread/thr_private.h
252
if ((exec) != 0) \
libexec/flua/lfbsd/lfbsd.c
268
REG_SIMPLE(exec),
libexec/pppoed/pppoed.c
254
const char *exec, struct ngm_connect ngc, int cs, int ds, void *request,
libexec/pppoed/pppoed.c
444
syslog(LOG_INFO, "Executing: %s", exec);
libexec/pppoed/pppoed.c
445
execlp(_PATH_BSHELL, _PATH_BSHELL, "-c", exec, (char *)NULL);
libexec/pppoed/pppoed.c
500
char hostname[MAXHOSTNAMELEN], *exec, rhook[NG_HOOKSIZ];
libexec/pppoed/pppoed.c
511
exec = NULL;
libexec/pppoed/pppoed.c
536
exec = optarg;
libexec/pppoed/pppoed.c
560
if (exec != NULL && label != NULL)
libexec/pppoed/pppoed.c
563
if (exec == NULL) {
libexec/pppoed/pppoed.c
571
exec = (char *)alloca(sizeof DEFAULT_EXEC_PREFIX + strlen(label));
libexec/pppoed/pppoed.c
572
if (exec == NULL) {
libexec/pppoed/pppoed.c
577
strcpy(exec, DEFAULT_EXEC_PREFIX);
libexec/pppoed/pppoed.c
578
strcpy(exec + sizeof DEFAULT_EXEC_PREFIX - 1, label);
libexec/pppoed/pppoed.c
674
Spawn(prog, acname, provider, exec, ngc, cs, ds, response, sz, optd);
stand/efi/loader/arch/amd64/multiboot2.c
563
.l_exec = exec
stand/efi/loader/arch/riscv/exec.c
110
.l_exec = __elfN(exec)
stand/efi/loader/arch/riscv/exec.c
71
__elfN(exec)(struct preloaded_file *fp)
stand/i386/boot2/boot2.c
282
struct exec ex;
stand/i386/gptboot/gptboot.c
385
struct exec ex;
stand/i386/gptzfsboot/zfsboot.c
343
struct exec ex;
stand/i386/isoboot/isoboot.c
324
struct exec ex;
stand/userboot/test/test.c
553
.exec = test_exec,
stand/userboot/userboot.h
177
void (*exec)(void *arg, uint64_t pc);
stand/userboot/userboot/elf32_freebsd.c
108
CALLBACK(exec, entry);
stand/userboot/userboot/elf64_freebsd.c
154
CALLBACK(exec, ehdr->e_entry);
sys/amd64/amd64/pmap.c
11328
pmap_pti_add_kva_locked(vm_offset_t sva, vm_offset_t eva, bool exec)
sys/amd64/amd64/pmap.c
11345
(exec ? 0 : pg_nx) | pmap_cache_bits(kernel_pmap,
sys/amd64/amd64/pmap.c
11366
pmap_pti_add_kva(vm_offset_t sva, vm_offset_t eva, bool exec)
sys/amd64/amd64/pmap.c
11372
pmap_pti_add_kva_locked(sva, eva, exec);
sys/amd64/amd64/pmap.c
1378
bool exec);
sys/amd64/include/pmap.h
431
void pmap_pti_add_kva(vm_offset_t sva, vm_offset_t eva, bool exec);
sys/compat/linuxkpi/common/src/linux_work.c
104
TAILQ_FOREACH(exec, &wq->exec_head, entry) {
sys/compat/linuxkpi/common/src/linux_work.c
105
if (exec->target == work) {
sys/compat/linuxkpi/common/src/linux_work.c
106
exec->target = NULL;
sys/compat/linuxkpi/common/src/linux_work.c
282
struct work_exec exec;
sys/compat/linuxkpi/common/src/linux_work.c
292
exec.target = work;
sys/compat/linuxkpi/common/src/linux_work.c
296
TAILQ_INSERT_TAIL(&wq->exec_head, &exec, entry);
sys/compat/linuxkpi/common/src/linux_work.c
315
if (exec.target != work) {
sys/compat/linuxkpi/common/src/linux_work.c
317
exec.target = work;
sys/compat/linuxkpi/common/src/linux_work.c
327
TAILQ_REMOVE(&wq->exec_head, &exec, entry);
sys/compat/linuxkpi/common/src/linux_work.c
96
struct work_exec *exec;
sys/dev/bxe/ecore_sp.c
56
exe_q_execute exec,
sys/dev/bxe/ecore_sp.c
73
o->execute = exec;
sys/dev/iwn/if_iwnreg.h
1706
uint32_t exec;
sys/dev/wpi/if_wpireg.h
791
uint32_t exec;
sys/i386/linux/imgact_linux.c
60
const struct exec *a_out = (const struct exec *) imgp->image_header;
sys/i386/linux/linux_machdep.c
624
struct exec *a_out;
sys/kern/imgact_aout.c
174
const struct exec *a_out;
sys/kern/imgact_aout.c
184
a_out = (const struct exec *)imgp->image_header;
sys/kern/kern_exec.c
108
SDT_PROBE_DEFINE1(proc, , , exec, "char *");
sys/kern/kern_exec.c
464
SDT_PROBE1(proc, , , exec, args->fname);
sys/kern/kern_procctl.c
1003
.exec = reap_release, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1010
.exec = reap_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1017
.exec = reap_getpids, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1024
.exec = reap_kill, .copyout_on_error = true,
sys/kern/kern_procctl.c
1031
.exec = trace_ctl, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1037
.exec = trace_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1043
.exec = trapcap_ctl, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1049
.exec = trapcap_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1055
.exec = pdeathsig_ctl, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1061
.exec = pdeathsig_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1067
.exec = aslr_ctl, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1073
.exec = aslr_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1079
.exec = protmax_ctl, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1085
.exec = protmax_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1091
.exec = stackgap_ctl, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1097
.exec = stackgap_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1103
.exec = no_new_privs_ctl, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1109
.exec = no_new_privs_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1115
.exec = wxmap_ctl, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1121
.exec = wxmap_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1127
.exec = logsigexit_ctl, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1133
.exec = logsigexit_status, .copyout_on_error = false, },
sys/kern/kern_procctl.c
1180
return (procctl_cmds_info[com].exec(td, p, data));
sys/kern/kern_procctl.c
982
int (*exec)(struct thread *, struct proc *, void *);
sys/kern/kern_procctl.c
991
.exec = protect_set, .copyout_on_error = false, },
sys/kern/kern_procctl.c
997
.exec = reap_acquire, .copyout_on_error = false, },
sys/security/mac_biba/mac_biba.c
2968
struct mac_biba *subj, *obj, *exec;
sys/security/mac_biba/mac_biba.c
2977
exec = SLOT(execlabel);
sys/security/mac_biba/mac_biba.c
2978
error = biba_atmostflags(exec, 0);
sys/security/mac_mls/mac_mls.c
2597
struct mac_mls *subj, *obj, *exec;
sys/security/mac_mls/mac_mls.c
2606
exec = SLOT(execlabel);
sys/security/mac_mls/mac_mls.c
2607
error = mls_atmostflags(exec, 0);
sys/sys/exec.h
110
struct execsw *exec = (struct execsw *)data; \
sys/sys/exec.h
115
error = exec_register(exec); \
sys/sys/exec.h
121
error = exec_unregister(exec); \
sys/sys/imgact_aout.h
87
N_GETMAGIC_NET(ex) == ZMAGIC) ? 0 : sizeof(struct exec))
tests/sys/cddl/zfs/bin/file_write.c
221
char *exec = (char *)execname;
tests/sys/cddl/zfs/bin/file_write.c
223
if (exec != NULL)
tests/sys/cddl/zfs/bin/file_write.c
224
exec = strdup(exec);
tests/sys/cddl/zfs/bin/file_write.c
225
if (exec != NULL)
tests/sys/cddl/zfs/bin/file_write.c
226
base = basename(exec);
tests/sys/cddl/zfs/bin/file_write.c
234
if (exec) {
tests/sys/cddl/zfs/bin/file_write.c
235
free(exec);
tools/tools/iwn/iwnstats/main.c
231
le32toh(stats->general.exec),
usr.bin/xargs/xargs.c
585
goto exec;
usr.bin/xargs/xargs.c
592
exec:
usr.sbin/bhyveload/bhyveload.c
667
.exec = cb_exec,
usr.sbin/btxld/btxld.c
323
const struct exec *ex;
usr.sbin/btxld/btxld.c
344
if (hdr->size >= sizeof(struct exec) && !N_BADMAG(*ex)) {
usr.sbin/btxld/btxld.c
400
struct exec ex;
usr.sbin/pmcannotate/pmcannotate.c
700
char *bin, *exec, *kfile, *ofile;
usr.sbin/pmcannotate/pmcannotate.c
709
exec = argv[0];
usr.sbin/pmcannotate/pmcannotate.c
740
usage(exec);
usr.sbin/pmcannotate/pmcannotate.c
745
usage(exec);
usr.sbin/pmcannotate/pmcannotate.c
750
FATAL(exec, "%s: Impossible to locate the binary file\n",
usr.sbin/pmcannotate/pmcannotate.c
751
exec);
usr.sbin/pmcannotate/pmcannotate.c
753
FATAL(exec, "%s: Impossible to locate the pmcstat file\n",
usr.sbin/pmcannotate/pmcannotate.c
754
exec);
usr.sbin/pmcannotate/pmcannotate.c
756
FATAL(exec, "%s: Impossible to locate the kernel file\n",
usr.sbin/pmcannotate/pmcannotate.c
757
exec);
usr.sbin/pmcannotate/pmcannotate.c
769
FATAL(exec, "%s: Cannot create tempfile templates\n",
usr.sbin/pmcannotate/pmcannotate.c
770
exec);
usr.sbin/pmcannotate/pmcannotate.c
772
FATAL(exec, "%s: Impossible to create the tmp file\n",
usr.sbin/pmcannotate/pmcannotate.c
773
exec);
usr.sbin/pmcannotate/pmcannotate.c
781
FATAL(exec, "%s: Impossible to create the tmp file\n",
usr.sbin/pmcannotate/pmcannotate.c
782
exec);
usr.sbin/pmcannotate/pmcannotate.c
786
FATAL(exec, "%s: Impossible to open the map file\n",
usr.sbin/pmcannotate/pmcannotate.c
787
exec);
usr.sbin/pmcannotate/pmcannotate.c
801
exec);
usr.sbin/pmcannotate/pmcannotate.c
813
FATAL(exec,
usr.sbin/pmcannotate/pmcannotate.c
814
"%s: Impossible to create a new object\n", exec);
usr.sbin/pmcannotate/pmcannotate.c
818
FATAL(exec, "%s: Impossible to close the filedesc\n",
usr.sbin/pmcannotate/pmcannotate.c
819
exec);
usr.sbin/pmcannotate/pmcannotate.c
821
FATAL(exec, "%s: Impossible to remove the tmpfile\n",
usr.sbin/pmcannotate/pmcannotate.c
822
exec);
usr.sbin/pmcannotate/pmcannotate.c
829
FATAL(exec, "%s: Impossible to generate an analysis\n",
usr.sbin/pmcannotate/pmcannotate.c
830
exec);
usr.sbin/pmcannotate/pmcannotate.c
833
FATAL(exec, "%s: Impossible to create the tmp file\n",
usr.sbin/pmcannotate/pmcannotate.c
834
exec);
usr.sbin/pmcannotate/pmcannotate.c
838
FATAL(exec, "%s: Impossible to open the binary file\n",
usr.sbin/pmcannotate/pmcannotate.c
839
exec);
usr.sbin/pmcannotate/pmcannotate.c
844
FATAL(NULL, "%s: Invalid format for the C file\n", exec);
usr.sbin/pmcannotate/pmcannotate.c
846
FATAL(exec, "%s: Impossible to close the filedesc\n",
usr.sbin/pmcannotate/pmcannotate.c
847
exec);
usr.sbin/pmcannotate/pmcannotate.c
849
FATAL(exec, "%s: Impossible to remove the tmpfile\n",
usr.sbin/pmcannotate/pmcannotate.c
850
exec);
usr.sbin/sesutil/sesutil.c
1018
return (cmd->exec(argc, argv));
usr.sbin/sesutil/sesutil.c
78
int (*exec)(int argc, char **argv);
usr.sbin/uhsoctl/uhsoctl.c
1342
usage(const char *exec)
usr.sbin/uhsoctl/uhsoctl.c
1346
"[-k password] [-r resolvpath] [-f tty] interface\n", exec);
usr.sbin/uhsoctl/uhsoctl.c
1347
printf("usage %s -d interface\n", exec);