Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 163) sorted by relevance

1234567

/openbsd/usr.sbin/radiusd/
H A Dradiusd.c232 struct radiusd_module *module; in radiusd_start() local
303 struct radiusd_module *module; in radiusd_stop() local
342 struct radiusd_module *module, *modulet; radiusd_free() local
925 struct radiusd_module *module; radiusd_on_sigchld() local
1126 struct radiusd_module *module; radiusd_imsg_compose_module() local
1151 struct radiusd_module *module = NULL; radiusd_module_load() local
1241 radiusd_module_start(struct radiusd_module * module) radiusd_module_start() argument
1286 radiusd_module_stop(struct radiusd_module * module) radiusd_module_stop() argument
1303 radiusd_module_close(struct radiusd_module * module) radiusd_module_close() argument
1314 radiusd_module_unload(struct radiusd_module * module) radiusd_module_unload() argument
1324 struct radiusd_module *module = ctx; radiusd_module_on_imsg_io() local
1349 radiusd_module_reset_ev_handler(struct radiusd_module * module) radiusd_module_reset_ev_handler() argument
1382 radiusd_module_imsg_read(struct radiusd_module * module) radiusd_module_imsg_read() argument
1411 radiusd_module_imsg(struct radiusd_module * module,struct imsg * imsg) radiusd_module_imsg() argument
1598 radiusd_module_recv_radpkt(struct radiusd_module * module,struct imsg * imsg,uint32_t imsg_type,const char * type_str) radiusd_module_recv_radpkt() argument
1642 radiusd_module_set(struct radiusd_module * module,const char * name,int argc,char * const * argv) radiusd_module_set() argument
1733 radiusd_module_userpass(struct radiusd_module * module,struct radius_query * q) radiusd_module_userpass() argument
1759 radiusd_module_access_request(struct radiusd_module * module,struct radius_query * q) radiusd_module_access_request() argument
1789 radiusd_module_next_response(struct radiusd_module * module,struct radius_query * q,RADIUS_PACKET * pkt) radiusd_module_next_response() argument
1802 radiusd_module_request_decoration(struct radiusd_module * module,struct radius_query * q) radiusd_module_request_decoration() argument
1824 radiusd_module_response_decoration(struct radiusd_module * module,struct radius_query * q) radiusd_module_response_decoration() argument
1853 radiusd_module_account_request(struct radiusd_module * module,struct radius_query * q) radiusd_module_account_request() argument
[all...]
H A Dradiusd_radius.c43 struct module_radius *module; member
71 struct module_radius *module; member
148 module_radius_init(struct module_radius *module) in module_radius_init()
160 struct module_radius *module = ctx; in module_radius_config_set() local
242 struct module_radius *module = ctx; in module_radius_start() local
275 struct module_radius *module = ctx; in module_radius_stop() local
288 struct module_radius *module = ctx; in module_radius_access_request() local
621 module_radius_log(struct module_radius *module, int pri, const char *fmt, ...) in module_radius_log()
H A Dradiusd_standard.c131 struct module_standard *module = ctx; in module_standard_config_set() local
219 struct module_standard *module = ctx; in module_standard_reqdeco() local
294 struct module_standard *module = ctx; in module_standard_resdeco() local
333 struct module_standard *module = ctx; in module_accounting_request() local
H A Dparse.y326 struct radiusd_module *module; variable
338 struct radiusd_module *module; variable
973 struct radiusd_module *module; in find_module() local
1000 struct radiusd_module *module; in create_module_ref() local
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp108 static DWARFExpression MakeLocationExpressionInternal(lldb::ModuleSP module, in MakeLocationExpressionInternal()
134 std::optional<int32_t> relative_offset, lldb::ModuleSP module) { in MakeRegisterBasedLocationExpressionInternal()
159 lldb::ModuleSP module) { in MakeRegisterBasedLocationExpressionInternal()
168 llvm::codeview::RegisterId reg, lldb::ModuleSP module) { in MakeEnregisteredLocationExpression()
173 llvm::codeview::RegisterId reg, int32_t offset, lldb::ModuleSP module) { in MakeRegRelLocationExpression()
185 llvm::StringRef fpo_program, int32_t offset, lldb::ModuleSP module) { in MakeVFrameRelLocationExpression()
205 uint16_t section, uint32_t offset, ModuleSP module) { in MakeGlobalLocationExpression()
229 ModuleSP module) { in MakeConstantLocationExpression()
264 lldb::ModuleSP module) { in MakeEnregisteredLocationExpressionForComposite()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp120 findRSCallSites(llvm::Module &module, std::set<llvm::CallInst *> &rs_callsites, in findRSCallSites()
140 static bool fixupX86StructRetCalls(llvm::Module &module) { in fixupX86StructRetCalls()
203 static bool fixupRSAllocationStructByValCalls(llvm::Module &module) { in fixupRSAllocationStructByValCalls()
259 bool fixupX86FunctionCalls(llvm::Module &module) { in fixupX86FunctionCalls()
263 bool fixupX86_64FunctionCalls(llvm::Module &module) { in fixupX86_64FunctionCalls()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp66 ClangExternalASTSourceCallbacks::RegisterModule(clang::Module *module) { in RegisterModule()
75 if (clang::Module *module = getModule(id)) in getSourceDescriptor() local
87 ClangExternalASTSourceCallbacks::GetIDForModule(clang::Module *module) { in GetIDForModule()
H A DClangModulesDeclVendor.cpp258 ExportedModuleSet &exports, clang::Module *module) { in ReportModuleExportsHelper()
273 ClangModulesDeclVendor::ModuleVector &exports, clang::Module *module) { in ReportModuleExports()
278 for (ModuleID module : exports_set) in ReportModuleExports() local
282 bool ClangModulesDeclVendorImpl::AddModule(const SourceModule &module, in AddModule()
487 for (ModuleID module : modules) in ForEachMacro() local
518 clang::Module *module = module_macro->getOwningModule(); in ForEachMacro() local
H A DIRDynamicChecks.cpp138 Instrumenter(llvm::Module &module, in Instrumenter()
310 ValidPointerChecker(llvm::Module &module, in ValidPointerChecker()
368 ObjcObjectChecker(llvm::Module &module, in ObjcObjectChecker()
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py73 def loadTestsFromModule(self, module, use_load_tests=True): argument
91 def loadTestsFromName(self, name, module=None): argument
138 def loadTestsFromNames(self, names, module=None): argument
334 def findTestCases(module, prefix='test', sortUsing=cmp_, argument
/openbsd/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp109 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, in UpdateLoadedSections()
115 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, in UpdateLoadedSectionsCommon()
123 void DynamicLoader::UnloadSections(const ModuleSP module) { in UnloadSections()
127 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { in UnloadSectionsCommon()
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp162 llvm::Function *createFunction(llvm::Module &module, in createFunction()
852 llvm::Module &module, in generateStringPrint()
896 llvm::Module &module, in generateIntegerPrint()
948 llvm::Module &module, in createFinallyBlock()
1024 llvm::Module &module, in createCatchBlock()
1076 llvm::Module &module, llvm::IRBuilder<> &builder, in createCatchWrappedInvokeFunction()
1341 createThrowExceptionFunction(llvm::Module &module, llvm::IRBuilder<> &builder, in createThrowExceptionFunction()
1458 createUnwindExceptionTest(llvm::Module &module, llvm::IRBuilder<> &builder, in createUnwindExceptionTest()
1595 llvm::Module &module, in createStandardUtilityFunctions()
1908 llvm::Module *module = Owner.get(); in main() local
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp53 ModuleSP module = proc->GetTarget().GetExecutableModule(); in LLDB_PLUGIN_DEFINE() local
207 void DynamicLoaderHexagonDYLD::UpdateLoadedSections(ModuleSP module, in UpdateLoadedSections()
241 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) { in UnloadSections()
519 Module &module = *(m_process->GetTarget().GetExecutableModule().get()); in GetEntryPoint() local
556 DynamicLoaderHexagonDYLD::GetThreadLocalData(const lldb::ModuleSP module, in GetThreadLocalData()
/openbsd/usr.bin/dig/lib/isc/
H A Dlog.c68 const isc_logmodule_t * module; member
591 const isc_logmodule_t *module) in isc_log_usechannel()
632 isc_logmodule_t *module, int level, const char *format, ...) in isc_log_write()
662 const isc_logmodule_t *module, isc_logchannel_t *channel) in assignchannel()
769 isc_logmodule_t *module, int level, int write_once, in isc_log_doit()
/openbsd/sys/dev/pci/drm/
H A Ddrm_encoder_slave.c58 struct module *module = NULL; in drm_i2c_encoder_init() local
110 struct module *module = client->dev.driver->owner; in drm_i2c_encoder_destroy() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h32 char *module; member
71 char *module; member
103 char *module; member
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrameRecognizer.cpp51 StackFrameRecognizerSP recognizer, ConstString module, in AddRecognizer()
59 StackFrameRecognizerSP recognizer, RegularExpressionSP module, in AddRecognizer()
/openbsd/usr.sbin/snmpd/
H A Dmib.y137 struct module *module; member
168 struct module *module; member
173 static struct module { struct
184 RB_ENTRY(module) entryci; argument
186 } *module; variable
/openbsd/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py178 def __init__(self, target, module, index): argument
211 def __init__(self, target, module): argument
267 def __init__(self, target, module): argument
396 def __init__(self, target, module): argument
H A Dsymbolication.py245 def InitWithSBTargetAndSBModule(cls, target, module): argument
636 def print_module_sections(module, depth): argument
641 def print_module_symbols(module): argument
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp33 json::Value toJSON(const JSONModule &module) { in toJSON()
44 bool fromJSON(const json::Value &value, JSONModule &module, Path path) { in fromJSON()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h188 bool hasAlreadyFailed(StringRef module) { in hasAlreadyFailed()
192 void addFailed(StringRef module) { in addFailed()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp1274 static void DumpModuleArchitecture(Stream &strm, Module *module, in DumpModuleArchitecture()
1292 static void DumpModuleUUID(Stream &strm, Module *module) { in DumpModuleUUID()
1404 Module *module, SortOrder sort_order, in DumpModuleSymtab()
1414 Module *module) { in DumpModuleSections()
1428 static bool DumpModuleSymbolFile(Stream &strm, Module *module) { in DumpModuleSymbolFile()
1512 Stream &strm, Module *module, in LookupSymbolInModule()
1591 Stream &strm, Module *module, in LookupFunctionInModule()
1673 Stream &strm, Module &module, in LookupTypeHere()
1759 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); in FindModulesByName() local
2113 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute() local
[all …]
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp42 Module *module, Target *target) { in CreateInstanceHelper()
55 Module *module) { in CreateInstance()
292 Module *module, bool can_create) { in GetTypeSystemForLanguage()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h25 DWARFIndex(Module &module) : m_module(module) {} in DWARFIndex()

1234567