Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/sys/
H A Dimgact_aout.h110 struct exec { struct
111 uint32_t a_midmag; /* flags<<26 | mid<<16 | magic */
112 uint32_t a_text; /* text segment size */
113 uint32_t a_data; /* initialized data size */
114 uint32_t a_bss; /* uninitialized data size */
115 uint32_t a_syms; /* symbol table size */
116 uint32_t a_entry; /* entry point */
117 uint32_t a_trsize; /* text relocation size */
118 uint32_t a_drsize; /* data relocation size */
/freebsd/contrib/kyua/engine/execenv/
H A Dexecenv_host.cpp49 execenv::execenv_host::exec(const args_vector& args) const in exec() function in execenv::execenv_host
/freebsd/contrib/atf/atf-c++/detail/
H A Dprocess.hpp245 exec(const atf::fs::path& prog, const argv_array& argv, in exec() function
265 exec(const atf::fs::path& prog, const argv_array& argv, in exec() function
/freebsd/contrib/kyua/os/freebsd/
H A Dexecenv_jail_stub.cpp69 execenv_jail::exec(const args_vector&) const in exec() function in freebsd::execenv_jail
H A Dexecenv_jail.cpp68 execenv_jail::exec(const args_vector& args) const in exec() function in freebsd::execenv_jail
/freebsd/stand/efi/loader/arch/riscv/
H A Dexec.c44 __elfN(exec)(struct preloaded_file *fp) in __elfN() argument
/freebsd/tests/sys/cddl/zfs/bin/
H A Dfile_write.c221 char *exec = (char *)execname; in usage() local
/freebsd/libexec/pppoed/
H A Dpppoed.c254 const char *exec, struct ngm_connect ngc, int cs, int ds, void *request, in Spawn()
500 char hostname[MAXHOSTNAMELEN], *exec, rhook[NG_HOOKSIZ]; in main() local
/freebsd/contrib/kyua/utils/process/
H A Doperations.cpp125 process::exec(const fs::path& program, const args_vector& args) throw() in exec() function in process
/freebsd/contrib/atf/atf-c++/
H A Dcheck.cpp145 impl::exec(const atf::process::argv_array& argva) in exec() function in impl
/freebsd/contrib/kyua/utils/sqlite/
H A Ddatabase.cpp282 sqlite::database::exec(const std::string& sql) in exec() function in sqlite::database
/freebsd/contrib/kyua/os/freebsd/utils/
H A Djail.cpp236 jail::exec(const std::string& jail_name, in exec() function in freebsd::utils::jail
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c96 struct work_exec *exec; in linux_work_exec_unblock() local
275 struct work_exec exec; in linux_work_fn() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp37 InternalMmapVector<char> exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() local
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c260 geterror(const char *s, int *comp, int *exec) in geterror()
484 int comp, exec; in att_test() local
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h138 inline void OcsdTraceElement::setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, … in setLastInstrInfo()
/freebsd/stand/userboot/
H A Duserboot.h177 void (*exec)(void *arg, uint64_t pc); member
/freebsd/stand/efi/loader/arch/amd64/
H A Dmultiboot2.c317 exec(struct preloaded_file *fp) in exec() function
/freebsd/contrib/wpa/hs20/client/
H A Dspp_client.c511 static int hs20_spp_exec(struct hs20_osu_client *ctx, xml_node_t *exec, in hs20_spp_exec()
604 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; in process_spp_post_dev_data_response() local
H A Doma_dm_client.c390 static int oma_dm_exec_browser(struct hs20_osu_client *ctx, xml_node_t *exec) in oma_dm_exec_browser()
424 static int oma_dm_exec_get_cert(struct hs20_osu_client *ctx, xml_node_t *exec) in oma_dm_exec_get_cert()
471 static int oma_dm_exec(struct hs20_osu_client *ctx, xml_node_t *exec) in oma_dm_exec()
/freebsd/usr.sbin/sesutil/
H A Dsesutil.c78 int (*exec)(int argc, char **argv); member
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp103 Module *exec = process->GetTarget().GetExecutableModulePointer(); in CreateInstance() local
/freebsd/usr.sbin/pmcannotate/
H A Dpmcannotate.c698 char *bin, *exec, *kfile, *ofile; in main() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp677 auto get_tsc = [](const IntelPTThreadContinousExecution &exec) { in operator <() argument
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c337 dt_proc_attach(dt_proc_t *dpr, int exec) in dt_proc_attach()

12