| /openbsd/src/usr.sbin/nsd/ |
| D | verify.c | 137 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 …]
|
| D | nsd.conf.sample.in | 271 # 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 …]
|
| D | options.c | 157 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 …]
|
| D | verify.h | 58 struct verifier { struct
|
| D | configlexer.lex | 318 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; }
|
| D | options.h | 214 char **verifier; member 310 char **verifier; member
|
| D | nsd-checkconf.c | 570 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()
|
| D | nsd.h | 296 struct verifier *verifiers;
|
| D | configparser.y | 1042 { cfg_parser->pattern->verifier = $2; } 1102 { cfg_parser->opt->verifier = $2; }
|
| /openbsd/src/usr.sbin/nsd/doc/ |
| D | NSD-VERIFY-MODS | 5 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 …]
|
| D | README | 773 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/ |
| D | timevar.def | 54 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/ |
| D | ClangExpressionSourceCode.cpp | 216 TokenVerifier const &verifier) { in AddLambdaCaptureDecls() argument 225 if (!childName.IsEmpty() && verifier.hasToken(childName.GetStringRef()) && in AddLambdaCaptureDecls()
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFContext.cpp | 767 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/ |
| D | Pipeline.rst | 93 .. _maintainability-verifier: 107 For layering reasons, ``MachineVerifier`` isn't able to be the sole verifier
|
| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| D | llvm-dwarfutil.rst | 100 Run the DWARF verifier on the output DWARF debug info.
|
| D | dsymutil.rst | 160 Run the DWARF verifier on the linked DWARF debug info.
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | AddingConstrainedIntrinsics.rst | 44 Update the IR verifier::
|
| D | FAQ.rst | 209 …ction with a mismatched calling convention into "unreachable"? Why not make the verifier reject it? 240 make the verifier reject this sort of thing.
|
| D | Bugpoint.rst | 42 causes the verifier to abort), ``bugpoint`` starts the `crash debugger`_.
|
| D | OpaquePointers.rst | 70 Pointee types provide some value to frontends because the IR verifier uses types
|
| /openbsd/src/gnu/llvm/llvm/tools/dsymutil/ |
| D | Options.td | 46 …HelpText<"Run the DWARF verifier on the input and/or output. Valid options are 'input', 'output', …
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | README_ALTIVEC.txt | 52 be constants. The verifier should enforce this constraint.
|
| /openbsd/src/gnu/llvm/llvm/ |
| D | CREDITS.TXT | 382 D: Machine code verifier
|
| /openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| D | LangImpl05.rst | 362 in the LLVM IR. If you violate this rule, the verifier will emit an
|