Searched defs:openFlag (Results 1 - 7 of 7) sorted by relevance
/kernel/liteos_a/compat/posix/src/ |
H A D | semaphore.c | 173 sem_t *sem_open(const char *name, int openFlag, ...) in sem_open() argument
|
H A D | mqueue.c | 168 STATIC VOID MqueueCBInit(struct mqarray *mqueueCB, const struct mq_attr *attr, INT32 openFlag, UINT32 mode) in MqueueCBInit() argument 181 STATIC struct mqpersonal *DoMqueueCreate(const struct mq_attr *attr, const CHAR *mqName, INT32 openFlag, UINT32 mode) in DoMqueueCreate() argument 239 STATIC struct mqpersonal *DoMqueueOpen(struct mqarray *mqueueCB, INT32 openFlag) in DoMqueueOpen() argument 508 mqd_t mq_open(const char *mqName, int openFlag, ...) in mq_open() argument [all...] |
/kernel/liteos_a/syscall/ |
H A D | ipc_syscall.c | 61 mqd_t SysMqOpen(const char *mqName, int openFlag, mode_t mode, struct mq_attr *attr) in SysMqOpen() argument
|
/kernel/liteos_m/kal/posix/src/ |
H A D | mqueue.c | 179 STATIC struct mqpersonal *DoMqueueCreate(const struct mq_attr *attr, const CHAR *mqName, INT32 openFlag) in DoMqueueCreate() argument 233 STATIC struct mqpersonal *DoMqueueOpen(struct mqarray *mqueueCB, INT32 openFlag) in DoMqueueOpen() argument 262 mqd_t mq_open(const char *mqName, int openFlag, ...) in mq_open() argument [all...] |
H A D | pipe.c | 105 BOOL openFlag; member 346 INT32 PipeOpen(const CHAR *path, INT32 openFlag, INT32 minFd) in PipeOpen() argument 425 UINT32 openFlag; in PipeClose() local 607 UINT32 openFlag; PipePoll() local [all...] |
/kernel/liteos_m/components/fs/littlefs/ |
H A D | lfs_adapter.c | 426 int LfsOpen(struct File *file, const char *pathName, int openFlag)
in LfsOpen() argument
|
/kernel/uniproton/src/fs/littlefs/ |
H A D | lfs_adapter.c | 400 static S32 OsLfsOpen(struct TagFile *file, const char *pathName, S32 openFlag)
in OsLfsOpen() argument
|
Completed in 8 milliseconds