550W Document
550W, a high-end OS
|
函数 | |
int | fd_table_init () |
int | fd_alloc () |
int | pipe_alloc (int *fd) |
fd_t * | fd_alloc_spec (int fd) |
int | fd_free (int fd) |
fd_t * | get_fd (int fd) |
void | ring_buffer_init (struct ring_buffer *rbuf) |
size_t | read_ring_buffer (struct ring_buffer *rbuf, uint8_t *buf, size_t size) |
size_t | write_ring_buffer (struct ring_buffer *rbuf, uint8_t *buf, size_t size) |
变量 | |
fd_t | fd_table [MAX_FD] |
pipe_t | pipe_table [PIPE_NUM] |
int | pipe_cnt = 0 |
int fd_alloc | ( | ) |
fd_t* fd_alloc_spec | ( | int | fd | ) |
int fd_free | ( | int | fd | ) |
int fd_table_init | ( | ) |
fd_t* get_fd | ( | int | fd | ) |
int pipe_alloc | ( | int * | fd | ) |
size_t read_ring_buffer | ( | struct ring_buffer * | rbuf, |
uint8_t * | buf, | ||
size_t | size | ||
) |
void ring_buffer_init | ( | struct ring_buffer * | rbuf | ) |
size_t write_ring_buffer | ( | struct ring_buffer * | rbuf, |
uint8_t * | buf, | ||
size_t | size | ||
) |
int pipe_cnt = 0 |