HomeSort by: relevance | last modified time | path
    Searched refs:pipe_read (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/kernel/
t_fdrestart.c 184 ATF_TC(pipe_read);
185 ATF_TC_HEAD(pipe_read, tc)
189 ATF_TC_BODY(pipe_read, tc)
268 ATF_TP_ADD_TC(tp, pipe_read);
  /src/sys/kern/
sys_pipe.c 82 static int pipe_read(file_t *, off_t *, struct uio *, kauth_cred_t, int);
95 .fo_read = pipe_read,
407 pipe_read(file_t *fp, off_t *offset, struct uio *uio, kauth_cred_t cred, function in typeref:typename:int

Completed in 26 milliseconds