Home
last modified time | relevance | path

Searched full:prepare (Results 1 – 25 of 1304) sorted by relevance

12345678910>>...53

/freebsd/crypto/openssh/regress/unittests/authopt/
H A Dtests.c382 * Prepare for a test by making some key and cert options and in test_merge()
385 #define PREPARE(label, keyname, keywords) \ in test_merge() macro
400 /* Cleanup stuff allocated by PREPARE() */ in test_merge()
410 /* Check the results of PREPARE() against expectation; calls CLEANUP */ in test_merge()
422 PREPARE(keybase " " label, keyname, keywords); \ in test_merge()
482 PREPARE("source-address both", "sourceaddr", "from=\"127.0.0.1\""); in test_merge()
491 PREPARE("source-address none", "all_permit", ""); in test_merge()
496 PREPARE("source-address keys", "all_permit", "from=\"127.0.0.1\""); in test_merge()
503 PREPARE("source-address cert", "sourceaddr", ""); in test_merge()
510 PREPARE("force-command both", "force_command", "command=\"foo\""); in test_merge()
[all …]
/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Dfork_callbacks.cpp22 ForkCallback *prepare = nullptr; member
54 auto prepare = list[i].prepare; in invoke_prepare() local
55 if (prepare) in invoke_prepare()
56 prepare(); in invoke_prepare()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpillPlacement.h12 // about the CFG. The real work is done by prepare(), addConstraints(), and
57 // Nodes that are active in the current computation. Owned by the prepare()
104 /// prepare - Reset state and prepare for a new spill placement computation.
111 void prepare(BitVector &RegBundles);
133 /// Prepare internal data structures for iterate.
149 /// The selected bundles are returned in the bitvector passed to prepare().
/freebsd/crypto/openssh/regress/
H A Dagent-pkcs11-restrict.sh35 trace "prepare client config"
68 trace "prepare known_hosts"
74 trace "prepare server configs"
86 trace "prepare authorized_keys"
156 # Prepare authorized_keys file to additionally ssh to host_b
162 # Prepare expected output from both hosts.
/freebsd/lib/libthr/thread/
H A Dthr_fork.c81 _thr_atfork(void (*prepare)(void), void (*parent)(void), in _thr_atfork()
90 af->prepare = prepare; in _thr_atfork()
121 if (__elf_phdr_match_addr(phdr_info, af->prepare) || in __pthread_cxa_finalize()
176 /* Run down atfork prepare handlers. */ in thr_fork_impl()
178 if (af->prepare != NULL) in thr_fork_impl()
179 af->prepare(); in thr_fork_impl()
/freebsd/share/man/man3/
H A Dpthread_atfork.347 .Fa "void \*[lp]*prepare\*[rp]\*[lp]void\*[rp]"
62 .Bl -tag -width ".Fa prepare"
63 .It Fa prepare
68 .Fa prepare
/freebsd/crypto/openssl/test/recipes/
H A D40-test_rehash.t29 prepare();
35 prepare(sub { chmod 400, $_ foreach (@_); });
46 prepare();
59 sub prepare {
/freebsd/crypto/openssl/crypto/sm3/asm/
H A Dsm3-riscv64-zvksh.pl107 # Prepare a vector with {w11, ..., w4}
121 # Prepare a register with {w19, w18, w17, w16, w15, w14, w13, w12}
135 # Prepare a register with {w27, w26, w25, w24, w23, w22, w21, w20}
149 # Prepare a register with {w35, w34, w33, w32, w31, w30, w29, w28}
163 # Prepare a register with {w43, w42, w41, w40, w39, w38, w37, w36}
177 # Prepare a register with {w51, w50, w49, w48, w47, w46, w45, w44}
191 # Prepare a register with {w59, w58, w57, w56, w55, w54, w53, w52}
205 # Prepare a register with {w67, w66, w65, w64, w63, w62, w61, w60}
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py170 print(' python3 prepare.py <version>')
173 print(' python3 prepare.py 1.0.16-preview-01')
174 print(' python3 prepare.py 1.0.16-preview-02')
175 print(' python3 prepare.py 1.0.16-preview-03')
176 print(' python3 prepare.py 1.0.16')
177 print(' python3 prepare.py 1.0.16.1-preview-01')
178 print(' python3 prepare.py 1.0.16.1')
179 print(' python3 prepare.py 1.0.16.2')
H A DREADME.md8 as NuGet packages. The purpose of the `prepare.py` script in this directory is
19 See `prepare.py` for the complete list of supported platforms.
48 2. Run `python3 prepare.py <version>` to generate the `Makefile`, where
/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh78 prepare() { function
84 prepare
139 prepare
205 prepare
296 prepare
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dchip.h60 * @prepare: prepare bus for core configuration.
68 int (*prepare)(void *ctx); member
/freebsd/tools/tools/git/hooks/
H A Dprepare-commit-msg3 # prepare-commit-msg: Prepare a commit message upon `git commit` for the
9 # cp tools/tools/git/hooks/prepare-commit-msg .git/hooks/
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp9 // This file implements a pass to prepare loops for ppc preferred addressing
15 // 1: DS/DQ form preparation, prepare the load/store instructions so that they
31 // 2: D/DS form with update preparation, prepare the load/store instructions so
127 cl::desc("prepare update form when the load/store increment is a loop "
132 cl::desc("Enable chain commoning in PPC loop prepare pass."));
287 /// Prepare all candidates in \p Buckets for update form.
290 /// Prepare all candidates in \p Buckets for displacement form, now for
294 /// Prepare for one chain \p BucketChain, find the best base element and
302 /// Prepare for one chain \p BucketChain, find the best base element and
332 static const char *name = "Prepare loop for ppc preferred instruction forms";
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs_prepare_disk5 # the user to run whatever commands are necessary to prepare a disk for
14 # echo "Prepare disk $VDEV_PATH ($VDEV_UPATH) for $VDEV_PREPARE in $POOL_NAME"
/freebsd/crypto/openssh/.github/workflows/
H A Dvm.yml40 prepare: |
103 prepare: |
168 prepare: |
230 prepare: |
284 prepare: |
331 prepare: |
/freebsd/lib/libthr/tests/
H A Datfork_test.c51 * preinit_atfork() just enables the prepare handler that we registered in a
106 * that the prepare/parent callbacks were executed as expected. The child will
147 status == EXIT_NOPREPARE ? "did not see `prepare` execute" : in ATF_TC_BODY()
191 * The bits are flipped for prepare because it's supposed to be called in multi_prepare1()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp37 "rotation-prepare-for-lto", cl::init(false), cl::Hidden,
38 cl::desc("Run loop-rotation in the prepare-for-lto stage. This option "
56 OS << "prepare-for-lto"; in printPipeline()
/freebsd/tests/sys/audit/
H A Dfile-attribute-access.c869 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
895 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
931 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
957 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
992 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1017 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1050 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1071 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1105 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1127 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
[all …]
H A Dfile-attribute-modify.c1005 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1031 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1062 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1088 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1118 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1144 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1180 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1202 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1238 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
1260 /* Prepare the regex to be checked in the audit record */ in ATF_TC_BODY()
[all …]
/freebsd/contrib/openpam/
H A DMakefile.am23 coverage: coverage-clean all coverage-prepare coverage-run coverage-report
26 coverage-prepare:
/freebsd/sbin/hastd/
H A Devent.c54 * Prepare and send event to parent process. in event_send()
61 "Unable to prepare event header"); in event_send()
145 "Unable to prepare event header"); in event_recv()
/freebsd/contrib/ntp/sntp/tests/
H A DpacketProcessing.c228 /* Prepare the packet. */ in test_AuthenticatedPacketInvalid()
261 /* Prepare the packet. Note that the Key-ID expected is 30, but in test_AuthenticatedPacketUnknownKey()
437 /* Prepare the packet. */ in test_CorrectAuthenticatedPacketMD5()
471 /* Prepare the packet. */ in test_CorrectAuthenticatedPacketCMAC()
502 /* Prepare the packet. */
531 /* Prepare the packet. */
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h54 virtual char *prepare(ExecutorAddr Addr, size_t ContentSize) = 0;
95 char *prepare(ExecutorAddr Addr, size_t ContentSize) override;
145 char *prepare(ExecutorAddr Addr, size_t ContentSize) override;
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/
H A Dzfs_diff_mangle.ksh21 # 1. Prepare a dataset
39 # 1. Prepare a dataset

12345678910>>...53