MCPcopy Create free account

hub / github.com/bendudson/EuraliOS / functions

Functions458 in github.com/bendudson/EuraliOS

Functionpanic
(info: &PanicInfo)
kernel/src/main.rs:96
Functionpanic
(info: &PanicInfo)
kernel/src/lib.rs:94
Functionpanic
(info: &PanicInfo)
kernel/tests/basic_boot.rs:18
Functionpanic
(info: &PanicInfo)
kernel/tests/interrupt_wrap.rs:63
Functionpanic
(info: &PanicInfo)
kernel/tests/stack_overflow.rs:29
Functionpanic
(info: &PanicInfo)
kernel/tests/heap_allocation.rs:24
Methodpartial_cmp
(&self, other: &OsStr)
euralios_std/src/ffi.rs:274
Functionpath_components
()
euralios_std/src/path.rs:1000
Functionpath_file_name
()
euralios_std/src/path.rs:1010
Functionpath_has_root
()
euralios_std/src/path.rs:989
Functionpath_join
()
euralios_std/src/path.rs:1031
Functionpath_parent
()
euralios_std/src/path.rs:1020
Functionpath_to_path_buf
()
euralios_std/src/path.rs:983
Functionpathbuf_as_path
()
euralios_std/src/path.rs:1045
Functionpathbuf_push_absolute
()
euralios_std/src/path.rs:1058
Functionpathbuf_push_relative
()
euralios_std/src/path.rs:1051
Functionpathbuf_with_capacity
()
euralios_std/src/path.rs:1036
Methodquery
(&self)
pci/src/main.rs:37
Methodquery
(&self)
ramdisk/src/main.rs:92
Methodquery
(qname: &str, qtype: QueryType, qclass: QueryClass)
tcp/src/dns.rs:70
Methodread
(&self, start: usize, buffer: &mut [u8])
ramdisk/src/main.rs:33
Methodread
Sets the option for read access. This option, when true, will indicate that the file should be `read`-able if opened. # Examples ```no_run use std:
euralios_std/src/fs.rs:57
Methodreceive
(&'a mut self)
tcp/src/main.rs:106
Methodremove_dir
Lookup and remove subdirectory, returning the shared reference
euralios_std/src/server.rs:52
Methodremove_file
Delete a file
ramdisk/src/main.rs:164
Methodshared
Share current VFS with new process
euralios_std/src/syscalls.rs:466
Functionsimple_allocation
()
kernel/tests/heap_allocation.rs:33
Functiontest_breakpoint_exception
()
kernel/src/interrupts.rs:235
Functiontest_double_fault_handler
( _stack_frame: InterruptStackFrame, _error_code: u64, )
kernel/tests/stack_overflow.rs:55
Functiontest_kernel_main
(_boot_info: &'static BootInfo)
kernel/src/lib.rs:85
Functiontest_level2_cleared
()
kernel/src/memory/frame_allocator.rs:408
Functiontest_nonzero_bit_index
()
kernel/src/memory/frame_allocator.rs:33
Functiontest_num_levels_needed
()
kernel/src/memory/frame_allocator.rs:54
Functiontest_println
()
kernel/tests/basic_boot.rs:23
Functiontest_println_many
()
kernel/src/vga_buffer.rs:167
Functiontest_println_output
()
kernel/src/vga_buffer.rs:175
Functiontest_println_simple
()
kernel/src/vga_buffer.rs:160
Functiontest_quick_return
()
kernel/src/memory/frame_allocator.rs:422
Functiontest_runner
(tests: &[&dyn Testable])
euralios_std/src/lib.rs:123
Functiontest_runner
(tests: &[&dyn Testable])
euralios_std/tests/system_test.rs:42
Functiontest_runner
(tests: &[&dyn Testable])
kernel/src/lib.rs:61
Functiontest_two_frames
()
kernel/src/memory/frame_allocator.rs:397
Functionthread_start
This function is called by syscalls::thread_spawn
euralios_std/src/thread.rs:58
Functiontimer_handler
(context_addr: usize)
kernel/src/interrupts.rs:82
Functiontimer_handler
(context: &mut Context)
kernel/tests/interrupt_wrap.rs:49
Methodtransmit
(&'a mut self)
tcp/src/main.rs:123
Functiontrivial_assertion
()
kernel/src/main.rs:108
Functiontss_address
()
kernel/src/gdt.rs:76
Functiontss_reference
Function to extract a reference with static lifetime Mutex lock returns a MutexGuard, which dereferences to a reference with a lifetime tied to the m
kernel/src/gdt.rs:71
Functionumount
(path: &str)
euralios_std/src/syscalls.rs:620
Functionvars
Returns an iterator over the (key, value) pairs
euralios_std/src/env.rs:47
Methodwith_capacity
(capacity: usize)
euralios_std/src/ffi.rs:71
Methodwith_capacity
(capacity: usize)
euralios_std/src/path.rs:138
Methodwrite
(&mut self, start: usize, buffer: &[u8])
ramdisk/src/main.rs:43
Methodwrite_str
(&mut self, s: &str)
euralios_std/src/debug.rs:7
Methodwrite_str
(&mut self, s: &str)
euralios_std/src/io.rs:16
Methodwrite_str
(&mut self, s: &str)
kernel/src/vga_buffer.rs:116
Methodwrite_str
(&mut self, s: &str)
edit/src/main.rs:192
← previous401–458 of 458, ranked by callers