Searched refs:modules (Results 1 – 16 of 16) sorted by relevance
/l4re-core-master/moe/server/src/ |
A D | boot_fs.cc | 43 l4util_l4mod_mod const *modules = (l4util_l4mod_mod const *)mbi->mods_addr; 45 dump_mb_module(modules +i); 176 l4util_l4mod_mod const *modules = (l4util_l4mod_mod const *)(unsigned long)mbi->mods_addr; in init_stage2() local 183 l4_addr_t s = modules[mod].mod_start; in init_stage2() 195 l4_addr_t end = modules[mod].mod_end; in init_stage2() 201 cxx::String name = cmdline_to_name((char const *)(unsigned long)modules[mod].cmdline, &opts); in init_stage2() 207 rf = new Moe::Dataspace_static((void*)(unsigned long)modules[mod].mod_start, in init_stage2() 208 end - modules[mod].mod_start, flags); in init_stage2() 221 L4::cout << " BOOTFS: [" << (void*)(unsigned long)modules[mod].mod_start << "-" in init_stage2()
|
A D | main.cc | 93 l4util_l4mod_mod const *modules = (l4util_l4mod_mod const *)_mbi_->mods_addr; in my_cmdline() local 98 if ((modules[mod].flags & L4util_l4mod_mod_flag_mask) == L4util_l4mod_mod_flag_roottask) in my_cmdline() 100 cmdline = (char *)(unsigned long)modules[mod].cmdline; in my_cmdline()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-tls4.c | 97 const char *modules[N] in do_test() local 128 void *h = dlopen (modules[i], RTLD_LAZY); in do_test() 169 printf ("test %d with %s succeeded\n", i, modules[i]); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | streamline_config.pl | 344 my %modules; 381 $modules{$1} = 1; 390 foreach my $module (keys(%modules)) { 626 foreach my $module (keys(%modules)) {
|
A D | zconf.gperf | 44 modules, T_OPT_MODULES, TF_OPTION
|
A D | zconf.hash.c_shipped | 108 char kconf_id_strings_str27[sizeof("modules")]; 143 "modules",
|
A D | kconfig-language.txt | 34 Usually, modules have to be recompiled whenever you switch to a new 147 - "modules" 288 can be compiled as modules.
|
/l4re-core-master/crtn/lib/src/ |
A D | README | 8 - linker script for Linux kernel modules and XFree86 drivers
|
/l4re-core-master/moe/doc/ |
A D | moe.dox | 105 * them as writable modules. Moe will allow read and write access to these 108 * An example entry in 'modules.list' would look like this:
|
/l4re-core-master/ned/doc/ |
A D | ned.dox | 175 `ned-prompt` needs to be added to your modules list.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.dat | 380 [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep. 512 which happens at the beginning so that we can unload modules in 869 /lib/modules/`uname -r`/build/include for kernel headers if 1060 dtv_slotinfo_list element containing new modules' l_tls_modid. 1070 modids used by partially loaded modules being closed can't be known.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 998 are used in linux for loadable kernel modules. 1000 Say N if you do not use kernel modules. 1007 are used in linux (prior to 2.6) for loadable kernel modules. 1009 Say N if you do not use kernel modules, or you only support
|
/l4re-core-master/ |
A D | COPYING | 157 code means all the source code for all modules it contains, plus any
|
/l4re-core-master/l4util/doc/ |
A D | l4util.cfg | 785 # in the modules index. If set to NO, only the current project's groups will
|
/l4re-core-master/uclibc/doc/ |
A D | uclibc.cfg | 1041 # in the modules index. If set to NO, only the current project's groups will
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | ChangeLog | 2810 * Makefile (extra-objs): Add modules to extra-test-objs instead. 3750 * Makefile ($(test-modules)): Remove static pattern rule. 6628 (modules-names): Add tst-tls4moda and tst-tls4modb. 6645 * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules). 7670 * Makefile ($(test-modules)): Depend on $(common-objpfx)shlib.lds.
|
Completed in 29 milliseconds