Searched refs:main (Results 51 - 75 of 79) sorted by relevance

1234

/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-riscv/
H A Dboot.c161 void main(UNUSED int hartid, void *bootloader_dtb) function
/seL4-refos-master/tools/elfloader/src/arch-riscv/
H A Dboot.c161 void main(UNUSED int hartid, void *bootloader_dtb) function
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcmain.c5 /* main.c - MSDOS, OS/2, ST, Amiga, and NT NetHack */
80 int FDECL(main, (int,char **));
96 /* If the graphics version is built, we don't need a main; it is skipped
97 * to help MinGW decide which entry point to choose. If both main and
102 main(argc,argv)
/seL4-refos-master/projects/refos/impl/apps/tetris/src/
H A Dtetris.c336 main() function
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcmain.c5 /* main.c - MSDOS, OS/2, ST, Amiga, and NT NetHack */
80 int FDECL(main, (int,char **));
96 /* If the graphics version is built, we don't need a main; it is skipped
97 * to help MinGW decide which entry point to choose. If both main and
102 main(argc,argv)
/seL4-refos-master/apps/tetris/src/
H A Dtetris.c336 main() function
/seL4-refos-master/kernel/manual/tools/
H A Dparse_doxygen_xml.py556 def main(): function
587 sys.exit(main())
/seL4-refos-master/libs/libsel4allocman/
H A Dexample_bootstrap.c253 int main(void) { function
/seL4-refos-master/projects/refos/impl/apps/test_user/src/
H A Dtest_user.c374 main() function
/seL4-refos-master/projects/seL4_libs/libsel4allocman/
H A Dexample_bootstrap.c253 int main(void) { function
/seL4-refos-master/apps/test_user/src/
H A Dtest_user.c374 main() function
/seL4-refos-master/projects/refos/impl/apps/selfloader/src/
H A Dselfloader.c463 /*! @brief Selfloader main function. */
465 main(void) function
471 __vsyscall_ptr in main(), the compiler optimizes away __vsyscall_ptr
/seL4-refos-master/projects/refos/impl/apps/test_os/src/
H A Dtest_os.c481 main() function
488 __vsyscall_ptr in main(), the compiler optimizes away __vsyscall_ptr
/seL4-refos-master/apps/selfloader/src/
H A Dselfloader.c463 /*! @brief Selfloader main function. */
465 main(void) function
471 __vsyscall_ptr in main(), the compiler optimizes away __vsyscall_ptr
/seL4-refos-master/apps/test_os/src/
H A Dtest_os.c481 main() function
488 __vsyscall_ptr in main(), the compiler optimizes away __vsyscall_ptr
/seL4-refos-master/kernel/manual/tools/libsel4_tools/
H A Dsyscall_stub_gen.py1067 def main(): function
1100 sys.exit(main())
/seL4-refos-master/kernel/libsel4/tools/
H A Dsyscall_stub_gen.py1067 def main(): function
1100 sys.exit(main())
/seL4-refos-master/libs/libsel4/tools/
H A Dsyscall_stub_gen.py1067 def main(): function
1100 sys.exit(main())
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h689 // This class is the main widget for NetHack
794 static NetHackQtMainWindow* main; member in class:NetHackQtBind
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmusic.c744 main(argc,argv) function
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h689 // This class is the main widget for NetHack
794 static NetHackQtMainWindow* main; member in class:NetHackQtBind
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmusic.c744 main(argc,argv) function
/seL4-refos-master/projects/refos/design/
H A Dinterface.tex279 \refOS follows the component-based multi-server operating system design. The two main components in the design are the process server and the file server. \refOS implements an additional operating system server which is a dataserver that is responsible for basic device related tasks.
296 The file server is more trusted than clients, but it is less trusted than the process server (this avoids deadlock). In \refOS, the file server does not use a disk driver and the actual file contents are compiled into the file server executable itself using a cpio archive. The file server acts as the main data server in \refOS.
/seL4-refos-master/libs/libmuslc/
H A Dconfigure16 --prefix=PREFIX main installation prefix [/usr/local/musl]
/seL4-refos-master/kernel/manual/parts/
H A Dipc.tex266 The main difference with a normal endpoint transfer is that the kernel guarantees

Completed in 209 milliseconds

1234