/src/sys/kern/ |
sys_pipe.c | 91 static int pipe_posix_fadvise(file_t *, off_t, off_t, int); 105 .fo_posix_fadvise = pipe_posix_fadvise, 931 pipe_posix_fadvise(struct file *fp, off_t offset, off_t len, int advice) function in typeref:typename:int
|
sys_pipe.c | 91 static int pipe_posix_fadvise(file_t *, off_t, off_t, int); 105 .fo_posix_fadvise = pipe_posix_fadvise, 931 pipe_posix_fadvise(struct file *fp, off_t offset, off_t len, int advice) function in typeref:typename:int
|
sys_pipe.c | 91 static int pipe_posix_fadvise(file_t *, off_t, off_t, int); 105 .fo_posix_fadvise = pipe_posix_fadvise, 931 pipe_posix_fadvise(struct file *fp, off_t offset, off_t len, int advice) function in typeref:typename:int
|