MCPcopy Create free account
hub / github.com/asterinas/vostd / sys_write

Function sys_write

kernel/src/syscall/write.rs:9–41  ·  view source on GitHub ↗
(
    fd: FileDesc,
    user_buf_ptr: Vaddr,
    user_buf_len: usize,
    ctx: &Context,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

newFunction · 0.85
borrow_file_table_mutMethod · 0.80
user_spaceMethod · 0.80
errorMethod · 0.80
readerMethod · 0.45
writeMethod · 0.45
write_bytesMethod · 0.45

Tested by

no test coverage detected