| /freebsd/crypto/openssh/regress/unittests/authopt/ |
| H A D | tests.c | 382 * 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 D | fork_callbacks.cpp | 22 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 D | SpillPlacement.h | 12 // 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 D | agent-pkcs11-restrict.sh | 35 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 D | thr_fork.c | 81 _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 D | pthread_atfork.3 | 47 .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 D | 40-test_rehash.t | 29 prepare(); 35 prepare(sub { chmod 400, $_ foreach (@_); }); 46 prepare(); 59 sub prepare {
|
| /freebsd/crypto/openssl/crypto/sm3/asm/ |
| H A D | sm3-riscv64-zvksh.pl | 107 # 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 D | prepare.py | 170 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 D | README.md | 8 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 D | t_gpt.sh | 78 prepare() { function 84 prepare 139 prepare 205 prepare 296 prepare
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | chip.h | 60 * @prepare: prepare bus for core configuration. 68 int (*prepare)(void *ctx); member
|
| /freebsd/tools/tools/git/hooks/ |
| H A D | prepare-commit-msg | 3 # 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 D | PPCLoopInstrFormPrep.cpp | 9 // 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 D | zfs_prepare_disk | 5 # 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 D | vm.yml | 40 prepare: | 103 prepare: | 168 prepare: | 230 prepare: | 284 prepare: | 331 prepare: |
|
| /freebsd/lib/libthr/tests/ |
| H A D | atfork_test.c | 51 * 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 D | LoopRotation.cpp | 37 "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 D | file-attribute-access.c | 869 /* 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 D | file-attribute-modify.c | 1005 /* 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 D | Makefile.am | 23 coverage: coverage-clean all coverage-prepare coverage-run coverage-report 26 coverage-prepare:
|
| /freebsd/sbin/hastd/ |
| H A D | event.c | 54 * 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 D | packetProcessing.c | 228 /* 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 D | MemoryMapper.h | 54 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 D | zfs_diff_mangle.ksh | 21 # 1. Prepare a dataset 39 # 1. Prepare a dataset
|