pub fn read_all(fd: u32) -> Result<Vec<u8>, SyscallError>
Read all remaining bytes from a file descriptor.