Searched refs:run (Results 176 - 200 of 975) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h73 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_db_migrate.cpp70 cmd_db_migrate::run(cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline, function in class:cmd_db_migrate
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h21 // return Tool.run(newFrontendActionFactory(&Finder));
81 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
98 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
116 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
129 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h42 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmount-zfs.sh.in14 GENERATOR_FILE=/run/systemd/generator/sysroot.mount
15 GENERATOR_EXTENSION=/run/systemd/generator/sysroot.mount.d/zfs-enhancement.conf
20 # file gets created by the zfs-generator program upon successful run.
23 # Let us tell the initrd to run on shutdown.
24 # We have a shutdown hook to run
76 # Let us tell the initrd to run on shutdown.
77 # We have a shutdown hook to run
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp29 PreservedAnalyses PrintModulePass::run(Module &M, ModuleAnalysisManager &) { function in class:PrintModulePass
54 PreservedAnalyses PrintFunctionPass::run(Function &F, function in class:PrintFunctionPass
79 P.run(M, DummyMAM);
102 P.run(F, DummyFAM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h43 /// The Pipeline entry point is method 'run()' which executes cycles in a loop
69 Expected<unsigned> run();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DArgumentPromotion.h41 PreservedAnalyses run(LazyCallGraph::SCC &C, CGSCCAnalysisManager &AM,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h35 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DAlignmentFromAssumptions.h31 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopSimplify.h55 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
/freebsd-13-stable/crypto/openssh/contrib/hpux/
H A Dsshd.rc27 WHAT_PID=/var/run/sshd.pid
30 # NOTE: If your script executes in run state 0 or state 1, then /usr might
32 # /usr unless your script executes in run state 2 or greater. Other
33 # file systems typically not mounted until run state 2 include /var
38 # Check the exit value of a command run by this script. If non-zero, the
/freebsd-13-stable/crypto/openssh/regress/unittests/sshbuf/
H A DMakefile19 run-regress-${PROG}: ${PROG}
/freebsd-13-stable/usr.sbin/blacklistd/
H A DMakefile8 SRCS= blacklistd.c conf.c run.c state.c support.c internal.c \
/freebsd-13-stable/contrib/libevent/test/
H A Dregress.gen.c81 struct run** new_data = NULL;
83 new_data = (struct run**) realloc(msg->run_data,
84 tobe_allocated * sizeof(struct run*));
91 struct run*
171 const struct run* value)
234 struct run* *value)
370 event_warnx("%s: failed to unmarshal run", __func__);
729 * Implementation of run
749 struct run *
755 struct run *
[all...]
H A Dregress_rpc.c739 struct run *run = NULL; local
766 run = EVTAG_ARRAY_ADD(msg, run);
767 if (run == NULL) {
768 tt_abort_msg("Failed to add run message.");
770 EVTAG_ASSIGN(run, how, "very fast but with some data in it");
771 EVTAG_ASSIGN(run, fixed_bytes,
775 run, notes, "this is my note") == NULL) {
778 if (EVTAG_ARRAY_ADD_VALUE(run, note
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c81 struct run** new_data = NULL;
83 new_data = (struct run**) realloc(msg->run_data,
84 tobe_allocated * sizeof(struct run*));
91 struct run*
171 const struct run* value)
234 struct run* *value)
370 event_warnx("%s: failed to unmarshal run", __func__);
729 * Implementation of run
749 struct run *
755 struct run *
[all...]
H A Dregress_rpc.c739 struct run *run = NULL; local
766 run = EVTAG_ARRAY_ADD(msg, run);
767 if (run == NULL) {
768 tt_abort_msg("Failed to add run message.");
770 EVTAG_ASSIGN(run, how, "very fast but with some data in it");
771 EVTAG_ASSIGN(run, fixed_bytes,
775 run, notes, "this is my note") == NULL) {
778 if (EVTAG_ARRAY_ADD_VALUE(run, note
[all...]
/freebsd-13-stable/contrib/sqlite3/tea/
H A Dconfigure.ac3 dnl generate the file "configure", which is run during Tcl installation
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dhostapd.conf63 # multiple hostapd processes/interfaces can be run at the same time if more
65 # /var/run/hostapd is the recommended directory for sockets and by default,
67 ctrl_interface=/var/run/hostapd
71 # possible to run hostapd as root (since it needs to change network
73 # run as non-root users. However, since the control interface can be used to
163 # automatically at run time by setting channel=acs_survey or channel=0, both of
1985 #wps_pin_requests=/var/run/hostapd_wps_pin_requests
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddeptgt-end-jobs.mk4 # which is run after making the desired targets.
37 # The deferred commands are run in the order '.END .BEGIN all'.
41 # At the point where the commands of a node with deferred commands are run,
45 # Instead, the deferred commands of the .END node are run as if they were
H A Ddeptgt-end.mk4 # which is run after making the desired targets.
36 # The deferred commands are run in the order '.END .BEGIN all'.
40 # At the point where the commands of a node with deferred commands are run,
44 # Instead, the deferred commands of the .END node are run as if they were
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dsnmpd.sh35 PID=/var/run/snmpd.pid
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRPrintingPasses.h77 PreservedAnalyses run(Module &M, AnalysisManager<Module> &);
92 PreservedAnalyses run(Function &F, AnalysisManager<Function> &);
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dbase_command.hpp111 virtual int run(ui* ui, const parsed_cmdline& cmdline) = 0;
147 virtual int run(ui* ui, const parsed_cmdline& cmdline,

Completed in 170 milliseconds

1234567891011>>