Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/pipes/
Dfifo.c45 .open = pipecommon_open, /* open */
Dpipe_common.h143 int pipecommon_open(struct file *filep);
Dpipe.c68 .open = pipecommon_open, /* open */
Dpipe_common.c169 int pipecommon_open(struct file *filep) in pipecommon_open() function