Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_pipe.c90 static int pipe_fpathconf(file_t *, int, register_t *);
104 .fo_fpathconf = pipe_fpathconf,
916 pipe_fpathconf(struct file *fp, int name, register_t *retval) in pipe_fpathconf() function