|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
Go to the source code of this file.
Functions | |
| struct fdtable * | alloc_fdtable () |
| struct file_descriptor * | alloc_fd () |
| void | free_fdtable (struct fdtable *table) |
| struct file_descriptor * alloc_fd | ( | ) |
| struct fdtable * alloc_fdtable | ( | ) |
Definition at line 4 of file fd.c.
References INITIAL_MAX_FDS, kalloc(), and table.
Referenced by create_process().