mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 14:15:57 +00:00
ioctl() just dispatches to the corresponding vmethod of an fd. fcntl() handles fdtable-level operations (so far doesn't handle actually, returning "not implemented" error), and forwards fd-specific operations to ioctl vmethod just the same (i.e. ioctl and fcntl operations share the same namespace, but otherwise disjoint). Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> |
||
---|---|---|
.. | ||
base64 | ||
cmsis_rtos_v1 | ||
crc | ||
json | ||
libc | ||
mempool | ||
posix | ||
rbtree | ||
ring_buffer | ||
CMakeLists.txt | ||
fdtable.c | ||
Kconfig | ||
thread_entry.c | ||
work_q.c |