/src/sys/arch/pmax/pmax/ |
memc_3max.c | 55 int module; local in function:dec_mtasic_err 71 module = physadr / ( 32 * 1024 * 1024); 73 module = physadr / ( 8 * 1024 * 1024); 74 printf(" module %d", module);
|
/src/sys/arch/hpcsh/dev/hd64461/ |
hd64461.c | 97 const struct hd64461_module *module; local in function:hd64461_attach 125 module = &hd64461_modules[i]; 126 if (module->name == NULL)
|
/src/sys/arch/hpcsh/dev/hd64465/ |
hd64465.c | 94 const struct hd64465_module *module; local in function:hd64465_attach 117 for (i = 0, module = hd64465_modules; 119 i++, module++) { 120 if (module->name == 0)
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_encoder_slave.c | 32 #include <linux/module.h> 46 * Create an I2C device on the specified bus (the module containing its 62 struct module *module = NULL; local in function:drm_i2c_encoder_init 80 module = client->dev.driver->owner; 81 if (!try_module_get(module)) { 102 module_put(module); 119 struct module *module = client->dev.driver->owner; local in function:drm_i2c_encoder_destroy 124 module_put(module); [all...] |
/src/sys/arch/acorn32/stand/lib/ |
riscosdisk.c | 48 char module[20]; local in function:rodisk_getprivateword 52 snprintf(module, sizeof(module), "FileCore%c%s", '%', fsname); 53 err = xosmodule_lookup(module, NULL, NULL, NULL, &privword, NULL);
|
/src/sys/sys/ |
lua.h | 67 char module[LUA_MAX_MODNAME]; member in struct:lua_require 80 /* 'require' a module in a state */
|
module.h | 1 /* $NetBSD: module.h,v 1.48 2021/10/24 06:52:26 skrll Exp $ */ 40 /* Module classes, provided only for system boot and module validation. */ 52 /* Module sources: where did it come from? */ 59 /* Commands passed to module control routine. */ 76 /* Module header structure. */ 85 /* Per module information, maintained by kern_module.c */ 89 typedef struct module { struct 96 TAILQ_ENTRY(module) mod_chain; 97 struct module *(*mod_required)[MAXMODDEPS] [all...] |
/src/lib/libc/citrus/ |
citrus_iconv.c | 99 * key module arg 101 * module : iconv module name. 102 * arg : argument for the module (generally, description file name) 108 const char **module, const char **variable) 122 /* get module name */ 123 *module = p; 163 const char *module, *variable; local in function:open_shared 168 &module, &variable); 174 &module, &variable) [all...] |
citrus_mapper.c | 125 * mapper module arg 127 * module : mapper module name. 128 * arg : argument for the module (generally, description file name) 134 const char **module, const char **variable) 166 /* get module name */ 167 *module = p; 210 const char * __restrict module, 229 /* load module */ 230 ret = _citrus_load_module(&cm->cm_module, module); 324 const char *module, *variable = NULL; local in function:_citrus_mapper_open [all...] |
/src/sys/arch/pmax/tc/ |
dtreg.h | 127 uint8_t module[8]; member in struct:dt_ident
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_symbolizer.h | 32 char *module; member in struct:__sanitizer::AddressInfo 67 char *module; member in struct:__sanitizer::DataInfo 94 // The module names Symbolizer returns are stable and unique for every given 95 // module. It is safe to store and compare them as pointers. 128 // Since the corresponding module might get unloaded later, we should create
|
sanitizer_symbolizer_libcdep.cc | 84 // Always fill data about module name and offset. 104 info->module = internal_strdup(module_name); 152 const LoadedModule *module = FindModuleForAddress(address); local in function:__sanitizer::Symbolizer::FindModuleNameAndOffsetForAddress 153 if (module == nullptr) 155 *module_name = module->full_name(); 156 *module_offset = address - module->base_address(); 157 *module_arch = module->arch(); 184 const LoadedModule *module = SearchForModule(modules_, address); local in function:__sanitizer::Symbolizer::FindModuleForAddress 185 if (module) return module; [all...] |
sanitizer_common.h | 207 // Strip the directories from the module name. 208 const char *StripModuleName(const char *module); 685 CHECK(0 && "Invalid module arch"); 771 for (auto &module : modules_) module.clear(); local in function:__sanitizer::ListOfModules::clear
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_report.cc | 191 StripModuleName(global.module), global.module_offset); 194 global.start, StripModuleName(global.module), 297 const char *module = frame->info.module; local in function:__tsan::FrameIsInternal 303 if (module != 0 && (internal_strstr(module, "libclang_rt.tsan_")))
|
/src/usr.bin/scmdctl/ |
scmdctl.c | 161 long module; local in function:main 261 module = 0; 263 module = (long)strtoi(argv[2], NULL, 10, 0, 16, &error); 265 warnc(error, "Conversion of '%s' module failed," 266 " using %ld", argv[2], module); 268 error = common_identify(&func_block, fd, debug, module, &ir); 271 module = 0; 273 module = (long)strtoi(argv[2], NULL, 10, 0, 16, &error); 275 warnc(error, "Conversion of '%s' module failed," 276 " using %ld", argv[2], module); [all...] |
/src/sys/modules/lua/ |
lua.c | 43 #include <sys/module.h> 372 case LUAREQUIRE: /* 'require' a module in a State */ 377 if (!strcmp(m->mod_name, require->module)) 381 require->module)) { 385 "requiring module " 505 const char *module; local in function:lua_require 508 module = lua_tostring(L, -1); 511 if (!strcmp(m->mod_name, module)) { 516 if (md == NULL && lua_autoload_on && strchr(module, '/') == NULL) { 517 snprintf(name, sizeof name, "lua%s", module); [all...] |
/src/sys/arch/sandpoint/sandpoint/ |
machdep.c | 53 #include <sys/module.h> 201 /* Initialize pmap module */ 414 struct btinfo_modulelist *module; local in function:module_init_md 417 module = lookup_bootinfo(BTINFO_MODULELIST); 418 if (module == NULL) 420 bi = (struct bi_modulelist_entry *)(module + 1); 421 biend = bi + module->num; 423 printf("module %s at 0x%08x size %x\n",
|
/src/sys/arch/arm/acpi/ |
acpi_machdep.c | 493 "ACPI0004", /* Module device */ 504 * Search up the tree for a module device with a _DMA method. 525 ACPI_HANDLE module; local in function:arm_acpi_dma_init_ranges 531 module = arm_acpi_dma_module(sc, ad->ad_parent); 532 if (module == NULL) { 551 rv = acpi_resource_parse_any(sc->sc_dev, module, "_DMA", &res, 556 acpi_name(module), AcpiFormatException(rv));
|
/src/sys/net/ |
if_ppp.c | 128 #include <sys/module.h> 136 #include <sys/module.h> 223 * module initialization code in pppinit() below). 1820 const char *module; member in struct:ppp_known_compressor 1888 /* Not found, so try to autoload a module */ 1889 for (pkc = ppp_known_compressors; pkc->module != NULL; pkc++) { 1891 if (module_autoload(pkc->module, 1954 * Module infrastructure
|
/src/sys/arch/acorn32/stand/boot32/ |
boot32.c | 770 int module, section; local in function:get_riscos_ver 777 module = 0; 780 e = xosmodule_enumeratewithversion(&module, §ion, &name, 849 panic("\nKernel is bigger than the first DRAM module, unable to boot\n");
|
/src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
interception_win.cc | 861 RVAPtr(void *module, uptr rva) 862 : ptr_(reinterpret_cast<T *>(reinterpret_cast<char *>(module) + rva)) {} 877 uptr InternalGetProcAddress(void *module, const char *func_name) { 878 // Check that the module header is full and present. 879 RVAPtr<IMAGE_DOS_HEADER> dos_stub(module, 0); 880 RVAPtr<IMAGE_NT_HEADERS> headers(module, dos_stub->e_lfanew); 881 if (!module || dos_stub->e_magic != IMAGE_DOS_SIGNATURE || // "MZ" 892 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, 894 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions); 895 RVAPtr<DWORD> names(module, exports->AddressOfNames) 954 HMODULE module = GetModuleHandleA(module_to_patch); local in function:__interception::OverrideImportedFunction [all...] |
/src/usr.bin/config/ |
defs.h | 162 struct module { struct 192 struct module a_m;
|