Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 16 of 16) sorted by relevance

/l4re-core-master/moe/server/src/
A Dboot_fs.cc43 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 Dmain.cc93 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 Dtst-tls4.c97 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 Dstreamline_config.pl344 my %modules;
381 $modules{$1} = 1;
390 foreach my $module (keys(%modules)) {
626 foreach my $module (keys(%modules)) {
A Dzconf.gperf44 modules, T_OPT_MODULES, TF_OPTION
A Dzconf.hash.c_shipped108 char kconf_id_strings_str27[sizeof("modules")];
143 "modules",
A Dkconfig-language.txt34 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 DREADME8 - linker script for Linux kernel modules and XFree86 drivers
/l4re-core-master/moe/doc/
A Dmoe.dox105 * 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 Dned.dox175 `ned-prompt` needs to be added to your modules list.
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat380 [$(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 DConfig.in998 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 DCOPYING157 code means all the source code for all modules it contains, plus any
/l4re-core-master/l4util/doc/
A Dl4util.cfg785 # in the modules index. If set to NO, only the current project's groups will
/l4re-core-master/uclibc/doc/
A Duclibc.cfg1041 # 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 DChangeLog2810 * 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