Searched refs:anchor (Results 176 - 200 of 442) sorted by relevance

1234567891011>>

/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dnta.h127 * Add a negative trust anchor to 'ntatable' for name 'name',
173 const dns_name_t *name, const dns_name_t *anchor);
176 * anchor which in turn is at or below 'anchor'.
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_table.c105 pfctl_clear_tables(const char *anchor, int opts) argument
107 return pfctl_table(0, NULL, NULL, "-F", NULL, anchor, opts);
111 pfctl_show_tables(const char *anchor, int opts) argument
113 return pfctl_table(0, NULL, NULL, "-s", NULL, anchor, opts);
118 const char *command, char *file, const char *anchor, int opts)
122 return pfctl_table(argc, argv, tname, command, file, anchor, opts);
127 char *file, const char *anchor, int opts)
151 if (strlcpy(table.pfrt_anchor, anchor,
494 pfctl_define_table(char *name, int flags, int addrs, const char *anchor, argument
501 sizeof(tbl.pfrt_name) || strlcpy(tbl.pfrt_anchor, anchor,
117 pfctl_command_tables(int argc, char *argv[], char *tname, const char *command, char *file, const char *anchor, int opts) argument
126 pfctl_table(int argc, char *argv[], char *tname, const char *command, char *file, const char *anchor, int opts) argument
[all...]
/netbsd-current/sys/dist/pf/net/
H A Dpf_ioctl.c364 struct pf_anchor *anchor; local
420 while ((anchor = RB_MIN(pf_anchor_global, &pf_anchors)) != NULL) {
422 if (pf_begin_rules(&ticket, i, anchor->name) == 0)
423 pf_commit_rules(ticket, i, anchor->name);
476 pf_get_pool(char *anchor, u_int32_t ticket, u_int8_t rule_action, argument
484 ruleset = pf_find_ruleset(anchor);
552 * the anchor under our feet.
909 pf_begin_rules(u_int32_t *ticket, int rs_num, const char *anchor) argument
916 rs = pf_find_or_create_ruleset(anchor);
929 pf_rollback_rules(u_int32_t ticket, int rs_num, char *anchor) argument
1032 pf_commit_rules(u_int32_t ticket, int rs_num, char *anchor) argument
2588 struct pf_anchor *anchor; local
2612 struct pf_anchor *anchor; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp107 void DiagnosticInfo::anchor() {} function in class:DiagnosticInfo
108 void DiagnosticInfoStackSize::anchor() {} function in class:DiagnosticInfoStackSize
109 void DiagnosticInfoWithLocationBase::anchor() {} function in class:DiagnosticInfoWithLocationBase
110 void DiagnosticInfoIROptimization::anchor() {} function in class:DiagnosticInfoIROptimization
404 void OptimizationRemarkAnalysisFPCommute::anchor() {} function in class:OptimizationRemarkAnalysisFPCommute
405 void OptimizationRemarkAnalysisAliasing::anchor() {} function in class:OptimizationRemarkAnalysisAliasing
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h38 virtual void anchor(); // Out of line method.
51 virtual void anchor(); // Out of line method.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DError.cpp53 void ErrorInfoBase::anchor() {} function in class:llvm::ErrorInfoBase
56 void ECError::anchor() {} function in class:llvm::ECError
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileSystemStatCache.cpp22 void FileSystemStatCache::anchor() {} function in class:FileSystemStatCache
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorLexer.h30 virtual void anchor();
/netbsd-current/tests/lib/libc/regex/
H A DMakefile21 FILES+= data/anchor.in
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h36 virtual void anchor();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp50 void MachineBranchProbabilityInfo::anchor() {} function in class:MachineBranchProbabilityInfo
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h183 void anchor() override;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h29 virtual void anchor();
H A DLiveVariables.h55 virtual void anchor();
H A DDominators.h43 virtual void anchor();
185 template<> void CFGDominatorTreeImpl<true>::anchor();
186 template<> void CFGDominatorTreeImpl<false>::anchor();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h28 virtual void anchor();
H A DSystemZSubtarget.cpp28 void SystemZSubtarget::anchor() {} function in class:SystemZSubtarget
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kSubtarget.h42 virtual void anchor();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.h28 virtual void anchor();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.h53 virtual void anchor();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp22 void PPCFunctionInfo::anchor() {} function in class:PPCFunctionInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h41 virtual void anchor();
H A DSparcSubtarget.h33 virtual void anchor();
H A DSparcTargetMachine.cpp185 void SparcV8TargetMachine::anchor() { } function in class:SparcV8TargetMachine
195 void SparcV9TargetMachine::anchor() { } function in class:SparcV9TargetMachine
205 void SparcelTargetMachine::anchor() {} function in class:SparcelTargetMachine
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dnta.h128 * Add a negative trust anchor to 'ntatable' for name 'name',
174 const dns_name_t *name, const dns_name_t *anchor);
177 * anchor which in turn is at or below 'anchor'.

Completed in 482 milliseconds

1234567891011>>