Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
|
#include <zephyr/sys/fdtable.h>
Go to the source code of this file.
Macros | |
#define | O_APPEND ZVFS_O_APPEND |
#define | O_CREAT ZVFS_O_CREAT |
#define | O_EXCL ZVFS_O_EXCL |
#define | O_NONBLOCK ZVFS_O_NONBLOCK |
#define | O_TRUNC ZVFS_O_TRUNC |
#define | O_ACCMODE (ZVFS_O_RDONLY | ZVFS_O_RDWR | ZVFS_O_WRONLY) |
#define | O_RDONLY ZVFS_O_RDONLY |
#define | O_RDWR ZVFS_O_RDWR |
#define | O_WRONLY ZVFS_O_WRONLY |
#define | F_DUPFD ZVFS_F_DUPFD |
#define | F_GETFL ZVFS_F_GETFL |
#define | F_SETFL ZVFS_F_SETFL |
Functions | |
int | open (const char *name, int flags,...) |
int | fcntl (int fildes, int cmd,...) |
#define F_DUPFD ZVFS_F_DUPFD |
#define F_GETFL ZVFS_F_GETFL |
#define F_SETFL ZVFS_F_SETFL |
#define O_ACCMODE (ZVFS_O_RDONLY | ZVFS_O_RDWR | ZVFS_O_WRONLY) |
#define O_APPEND ZVFS_O_APPEND |
#define O_CREAT ZVFS_O_CREAT |
#define O_EXCL ZVFS_O_EXCL |
#define O_NONBLOCK ZVFS_O_NONBLOCK |
#define O_RDONLY ZVFS_O_RDONLY |
#define O_RDWR ZVFS_O_RDWR |
#define O_TRUNC ZVFS_O_TRUNC |
#define O_WRONLY ZVFS_O_WRONLY |
int fcntl | ( | int | fildes, |
int | cmd, | ||
... ) |
int open | ( | const char * | name, |
int | flags, | ||
... ) |