Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_pipe.c88 static int pipe_ioctl(file_t *, u_long, void *);
97 .fo_ioctl = pipe_ioctl,
754 pipe_ioctl(file_t *fp, u_long cmd, void *data) in pipe_ioctl() function