| /freebsd/sys/dev/acpica/ |
| H A D | acpi_spmc.c | 619 struct acpi_spmc_constraint *constraint; in acpi_spmc_parse_constraints_intel() local 637 constraint = &sc->constraints[i]; in acpi_spmc_parse_constraints_intel() 639 constraint->enabled = in acpi_spmc_parse_constraints_intel() 643 constraint->name = strdup(name_obj->String.Pointer, M_TEMP); in acpi_spmc_parse_constraints_intel() 665 constraint->lpi_uid = in acpi_spmc_parse_constraints_intel() 667 constraint->min_d_state = in acpi_spmc_parse_constraints_intel() 669 constraint->min_dev_specific_state = in acpi_spmc_parse_constraints_intel() 682 struct acpi_spmc_constraint *constraint; in acpi_spmc_parse_constraints_amd() local 715 constraint = &sc->constraints[i]; in acpi_spmc_parse_constraints_amd() 716 constraint->enabled = in acpi_spmc_parse_constraints_amd() [all …]
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_schema.c | 310 double constraint, val; in ucl_schema_validate_number() local 316 constraint = ucl_object_todouble(elt); in ucl_schema_validate_number() 317 if (constraint <= 0) { in ucl_schema_validate_number() 324 if (fabs(remainder(val, constraint)) > alpha) { in ucl_schema_validate_number() 327 val, constraint, remainder(val, constraint)); in ucl_schema_validate_number() 334 constraint = ucl_object_todouble(elt); in ucl_schema_validate_number() 340 if (val > constraint || (exclusive && val >= constraint)) { in ucl_schema_validate_number() 343 val, constraint); in ucl_schema_validate_number() 350 constraint = ucl_object_todouble(elt); in ucl_schema_validate_number() 356 if (val < constraint || (exclusive && val <= constraint)) { in ucl_schema_validate_number() [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | PROTOCOL.agent | 38 2. restrict-destination-v00@openssh.com key constraint extension 40 The key constraint extension supports destination- and forwarding path- 41 restricted keys. It may be attached as a constraint when keys or 46 constraint[] constraints 48 Where a constraint consists of: 69 will then record the constraint against the key. 76 3. associated-certs-v00@openssh.com key constraint extension 78 The key constraint extension allows certificates to be associated
|
| H A D | PROTOCOL.u2f | 260 with a new key constraint extension to encode a path to the middleware 261 library for the key. The format of this constraint extension would be: 267 This constraint-based approach does not present any compatibility
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_STORE_CTX_get_error.pod | 230 =item B<X509_V_ERR_PATH_LENGTH_EXCEEDED: path length constraint exceeded> 293 proxy path length constraint exceeded> 295 Proxy path length constraint exceeded. 341 A name constraint violation occurred in the permitted subtrees. 345 A name constraint violation occurred in the excluded subtrees. 359 unsupported name constraint type> 361 An unsupported name constraint type was encountered. OpenSSL currently only 365 unsupported or invalid name constraint syntax> 367 The format of the name constraint is not recognised: for example an email
|
| H A D | OSSL_CRMF_MSG_set0_validity.pod | 46 which means no constraint for the respective field.
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | regd.c | 923 tpe->constraint = min(tpe->constraint, cstr); in tpe_intersect_constraint() 927 tpe->constraint = cstr; in tpe_intersect_constraint() 1004 tpe_intersect_constraint(&new, tmp->constraint); in __rtw89_reg_6ghz_tpe_recalc() 1016 new.constraint); in __rtw89_reg_6ghz_tpe_recalc() 1049 if (tpe->constraint < RTW89_MIN_VALID_POWER_CONSTRAINT) { in rtw89_reg_6ghz_tpe_recalc() 1052 __func__, tpe->constraint); in rtw89_reg_6ghz_tpe_recalc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRTypeConstraints.td | 174 // Pointer to type constraint bases 181 // Pointer to pointer constraint bases 189 // Pointee type constraint bases
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 30 // Syntax is any constraint on constructs that can appear somewhere. 38 // NodeType is also a syntax constraint: one node of this type.
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | symbol.h | 131 struct constraint_spec *constraint; 127 struct constraint_spec *constraint; global() member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVPseudos.td | 1448 // is tied to the destination so we can workaround the earlyclobber constraint. 2049 defvar constraint = "@earlyclobber $rd"; 2053 def "_M_" # mti.BX : VPseudoUnaryNoMaskNoPolicy<VR, VR, constraint>, 2056 def "_M_" # mti.BX # "_MASK" : VPseudoUnaryMask<VR, VR, constraint, 2088 defvar constraint = "@earlyclobber $rd"; 2092 def "_" # mx : VPseudoUnaryNoMask<m.vrclass, VR, constraint>, 2095 def "_" # mx # "_MASK" : VPseudoUnaryMask<m.vrclass, VR, constraint>, 2225 defvar constraint = "@earlyclobber $rd"; 2239 constraint, e>, 2673 defvar constraint = "@earlyclobber $rd"; [all …]
|
| H A D | RISCVInstrInfoXAndes.td | 488 defvar constraint = "@earlyclobber $rd"; 491 def "_" # m.MX : VPseudoUnaryNoMask<m.wvrclass, m.vrclass, constraint>, 498 defvar constraint = "@earlyclobber $rd"; 502 constraint>,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | CaymanInstructions.td | 147 //Adding this constraint prevents this from happening. 174 // the same constraint as VTX_READ_32_eg, because the $src_gpr.ptr and $dst
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | README-HS20 | 185 # matching dNSName is found, this constraint is met. If no dNSName 186 # values are present, this constraint is matched against SubjectName CN 283 # bandwidth that is preferred for the credential. This constraint is 295 # BSS Load or if the limit would prevent any connection, this constraint 302 # Capability ANQP element). This constraint is ignored if the AP does not 303 # advertise Connection Capability or if this constraint would prevent any
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.h | 96 ConstraintKind constraint = ConstraintKind::NoConstraint; variable
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | OSSL_STORE-winstore.pod | 59 constraints in their X.509 extensions will go through the usual constraint
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 18 "Use constraint tracking of concrete value ranges",
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 406 TrackConstraintBRVisitor(DefinedSVal constraint, bool assumption, in TrackConstraintBRVisitor() argument 408 : Message(Message), Constraint(constraint), Assumption(assumption) {} in TrackConstraintBRVisitor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 70 const char *constraint) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.h | 47 const char *constraint) const override;
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | evp_keymgmt_util_export_to_provider.pod | 70 constraint the information requested on export. It is also used in the cache
|
| /freebsd/contrib/bsddialog/ |
| H A D | README.md | 138 - delete form fieldlen constraint, hide or truncate long field in little screens.
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_main.c | 216 policy.constraint = (uint32_t)(10 * clock2abs); in move_pthread_to_realtime_scheduling_class()
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_main.c | 216 policy.constraint = (uint32_t)(10 * clock2abs); in move_pthread_to_realtime_scheduling_class()
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | development.rst | 51 **Why?** Because any constraint imposed on libcbor has to be enforced
|