Searched refs:exec (Results 51 - 75 of 179) sorted by relevance

12345678

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_sysvec.c37 #include <sys/exec.h>
/freebsd-11-stable/lib/libc/gen/
H A Dsetproctitle.c23 #include <sys/exec.h>
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_util.h35 #include <sys/exec.h>
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h168 #include <machine/exec.h>
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dspp_client.c511 static int hs20_spp_exec(struct hs20_osu_client *ctx, xml_node_t *exec, argument
525 debug_dump_node(ctx, "exec", exec);
527 xml_node_for_each_child(ctx->xml, cmd, exec) {
532 wpa_printf(MSG_INFO, "exec command element not found (cmd=%p)",
586 wpa_printf(MSG_INFO, "Unsupported exec command: '%s'", name);
605 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; local
635 if (!exec && strcasecmp(name, "exec") == 0)
636 exec
[all...]
H A Doma_dm_client.c390 static int oma_dm_exec_browser(struct hs20_osu_client *ctx, xml_node_t *exec) argument
396 node = get_node(ctx->xml, exec, "Item/Data");
424 static int oma_dm_exec_get_cert(struct hs20_osu_client *ctx, xml_node_t *exec) argument
434 node = get_node(ctx->xml, exec, "Item/Data");
471 static int oma_dm_exec(struct hs20_osu_client *ctx, xml_node_t *exec) argument
476 locuri = oma_dm_get_target_locuri(ctx, exec);
486 ret = oma_dm_exec_browser(ctx, exec);
489 ret = oma_dm_exec_get_cert(ctx, exec);
491 wpa_printf(MSG_INFO, "Unsupported exec Target LocURI");
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dcheck_test.cpp64 return atf::check::exec(argva);
79 return atf::check::exec(argva);
246 set_md_var("descr", "Tests that exec properly cleans up the temporary "
269 set_md_var("descr", "Tests that exec properly captures the exit "
319 set_md_var("descr", "Tests that exec properly captures the stdout "
375 std::auto_ptr< atf::check::check_result > r = atf::check::exec(argva);
/freebsd-11-stable/sys/mips/broadcom/
H A Dbcm_machdep.c44 #include <sys/exec.h>
/freebsd-11-stable/sys/mips/gxemul/
H A Dgxemul_machdep.c41 #include <sys/exec.h>
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_machdep.c43 #include <sys/exec.h>
/freebsd-11-stable/usr.bin/gprof/
H A Daout.c55 static struct exec xbuf; /* exec header of a.out */
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs.c45 #include <sys/exec.h>
H A Dprocfs_status.c43 #include <sys/exec.h>
/freebsd-11-stable/sys/kern/
H A Dimgact_shell.c36 #include <sys/exec.h>
240 * for exec to use.
H A Dimgact_gzip.c28 #include <sys/exec.h>
52 struct exec a_out;
/freebsd-11-stable/sys/arm64/arm64/
H A Delf_machdep.c40 #include <sys/exec.h>
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c33 #include <sys/exec.h>
200 panic("exec returned");
/freebsd-11-stable/usr.sbin/btxld/
H A Dbtxld.c40 #include <machine/exec.h>
327 const struct exec *ex;
348 if (hdr->size >= sizeof(struct exec) && !N_BADMAG(*ex)) {
404 struct exec ex;
/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_physmem.c38 # include <proto/exec.h>
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dprocess_test.cpp61 using atf::process::exec;
67 return exec(get_process_helpers_path(tc, true),
249 set_md_var("descr", "Tests that the exec argv provided by an argv_array "
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat22 Rem If their environment space is too small, re-exec with a larger one
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h64 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
65 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
66 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
/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/contrib/binutils/bfd/doc/
H A Dchew.c321 static void exec (dict_type *);
357 exec (word) function
371 exec (e);
1247 exec (word);
/freebsd-11-stable/sys/arm/arm/
H A Ddb_interface.c46 #include <sys/exec.h>

Completed in 173 milliseconds

12345678