Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Data Fields
hostfs_channels_st Struct Reference

Data Fields

Uint8 read_buffer [READ_BUFFER_SIZE]
 
Uint8 write_buffer [WRITE_BUFFER_SIZE]
 
int read_used
 
int write_used
 
DIR * dir
 
int fd
 
int id
 
int allow_write
 
int allow_read
 
int eof
 
off_t file_size
 
off_t trans_bytes
 

Detailed Description

Definition at line 141 of file cbmhostfs.c.

Field Documentation

◆ allow_read

int allow_read

Definition at line 147 of file cbmhostfs.c.

◆ allow_write

int allow_write

Definition at line 147 of file cbmhostfs.c.

◆ dir

DIR* dir

Definition at line 145 of file cbmhostfs.c.

◆ eof

int eof

Definition at line 147 of file cbmhostfs.c.

◆ fd

int fd

Definition at line 146 of file cbmhostfs.c.

◆ file_size

off_t file_size

Definition at line 148 of file cbmhostfs.c.

◆ id

int id

Definition at line 146 of file cbmhostfs.c.

◆ read_buffer

Uint8 read_buffer[READ_BUFFER_SIZE]

Definition at line 142 of file cbmhostfs.c.

◆ read_used

int read_used

Definition at line 144 of file cbmhostfs.c.

◆ trans_bytes

off_t trans_bytes

Definition at line 148 of file cbmhostfs.c.

◆ write_buffer

Uint8 write_buffer[WRITE_BUFFER_SIZE]

Definition at line 143 of file cbmhostfs.c.

◆ write_used

int write_used

Definition at line 144 of file cbmhostfs.c.


The documentation for this struct was generated from the following file: