Home
last modified time | relevance | path

Searched refs:pipecommon_open (Results 1 – 4 of 4) sorted by relevance

/third_party/NuttX/drivers/pipes/
Dfifo.c60 .open = pipecommon_open, /* open */
Dpipe_common.h158 int pipecommon_open(struct file *filep);
Dpipe.c83 .open = pipecommon_open, /* open */
Dpipe_common.c185 int pipecommon_open(struct file *filep) in pipecommon_open() function