| /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);
|
| 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)
|
| 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)
|
| 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...] |
| 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);
|
| 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 */
|
| lua.h | 67 char module[LUA_MAX_MODNAME]; member in struct:lua_require 80 /* 'require' a module in a state */
|
| /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...] |
| 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
|
| 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.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...] |
| /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_")))
|
| 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...] |
| 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...] |