Searched refs:run (Results 1 - 25 of 975) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/tests/runfiles/
H A DMakefile.am3 common.run \
4 freebsd.run \
5 linux.run \
6 longevity.run \
7 perf-regression.run \
8 sanity.run \
9 sunos.run
/freebsd-13-stable/sys/contrib/openzfs/contrib/initramfs/
H A Dzfsunlock4 if [ ! -e /run/zfs_fs_name ]; then
7 while [ ! -e /run/zfs_fs_name ]; do
8 if [ -e /run/zfs_unlock_complete ]; then
18 if [ ! -e /run/zfs_unlock_complete_notify ]; then
19 mkfifo /run/zfs_unlock_complete_notify
21 while [ ! -e /run/zfs_unlock_complete ]; do
22 zfs_fs_name=$(cat /run/zfs_fs_name)
23 zfs_console_askpwd_cmd=$(cat /run/zfs_console_askpwd_cmd)
33 while [ "$(cat /run/zfs_fs_name)" = "$zfs_fs_name" ] && [ ! -e /run/zfs_unlock_complet
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dsh-leading-plus.exp1 echo 'this command is not run'
2 echo 'this command is run'
3 this command is run
H A Dopt-no-action.exp3 echo '.BEGIN: run always'
4 .BEGIN: run always
6 echo 'main: run always'
7 main: run always
8 run-always: hidden command
9 run-always: run always
11 echo '.END: run always'
12 .END: run always
/freebsd-13-stable/sys/modules/usb/runfw/
H A DMakefile4 FIRMWS= run.fw:runfw:1
6 CLEANFILES= run.fw
8 run.fw: ${SRCTOP}/sys/contrib/dev/run/rt2870.fw.uu
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dplaintext.conf3 ctrl_interface=/var/run/wpa_supplicant
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPoisonChecking.h18 PreservedAnalyses run(Module &M, ModuleAnalysisManager &AM);
19 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
/freebsd-13-stable/usr.sbin/newsyslog/newsyslog.conf.d/
H A Dopensm.conf3 /var/log/opensm.log 600 7 1000 * J /var/run/opensm.pid 30
H A Dpf.conf2 /var/log/pflog 600 3 1000 * JB /var/run/pflogd.pid
/freebsd-13-stable/contrib/libevent/test/
H A Dregress.gen.h13 struct run;
32 int (*run_assign)(struct msg *, int, const struct run*);
33 int (*run_get)(struct msg *, int, struct run* *);
34 struct run* (*run_add)(struct msg *msg);
43 struct run* *run_data;
70 int msg_run_assign(struct msg *, int, const struct run*);
71 int msg_run_get(struct msg *, int, struct run* *);
72 struct run* msg_run_add(struct msg *msg);
128 /* Tag definition for run */
139 /* Structure declaration for run */
157 struct run { struct
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.h13 struct run;
32 int (*run_assign)(struct msg *, int, const struct run*);
33 int (*run_get)(struct msg *, int, struct run* *);
34 struct run* (*run_add)(struct msg *msg);
43 struct run* *run_data;
70 int msg_run_assign(struct msg *, int, const struct run*);
71 int msg_run_get(struct msg *, int, struct run* *);
72 struct run* msg_run_add(struct msg *msg);
128 /* Tag definition for run */
139 /* Structure declaration for run */
157 struct run { struct
[all...]
/freebsd-13-stable/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.t12 run()
40 run ${n} stream "-z ${t2%% *}" STREAM "${t1} ${t2#* }"
53 run ${n} stream "-z ${t2%% *}" STREAM "${t1} ${t2#* }"
58 run ${n} stream "-z 0" STREAM "8 Check LOCAL_PEERCRED socket option"
74 run ${n} dgram "-z ${t2%% *}" DGRAM "${t1} ${t2#* }"
86 run ${n} dgram "-z ${t2%% *}" DGRAM "${t1} ${t2#* }"
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DForceFunctionAttrs.h24 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
H A DStripDeadPrototypes.h26 PreservedAnalyses run(Module &M, ModuleAnalysisManager &);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DADCE.h32 PreservedAnalyses run(Function &F, FunctionAnalysisManager &);
H A DBDCE.h26 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DCallSiteSplitting.h19 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DDivRemPairs.h25 PreservedAnalyses run(Function &F, FunctionAnalysisManager &);
H A DLowerExpectIntrinsic.h31 PreservedAnalyses run(Function &F, FunctionAnalysisManager &);
H A DLowerGuardIntrinsic.h22 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DLowerMatrixIntrinsics.h20 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DLowerWidenableCondition.h21 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DMakeGuardsExplicit.h41 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DSpeculateAroundPHIs.h95 /// be handled before this pass is ever run by a more powerful analysis that
105 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
H A DTailRecursionElimination.h23 // run-time constant on all exits from the function. It is possible, though
61 PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);

Completed in 184 milliseconds

1234567891011>>