MOS Source Code
Loading...
Searching...
No Matches
io_t Struct Reference

#include <io.h>

+ Collaboration diagram for io_t:

Public Attributes

bool closed
 
atomic_t refcount
 
io_flags_t flags
 
io_type_t type
 
const io_op_tops
 

Detailed Description

Definition at line 45 of file io.h.

Member Data Documentation

◆ closed

◆ refcount

atomic_t refcount

Definition at line 48 of file io.h.

Referenced by io_init(), io_ref(), io_unref(), and io_valid().

◆ flags

◆ type

◆ ops

const io_op_t* ops

Definition at line 51 of file io.h.

Referenced by io_get_name(), io_init(), io_mmap(), io_munmap(), io_read(), io_seek(), io_unref(), io_valid(), and io_write().


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