Function cloudabi::fd_pwrite [] [src]

pub unsafe fn fd_pwrite(
    fd_: fd,
    iovs_: &[ciovec],
    offset_: filesize,
    nwritten_: &mut usize
) -> errno

Writes to a file descriptor, without using and updating the file descriptor's offset.

Parameters

fd: The file descriptor to which data should be written.

iovs: List of scatter/gather vectors where data should be retrieved.

offset: The offset within the file at which writing should start.

nwritten: The number of bytes written.