mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
many locations: Change occurences of open() followed by file_detach() to file_open(). Change most non-controversion calls to open() to nx_open().
fs/inode/fs_fileopen.c: Flesh out file_open() with some interim, placeholder logic.
fs/inode/fs_fileopen.c: Add a framework for a file_open() implementation (no real logic in place yet).
fs/vfs/fs_open.c: Add nx_open() which is the same as open() except that it does not create a cancellation point nor does it modify the errno variable.
|
||
|---|---|---|
| .. | ||
| dm90x0.c | ||
| enc28j60.c | ||
| enc28j60.h | ||
| encx24j600.c | ||
| encx24j600.h | ||
| ftmac100.c | ||
| Kconfig | ||
| lan91c111.c | ||
| lan91c111.h | ||
| loopback.c | ||
| Make.defs | ||
| phy_notify.c | ||
| skeleton.c | ||
| slip.c | ||
| telnet.c | ||
| tun.c | ||