/freebsd/sys/dev/pci/ |
H A D | pci_iov_schema.c | 122 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 D | OptionValueString.h | 28 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 D | patch_rsamd5_enable.diff | 1 Index: validator/val_secalgo.c 3 --- validator/val_secalgo.c (revision 2759) 4 +++ validator/val_secalgo.c (working copy)
|
H A D | unbound-fuzzme.patch | 88 $(srcdir)/util/rtt.h $(srcdir)/services/authzone.h $(srcdir)/validator/val_kcache.h \ 89 $(srcdir)/validator/val_neg.h
|
H A D | unbound_munin_ | 472 mem.mod.validator msg.cache.count rrset.cache.count \
|
H A D | fastrpz.patch | 17 @@ -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 D | Makefile.in | 135 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 D | OptionGroupPythonClassWithDict.cpp | 40 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 D | OptionGroupFile.cpp | 25 m_option_definition.validator = nullptr; in OptionGroupFile() 54 m_option_definition.validator = nullptr; in OptionGroupFileList()
|
H A D | OptionGroupString.cpp | 27 m_option_definition.validator = nullptr; in OptionGroupString()
|
H A D | OptionGroupUInt64.cpp | 27 m_option_definition.validator = nullptr; in OptionGroupUInt64()
|
H A D | OptionGroupBoolean.cpp | 26 m_option_definition.validator = nullptr; in OptionGroupBoolean()
|
H A D | Options.cpp | 274 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 D | OptionsBase.td | 47 // 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 D | CommandOptionArgumentTable.cpp | 311 TableValidator<0> validator; variable
|
/freebsd/lib/libunbound/ |
H A D | Makefile | 7 …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 D | README.DNS64 | 10 module-config: "dns64 validator iterator" 12 If you're not using DNSSEC then you may remove "validator".
|
H A D | TODO | 18 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 D | requirements.txt | 66 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 D | example.conf.in | 644 # 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 D | Changelog | 116 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 D | OptionDefinition.h | 37 OptionValidator *validator; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticDriverKinds.td | 778 "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 D | CONTRIBUTING | 72 if available. 'make check' accesses validator.w3.org unless you
|
/freebsd/crypto/heimdal/doc/ |
H A D | init-creds | 329 pop3d (simple password validator when no user interation possible):
|