Searched refs:pipe_posix_fadvise (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/kern/
H A Dsys_pipe.c91 static int pipe_posix_fadvise(file_t *, off_t, off_t, int);
105 .fo_posix_fadvise = pipe_posix_fadvise,
929 pipe_posix_fadvise(struct file *fp, off_t offset, off_t len, int advice) function

Completed in 191 milliseconds