Home
last modified time | relevance | path

Searched refs:validator (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/dev/pci/
H A Dpci_iov_schema.c122 struct config_type_validator *validator; in pci_iov_schema_find_validator() local
126 validator = &pci_iov_schema_validators[i]; in pci_iov_schema_find_validator()
127 if (strcmp(type, validator->type_name) == 0) in pci_iov_schema_find_validator()
128 return (validator); in pci_iov_schema_find_validator()
292 pci_iov_schema_validate_bool(const struct config_type_validator * validator, in pci_iov_schema_validate_bool() argument
302 pci_iov_schema_validate_string(const struct config_type_validator * validator, in pci_iov_schema_validate_string() argument
312 pci_iov_schema_validate_uint(const struct config_type_validator * validator, in pci_iov_schema_validate_uint() argument
322 if (value > validator->limit) in pci_iov_schema_validate_uint()
330 const struct config_type_validator * validator, in pci_iov_schema_validate_unicast_mac() argument
352 const struct config_type_validator * validator, in pci_iov_schema_validate_vlan() argument
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueString.h28 OptionValueString(ValidatorCallback validator, void *baton = nullptr)
29 : m_validator(validator), m_validator_baton(baton) {} in m_validator() argument
45 OptionValueString(const char *value, ValidatorCallback validator,
47 : m_validator(validator), m_validator_baton(baton) { in m_validator() argument
55 ValidatorCallback validator, void *baton = nullptr)
56 : m_validator(validator), m_validator_baton(baton) { in m_validator() argument
117 void SetValidator(ValidatorCallback validator, void *baton = nullptr) {
118 m_validator = validator;
/freebsd/contrib/unbound/contrib/
H A Dpatch_rsamd5_enable.diff1 Index: validator/val_secalgo.c
3 --- validator/val_secalgo.c (revision 2759)
4 +++ validator/val_secalgo.c (working copy)
H A Dunbound-fuzzme.patch88 $(srcdir)/util/rtt.h $(srcdir)/services/authzone.h $(srcdir)/validator/val_kcache.h \
89 $(srcdir)/validator/val_neg.h
H A Dunbound_munin_472 mem.mod.validator msg.cache.count rrset.cache.count \
H A Dfastrpz.patch17 @@ -134,7 +136,7 @@ validator/val_sigcrypt.c validator/val_utils.c dns64/dns64.c \
27 validator.lo val_kcache.lo val_kentry.lo val_neg.lo val_nsec3.lo val_nsec.lo \
3475 diff --git a/validator/validator.c b/validator/validator.c
3477 --- a/validator/validator.c
3478 +++ b/validator/validator.c
/freebsd/contrib/unbound/
H A DMakefile.in135 validator/autotrust.c validator/val_anchor.c validator/validator.c \
136 validator/val_kcache.c validator/val_kentry.c validator/val_neg.c \
137 validator/val_nsec3.c validator/val_nsec.c validator/val_secalgo.c \
138 validator/val_sigcrypt.c validator/val_utils.c dns64/dns64.c \
152 validator.lo val_kcache.lo val_kentry.lo val_neg.lo val_nsec3.lo val_nsec.lo \
718 $(srcdir)/iterator/iter_utils.h $(srcdir)/iterator/iter_resptype.h $(srcdir)/validator/val_nsec.h \
720 $(srcdir)/validator/val_utils.h $(srcdir)/sldns/pkthdr.h $(srcdir)/services/cache/dns.h \
776 $(srcdir)/validator/val_neg.h $(srcdir)/services/cache/dns.h $(srcdir)/services/cache/infra.h \
832 …$(srcdir)/validator/val_anchor.h $(srcdir)/validator/val_kcache.h $(srcdir)/validator/val_kentry.h…
833 $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_sigcrypt.h $(srcdir)/sldns/str2wire.h
[all …]
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPythonClassWithDict.cpp40 m_option_definition[0].validator = nullptr; in OptionGroupPythonClassWithDict()
51 m_option_definition[1].validator = nullptr; in OptionGroupPythonClassWithDict()
62 m_option_definition[2].validator = nullptr; in OptionGroupPythonClassWithDict()
73 m_option_definition[3].validator = nullptr; in OptionGroupPythonClassWithDict()
H A DOptionGroupFile.cpp25 m_option_definition.validator = nullptr; in OptionGroupFile()
54 m_option_definition.validator = nullptr; in OptionGroupFileList()
H A DOptionGroupString.cpp27 m_option_definition.validator = nullptr; in OptionGroupString()
H A DOptionGroupUInt64.cpp27 m_option_definition.validator = nullptr; in OptionGroupUInt64()
H A DOptionGroupBoolean.cpp26 m_option_definition.validator = nullptr; in OptionGroupBoolean()
H A DOptions.cpp274 if (option_def.validator) { in OutputFormattedUsageText()
275 const char *condition = option_def.validator->ShortConditionString(); in OutputFormattedUsageText()
1305 OptionValidator *validator = def->validator; in Parse() local
1320 if (validator && !validator->IsValid(*platform_sp, *exe_ctx_p)) { in Parse()
1324 def->validator->LongConditionString()); in Parse()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td47 // Field: validator
48 // Default value: 0 (No validator for option)
50 // - `Validator`: Sets the value to a given validator (which has to exist in
173 // Sets the validator for a given option.
174 class Validator<string validator> {
175 string Validator = validator;
H A DCommandOptionArgumentTable.cpp311 TableValidator<0> validator; variable
/freebsd/lib/libunbound/
H A DMakefile7 …il ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/respip ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
31 val_nsec3.c val_secalgo.c val_sigcrypt.c val_utils.c validator.c \
/freebsd/contrib/unbound/doc/
H A DREADME.DNS6410 module-config: "dns64 validator iterator"
12 If you're not using DNSSEC then you may remove "validator".
H A DTODO18 o Treat YXDOMAIN from a DNAME properly, in iterator (not throwaway), validator.
38 o memcached module that sits before validator module; checks for memcached
H A Drequirements.txt66 o Elegant design of validator, resolver, cache modules.
131 validator failure (SERVFAIL again), when the query is validated later on.
136 the validator if the parent is signed, and result in 900 seconds bogus.
138 before the validator will properly verify the messages.
H A Dexample.conf.in644 # separated by spaces. Syntax: "[dns64] [validator] iterator"
648 # module-config: "validator iterator"
705 # The maximum number the validator should restart validation with
710 # unsecure data. Useful to shield the users of this validator from
763 # Have the validator log failed validations for your diagnosis.
1377 # to the module-config, e.g.: module-config: "respip validator iterator".
H A DChangelog116 the validator. That stops validation failures for the message.
263 - Fix shadowed error string variable in validator dnskey handling.
586 - Fix validator classification of qtype DNAME for positive and
587 redirection answers, and fix validator signature routine for dealing
1714 - For #602: Allow the module-config "subnetcache validator cachedb
1733 'respip dns64 validator iterator' is not known to work.
1774 - Fix validator debug output about DS support, print correct algorithm.
2953 dns64 subnetcache respip validator iterator is whitelisted, it was
3334 - Fix Useless memset() in validator, reported by X41 D-Sec.
5222 - Fix #1267: Libunbound validator/val_secalgo.c uses obsolete APIs,
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h37 OptionValidator *validator; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td778 "invalid validator version : %0; validator version must be less than or "
781 "invalid validator version : %0; format of validator version is "
784 "invalid validator version : %0; if validator major version is 0, minor "
/freebsd/contrib/tzdata/
H A DCONTRIBUTING72 if available. 'make check' accesses validator.w3.org unless you
/freebsd/crypto/heimdal/doc/
H A Dinit-creds329 pop3d (simple password validator when no user interation possible):

12