/freebsd/crypto/openssh/regress/ |
H A D | hostkey-rotate.sh | 34 # The "primary" key type is ed25519 since it's supported even when built 36 primary="ssh-ed25519" 37 secondary="$primary" 84 dossh -oHostKeyAlgorithms=$primary -oStrictHostKeyChecking=no 87 check_key_present $primary || fail "unstrict didn't learn key" 110 # Change one hostkey (non primary) and relearn 111 if [ "$primary" != "$secondary" ]; then 112 verbose "learn changed non-primary hostkey type=${secondary}" 125 # Add new hostkey (primary type) to sshd and connect 126 verbose "learn new primary hostkey" [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | ChainedDiagnosticConsumer.h | 20 /// should be the "primary" client, and will be used for computing whether the 25 DiagnosticConsumer *Primary; variable 29 ChainedDiagnosticConsumer(std::unique_ptr<DiagnosticConsumer> Primary, in ChainedDiagnosticConsumer() argument 31 : OwningPrimary(std::move(Primary)), Primary(OwningPrimary.get()), in ChainedDiagnosticConsumer() 34 /// Construct without taking ownership of \c Primary. 35 ChainedDiagnosticConsumer(DiagnosticConsumer *Primary, in ChainedDiagnosticConsumer() argument 37 : Primary(Primary), Secondary(std::move(Secondary)) {} in ChainedDiagnosticConsumer() 41 Primary->BeginSourceFile(LO, PP); in BeginSourceFile() 47 Primary->EndSourceFile(); in EndSourceFile() 52 Primary->finish(); in finish() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | PseudoTerminal.h | 32 /// Constructs this object with invalid primary and secondary file 38 /// The destructor will close the primary and secondary file descriptors if 44 /// Close the primary file descriptor if it is valid. 53 /// returned. If the pid is valid, the primary file descriptor can be used 57 /// the secondary pseudo terminal and the primary file descriptor will be 60 /// This class will close the file descriptors for the primary/secondary when 71 /// The primary file descriptor accessor. 73 /// This object retains ownership of the primary file descriptor when this 79 /// The primary file descriptor, or PseudoTerminal::invalid_fd 80 /// if the primary file descriptor is not currently valid. [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | drbgtest.c | 140 EVP_RAND_CTX *primary = RAND_get0_primary(NULL); in using_fips_rng() local 144 if (!TEST_ptr(primary)) in using_fips_rng() 147 prov = EVP_RAND_get0_provider(EVP_RAND_CTX_get0_rand(primary)); in using_fips_rng() 171 * |primary|, |public|, |private|: pointers to the three shared DRBGs 181 EVP_RAND_CTX *primary, in test_drbg_reseed() argument 208 if (!TEST_int_ne(primary_reseed = reseed_counter(primary), 0) in test_drbg_reseed() 235 if (!TEST_int_eq(state(primary), expected_state) in test_drbg_reseed() 241 /* Test whether primary DRBG was reseeded as expected */ in test_drbg_reseed() 242 if (!TEST_int_ge(reseed_counter(primary), primary_reseed)) in test_drbg_reseed() 250 reseed_counter(primary))) in test_drbg_reseed() [all …]
|
/freebsd/usr.bin/find/ |
H A D | find.1 | 95 primary. 120 primary in conjunction with 130 primary specified by 187 primary. 213 If no units are specified, this primary evaluates to 221 If units are specified, this primary evaluates to 230 primary description for information on supported time units. 254 If no units are specified, this primary evaluates to 261 If units are specified, this primary evaluates to 309 If no units are specified, this primary evaluates to [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | PseudoTerminal.cpp | 41 // The destructor will close the primary and secondary file descriptors if they 50 // Close the primary file descriptor if it is valid. 68 // Open the primary side of a pseudo terminal in OpenFirstAvailablePrimary() 160 // Primary FD should have O_CLOEXEC set, but let's close it just in in Fork() 182 // The primary file descriptor accessor. This object retains ownership of the 183 // primary file descriptor when this accessor is used. Use 185 // of the primary file descriptor. 187 // Returns the primary file descriptor, or -1 if the primary file descriptor is 199 // Release ownership of the primary pseud [all...] |
/freebsd/sbin/hastd/ |
H A D | hast.conf.5 | 201 the data is stored on primary node and sent to the secondary. 202 Secondary node then acknowledges data receipt and primary reports 206 Before secondary node returns, primary node dies entirely. 207 When the secondary node comes back to life it becomes the new primary. 270 Executed on both primary and secondary nodes when resource role is changed. 273 Executed on both primary and secondary nodes when connection for the given 277 Executed on both primary and secondary nodes when connection for the given 281 Executed on primary node when synchronization process of secondary node is 285 Executed on primary node when synchronization process of secondary node is 289 Executed on primary node when synchronization process of secondary node is [all …]
|
H A D | secondary.c | 95 * Thread that sends requests back to primary takes requests from this list. 247 * When we work as primary and secondary is missing we will increase in init_remote() 252 * and are both configured as primary nodes. In turn, they can both in init_remote() 256 * When we connect we can see that primary's localcnt is greater than in init_remote() 257 * our remotecnt (primary was modified while we weren't watching) and in init_remote() 258 * our localcnt is greater than primary's remotecnt (we were modified in init_remote() 259 * while primary wasn't watching). in init_remote() 262 * is to compare them. We compare secondary's local with primary's in init_remote() 263 * remote and secondary's remote with primary's local. in init_remote() 264 * Note that every case where primary's localcnt is smaller than in init_remote() [all …]
|
/freebsd/share/man/man4/ |
H A D | ctl.4 | 150 Active/Standby -- primary node has backend access and processes requests, 154 while secondary node synchronizes processing with primary one; 156 Active/Active -- primary node has backend access and processes requests, 157 while secondary node forwards all requests and data to primary one; 180 primary; 185 so that for one LUN one node is primary, while for another -- another. 186 Role change from primary to secondary for HA modes 0 and 2 closes backends, 188 If there is no primary node (both nodes are secondary, or secondary node has 189 no connection to primary one), secondary node(s) report Transitioning state. 190 State with two primary nodes is illegal (split brain condition).
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 78 the <primary>, <public>, and <private> DRBG. 79 While the <primary> DRBG is a single global instance, the <public> and <private> 85 =head2 The <primary> DRBG instance 87 The <primary> DRBG is not used directly by the application, only for reseeding 103 The <primary> DRBG is intended to be accessed concurrently for reseeding 105 It is I<not> thread-safe to access the <primary> DRBG directly via the 121 thread. Using the <primary> DRBG as entropy source for multiple DRBG 123 will lock the <primary> DRBG automatically for obtaining random input. 135 RAND_add() ==> <primary> <-| shared DRBG (with locking) | 207 (or L<RAND_seed(3)>), then this will immediately reseed the <primary> DRBG. [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_RAND.7 | 198 the <primary>, <public>, and <private> \s-1DRBG.\s0 199 While the <primary> \s-1DRBG\s0 is a single global instance, the <public> and <private> 204 .SS "The <primary> \s-1DRBG\s0 instance" 205 .IX Subsection "The <primary> DRBG instance" 206 The <primary> \s-1DRBG\s0 is not used directly by the application, only for reseeding 218 The <primary> \s-1DRBG\s0 is intended to be accessed concurrently for reseeding 220 It is \fInot\fR thread-safe to access the <primary> \s-1DRBG\s0 directly via the 236 thread. Using the <primary> \s-1DRBG\s0 as entropy source for multiple \s-1DRBG\s0 238 will lock the <primary> \s-1DRBG\s0 automatically for obtaining random input. 250 \& RAND_add() ==> <primary> <\-| shared DRBG (with locking) | [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | coex.c | 213 struct ieee80211_chanctx_conf *primary; 246 /* if the primary is low latency, it will stay primary */ in iwl_mvm_bt_coex_tcm_based_ci() 253 swap(data->primary, data->secondary); in iwl_mvm_bt_coex_tcm_based_ci() 264 bool primary) in iwl_mvm_bt_notif_per_link() 275 if (primary) in iwl_mvm_bt_notif_per_link() 322 /* In case we decided to exit eSR - stay with the primary */ in iwl_mvm_bt_notif_per_link() 402 /* low latency is always primary */ in iwl_mvm_bt_notif_per_link() 406 data->secondary = data->primary; in iwl_mvm_bt_notif_per_link() 407 data->primary in iwl_mvm_bt_notif_per_link() 215 struct ieee80211_chanctx_conf *primary; global() member [all...] |
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 387 * There are three shared DRBG instances: <primary>, <public>, and 397 * The <primary> DRBG 403 * The <primary> DRBG is a global instance which is accessed concurrently by 407 EVP_RAND_CTX *primary; member 489 EVP_RAND_CTX_free(dgbl->primary); in ossl_rand_ctx_free() 615 * Get the primary random generator. 630 ret = dgbl->primary; in RAND_get0_primary() 639 ret = dgbl->primary; in RAND_get0_primary() 653 ret = dgbl->primary = rand_new_drbg(ctx, dgbl->seed, in RAND_get0_primary() 657 * The primary DRBG may be shared between multiple threads so we must in RAND_get0_primary() [all …]
|
/freebsd/crypto/openssh/ |
H A D | auth-options.c | 530 * Merges "additional" options to "primary" and returns the result. 531 * NB. Some options from primary have primacy. 534 sshauthopt_merge(const struct sshauthopt *primary, in sshauthopt_merge() argument 549 /* Prefer access lists from primary. */ in sshauthopt_merge() 551 tmp = primary->required_from_host_cert; in sshauthopt_merge() 556 tmp = primary->required_from_host_keys; in sshauthopt_merge() 564 * prefer the primary. in sshauthopt_merge() 566 ret->force_tun_device = primary->force_tun_device; in sshauthopt_merge() 569 if (primary->nenv > 0) { in sshauthopt_merge() 571 primary->env, primary->nenv) != 0) in sshauthopt_merge() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclLookups.h | 76 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in lookups() local 77 if (Primary->hasExternalVisibleStorage()) in lookups() 78 getParentASTContext().getExternalSource()->completeVisibleDeclsMap(Primary); in lookups() 79 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() 90 DeclContext *Primary = const_cast<DeclContext*>(this)->getPrimaryContext(); in noload_lookups() local 92 Primary->loadLazyLocalLexicalLookups(); in noload_lookups() 93 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 108 Allocator.Primary.Options.load()))) in allocate() 159 Primary.Options.set(OptionBit::MayReturnNull); in init() 161 Primary.Options.setFillContentsMode(ZeroFill); in init() 163 Primary.Options.setFillContentsMode(PatternOrZeroFill); in init() 165 Primary.Options.set(OptionBit::DeallocTypeMismatch); in init() 167 Primary.Options.set(OptionBit::DeleteSizeMismatch); in init() 170 Primary.Options.set(OptionBit::UseMemoryTagging); in init() 180 Primary.init(ReleaseToOsIntervalMs); in init() 250 Primary.unmapTestOnly(); in unmapTestOnly() 263 void initCache(CacheT *Cache) { Cache->init(&Stats, &Primary); } in initCache() [all …]
|
/freebsd/contrib/kyua/store/ |
H A D | schema_v2.sql | 60 schema_version INTEGER PRIMARY KEY CHECK (schema_version >= 1), 77 context_id INTEGER PRIMARY KEY AUTOINCREMENT, 90 PRIMARY KEY (context_id, var_name) 106 action_id INTEGER PRIMARY KEY AUTOINCREMENT, 147 PRIMARY KEY (metadata_id, property_name) 154 -- primary key, yet we need to locate entries in the metadatas table solely by 157 -- TODO(jmmv): I think this index is useless given that the primary key in the 171 test_program_id INTEGER PRIMARY KEY AUTOINCREMENT, 213 test_case_id INTEGER PRIMARY KEY AUTOINCREMENT, 233 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases, [all …]
|
H A D | schema_v3.sql | 60 schema_version INTEGER PRIMARY KEY CHECK (schema_version >= 1), 83 var_name TEXT PRIMARY KEY, 117 PRIMARY KEY (metadata_id, property_name) 124 -- primary key, yet we need to locate entries in the metadatas table solely by 127 -- TODO(jmmv): I think this index is useless given that the primary key in the 141 test_program_id INTEGER PRIMARY KEY AUTOINCREMENT, 177 test_case_id INTEGER PRIMARY KEY AUTOINCREMENT, 195 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases, 219 PRIMARY KEY (test_case_id, file_name) 231 -- hash to the file contents and use that as the primary key instead. [all …]
|
H A D | schema_v1.sql | 58 timestamp TIMESTAMP PRIMARY KEY CHECK (timestamp >= 0), 75 context_id INTEGER PRIMARY KEY AUTOINCREMENT, 88 PRIMARY KEY (context_id, var_name) 104 action_id INTEGER PRIMARY KEY AUTOINCREMENT, 137 test_program_id INTEGER PRIMARY KEY AUTOINCREMENT, 171 test_case_id INTEGER PRIMARY KEY AUTOINCREMENT, 183 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases, 207 PRIMARY KEY (test_case_id, file_name) 225 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases, 271 test_program_id INTEGER PRIMARY KEY REFERENCES test_programs, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | pamu.txt | 57 - fsl,primary-cache-geometry 59 Two cells that specify the geometry of the primary PAMU 107 fsl,primary-cache-geometry = <32 1>; 113 fsl,primary-cache-geometry = <32 1>; 119 fsl,primary-cache-geometry = <32 1>; 125 fsl,primary-cache-geometry = <32 1>; 131 fsl,primary-cache-geometry = <32 1>;
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user_sqlite | 2 identity TEXT PRIMARY KEY, 11 identity TEXT PRIMARY KEY, 30 mac_addr TEXT PRIMARY KEY, 35 mac_addr TEXT PRIMARY KEY,
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | st,stm32-bxcan.yaml | 22 st,can-primary: 24 Primary mode of the bxCAN peripheral is only relevant if the chip has 29 uses the terms master instead of primary. 69 SRAM memory shared by the two bxCAN cells (CAN1 primary and CAN2 94 st,can-primary;
|
/freebsd/share/doc/psd/02.implement/ |
H A D | implement | 181 primary memory. 187 which reduces the use of primary memory, 189 an overabundance of primary memory, 200 that table also holds the primary memory location 205 primary and secondary memory holding the segment. 230 The contents of newly allocated primary memory 294 There is no detectable sharing of primary memory between the two processes. 380 are kept in contiguous primary memory to reduce 387 Allocation of both primary 391 a new piece of primary memory is allocated. [all …]
|
/freebsd/stand/man/ |
H A D | loader.efi.8 | 79 Only the primary console will get the log messages from the 88 tells the kernel to use the video console as primary. 91 list, the serial port will be the primary console. 105 primary if a UEFI graphics device is detected, or the serial console 106 as primary if not. 167 .Ss Primary Console 168 The primary console is set using the boot flags. 194 And the following flags determine the primary console: 195 .Bl -column -offset indent ".Sy Flags" ".Sy Kernel Flags" ".Sy Kernel Consoles" ".Sy Primary Consol… 196 .It Sy Flags Ta Sy Kernel Flags Ta Sy Kernel Consoles Ta Sy Primary Console
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | lilly.out | 27 ../a.out: illegal primary in regular expression += at = 33 ../a.out: illegal primary in regular expression *= at = 90 ../a.out: illegal primary in regular expression += at = 96 ../a.out: illegal primary in regular expression *= at = 252 ../a.out: illegal primary in regular expression += at = 258 ../a.out: illegal primary in regular expression *= at = 315 ../a.out: illegal primary in regular expression += at = 321 ../a.out: illegal primary in regular expression *= at = 492 ../a.out: illegal primary in regular expression += at = 498 ../a.out: illegal primary in regular expression *= at = [all …]
|