Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/dev/pci/
H A Dpci_iov_schema.c118 struct config_type_validator *validator; in pci_iov_schema_find_validator() local
122 validator = &pci_iov_schema_validators[i]; in pci_iov_schema_find_validator()
123 if (strcmp(type, validator->type_name) == 0) in pci_iov_schema_find_validator()
124 return (validator); in pci_iov_schema_find_validator()
298 if (value > validator->limit) in pci_iov_schema_validate_uint()
382 if (defaultVal > validator->limit) in pci_iov_validate_uint_default()
409 const struct config_type_validator *validator; in pci_iov_validate_param_schema() local
419 if (validator == NULL) in pci_iov_validate_param_schema()
424 error = validator->default_validate(validator, schema); in pci_iov_validate_param_schema()
613 KASSERT(validator != NULL, in pci_iov_schema_validate_param()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueString.h31 OptionValueString(ValidatorCallback validator, void *baton = nullptr)
33 m_validator(validator), m_validator_baton(baton) {} in OptionValue()
53 OptionValueString(const char *value, ValidatorCallback validator,
56 m_validator(validator), m_validator_baton(baton) { in OptionValue()
64 ValidatorCallback validator, void *baton = nullptr)
66 m_validator(validator), m_validator_baton(baton) { in OptionValue()
/freebsd-12.1/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_464 mem.mod.validator msg.cache.count rrset.cache.count \
H A Dfastrpz.patch17 @@ -127,7 +129,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-12.1/contrib/unbound/
H A DMakefile.in123 validator/autotrust.c validator/val_anchor.c validator/validator.c \
124 validator/val_kcache.c validator/val_kentry.c validator/val_neg.c \
125 validator/val_nsec3.c validator/val_nsec.c validator/val_secalgo.c \
126 validator/val_sigcrypt.c validator/val_utils.c dns64/dns64.c \
804 $(srcdir)/services/outbound_list.h $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h
899 $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h $(srcdir)/validator/val_anchor.h \
1016 validator.lo validator.o: $(srcdir)/validator/validator.c config.h $(srcdir)/validator/validator.h \
1022 $(srcdir)/validator/val_nsec3.h $(srcdir)/validator/val_neg.h $(srcdir)/validator/val_sigcrypt.h \
1232 $(srcdir)/util/net_help.h $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h \
1330 $(srcdir)/util/net_help.h $(srcdir)/validator/validator.h $(srcdir)/validator/val_utils.h \
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFile.cpp27 m_option_definition.validator = nullptr; in OptionGroupFile()
58 m_option_definition.validator = nullptr; in OptionGroupFileList()
H A DOptions.cpp273 if (option_def.validator) { in OutputFormattedUsageText()
274 const char *condition = option_def.validator->ShortConditionString(); in OutputFormattedUsageText()
1405 OptionValidator *validator = def->validator; in Parse() local
1421 if (validator && !validator->IsValid(*platform_sp, *exe_ctx_p)) { in Parse()
1425 def->validator->LongConditionString()); in Parse()
H A DOptionGroupString.cpp28 m_option_definition.validator = nullptr; in OptionGroupString()
H A DOptionGroupUInt64.cpp28 m_option_definition.validator = nullptr; in OptionGroupUInt64()
H A DOptionGroupBoolean.cpp27 m_option_definition.validator = nullptr; in OptionGroupBoolean()
/freebsd-12.1/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 DTODO19 o Treat YXDOMAIN from a DNAME properly, in iterator (not throwaway), validator.
39 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.in478 # separated by spaces. Syntax: "[dns64] [validator] iterator"
482 # module-config: "validator iterator"
544 # unsecure data. Useful to shield the users of this validator from
585 # Have the validator log failed validations for your diagnosis.
1024 # to the module-config, e.g.: module-config: "respip validator iterator".
H A DChangelog2704 dereference in validator/autotrust.
8259 - validator prints subtype classification for debug.
8263 - validator nsec3 nameerror test.
8288 - cname, name error validator tests.
8337 - validator nodata, positive, referral tests.
8439 - val_nsec.c for validator NSEC proofs.
8455 - validator FINDKEY state.
8494 - validator override option for date check testing.
8508 - val_sigcrypt file for validator signature checks.
8511 - key cache for validator.
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Drelocate.c84 svn_wc_relocation_validator3_t validator, in svn_wc_relocate4() argument
164 SVN_ERR(validator(validator_baton, uuid, new_url, new_repos_root, in svn_wc_relocate4()
H A Ddeprecated.c4193 svn_wc_relocation_validator3_t validator, in svn_wc_relocate3() argument
4210 validator, validator_baton, pool)); in svn_wc_relocate3()
4217 svn_wc_relocation_validator2_t validator; member
4223 svn_wc_relocation_validator_t validator; member
4237 return cb->validator(cb->baton, uuid, in compat2_validator()
4253 return cb->validator(cb->baton, uuid, url); in compat_validator()
4263 svn_wc_relocation_validator2_t validator, in svn_wc_relocate2() argument
4269 cb.validator = validator; in svn_wc_relocate2()
4282 svn_wc_relocation_validator_t validator, in svn_wc_relocate() argument
4288 cb.validator = validator; in svn_wc_relocate()
/freebsd-12.1/lib/libunbound/
H A DMakefile9 …il ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/respip ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
30 val_nsec3.c val_secalgo.c val_sigcrypt.c val_utils.c validator.c \
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h116 OptionValidator *validator; // If non-NULL, option is valid iff member
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_wc.h7526 svn_wc_relocation_validator3_t validator,
7547 svn_wc_relocation_validator3_t validator,
7562 svn_wc_relocation_validator2_t validator,
7576 svn_wc_relocation_validator_t validator,
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog455 pointed out by validator.w3.org.
/freebsd-12.1/contrib/tzdata/
H A DMakefile820 $(CURL) -sS --url https://validator.w3.org/nu/ -F out=gnu \
/freebsd-12.1/crypto/heimdal/doc/
H A Dinit-creds329 pop3d (simple password validator when no user interation possible):

12