Home
last modified time | relevance | path

Searched refs:verifier (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/src/usr.sbin/nsd/
Dverify.c137 struct verifier *verifier; in verify_handle_stream() local
143 verifier = (struct verifier *)arg; in verify_handle_stream()
144 if (fd == verifier->output_stream.fd) { in verify_handle_stream()
145 stream = &verifier->output_stream; in verify_handle_stream()
147 assert(fd == verifier->error_stream.fd); in verify_handle_stream()
148 stream = &verifier->error_stream; in verify_handle_stream()
167 static void kill_verifier(struct verifier *verifier) in kill_verifier() argument
169 assert(verifier != NULL); in kill_verifier()
170 assert(verifier->zone != NULL); in kill_verifier()
172 if(kill(verifier->pid, SIGTERM) == -1) { in kill_verifier()
[all …]
Dnsd.conf.sample.in271 # Port to answer verifier queries on. Default is 5347.
286 # verifier: ldns-verify-zone
287 # verifier: validns -
288 # verifier: drill -k <keyfile> @127.0.0.1 -p 5347 example.com SOA
291 # verifier-count: 1
293 # Feed updated zone to verifier over standard input. Default is yes.
294 # verifier-feed-zone: yes
296 # Number of seconds before verifier is killed (0 is forever).
297 # verifier-timeout: 0
478 # Default is verifier in verify.
[all …]
Doptions.c157 opt->verifier = NULL; in nsd_options_create()
1095 p->verifier = NULL; in pattern_options_create()
1168 verifier_delete(opt->region, p->verifier); in pattern_options_remove()
1333 copy_changed_verifier(opt, &orig->verifier, p->verifier); in pattern_options_add_modify()
1352 copy_changed_verifier(opt, &orig->verifier, p->verifier); in pattern_options_add_modify()
1441 if(!pattern_verifiers_equal((const char **)p->verifier, in pattern_options_equal()
1442 (const char **)q->verifier)) return 0; in pattern_options_equal()
1681 marshal_strv(b, p->verifier); in pattern_options_marshal()
1735 p->verifier = unmarshal_strv(r, b); in pattern_options_unmarshal()
2646 if(pat->verifier != NULL) { in config_apply_pattern()
[all …]
Dverify.h58 struct verifier { struct
Dconfiglexer.lex318 verifier{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFIER; }
319 verifier-count{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFIER_COUNT; }
320 verifier-feed-zone{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFIER_FEED_ZONE; }
321 verifier-timeout{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFIER_TIMEOUT; }
Doptions.h214 char **verifier; member
310 char **verifier; member
Dnsd-checkconf.c570 if(pat->verifier) { in print_zone_content_elems()
572 for(char *const *s = pat->verifier; *s; s++) { in print_zone_content_elems()
762 if(opt->verifier) { in config_test_print_server()
764 for(char **s = opt->verifier; *s; s++) { in config_test_print_server()
Dnsd.h296 struct verifier *verifiers;
Dconfigparser.y1042 { cfg_parser->pattern->verifier = $2; }
1102 { cfg_parser->opt->verifier = $2; }
/openbsd/src/usr.sbin/nsd/doc/
DNSD-VERIFY-MODS5 Configuring the verifier
13 verifier:
14 verifier-count,
15 verifier-feed-zone,
16 and verifier-timeout.
20 verifier,
21 verifier-feed-zone,
22 and verifier-timeout.
28 The type of pattern_options::verifier, char**, is in the vector of arguments
81 necessary pipes, starts the verifier and then sets up the required events and
[all …]
DREADME773 An external verifier can be configured per zone. When a zone with verification
775 submitted to the verifier for evaluation. If the verifier deems the updated
778 exit status of the verifier is non-zero.
784 The zone can be provided to the verifier in two ways.
786 1. The complete zone can be fed to the standard input of the verifier.
789 with the "verifier-feed-zone:" option.
795 2. The zone can be served to the verifier.
806 the "verifier:" option could have the following value:
809 A verifier is informed about the domain name of the zone to be verified and
833 For each zone one verifier will be run at the same time, but when multiple
[all …]
/openbsd/src/gnu/gcc/gcc/
Dtimevar.def54 DEFTIMEVAR (TV_CFG_VERIFY , "CFG verifier")
120 DEFTIMEVAR (TV_TREE_SSA_VERIFY , "tree SSA verifier")
121 DEFTIMEVAR (TV_TREE_STMT_VERIFY , "tree STMT verifier")
122 DEFTIMEVAR (TV_CGRAPH_VERIFY , "callgraph verifier")
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp216 TokenVerifier const &verifier) { in AddLambdaCaptureDecls() argument
225 if (!childName.IsEmpty() && verifier.hasToken(childName.GetStringRef()) && in AddLambdaCaptureDecls()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp767 DWARFVerifier verifier(OS, *this, DumpOpts); in verify() local
769 Success &= verifier.handleDebugAbbrev(); in verify()
771 Success &= verifier.handleDebugCUIndex(); in verify()
773 Success &= verifier.handleDebugTUIndex(); in verify()
775 Success &= verifier.handleDebugInfo(); in verify()
777 Success &= verifier.handleDebugLine(); in verify()
778 Success &= verifier.handleAccelTables(); in verify()
/openbsd/src/gnu/llvm/llvm/docs/GlobalISel/
DPipeline.rst93 .. _maintainability-verifier:
107 For layering reasons, ``MachineVerifier`` isn't able to be the sole verifier
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-dwarfutil.rst100 Run the DWARF verifier on the output DWARF debug info.
Ddsymutil.rst160 Run the DWARF verifier on the linked DWARF debug info.
/openbsd/src/gnu/llvm/llvm/docs/
DAddingConstrainedIntrinsics.rst44 Update the IR verifier::
DFAQ.rst209 …ction with a mismatched calling convention into "unreachable"? Why not make the verifier reject it?
240 make the verifier reject this sort of thing.
DBugpoint.rst42 causes the verifier to abort), ``bugpoint`` starts the `crash debugger`_.
DOpaquePointers.rst70 Pointee types provide some value to frontends because the IR verifier uses types
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DOptions.td46 …HelpText<"Run the DWARF verifier on the input and/or output. Valid options are 'input', 'output', …
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt52 be constants. The verifier should enforce this constraint.
/openbsd/src/gnu/llvm/llvm/
DCREDITS.TXT382 D: Machine code verifier
/openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl05.rst362 in the LLVM IR. If you violate this rule, the verifier will emit an

12