Home
last modified time | relevance | path

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

/netbsd-src/tests/kernel/
H A Dt_fdrestart.c184 ATF_TC(pipe_read);
185 ATF_TC_HEAD(pipe_read, tc) in ATF_TC_HEAD() argument
189 ATF_TC_BODY(pipe_read, tc) in ATF_TC_BODY() argument
268 ATF_TP_ADD_TC(tp, pipe_read); in ATF_TP_ADD_TCS()
/netbsd-src/sys/kern/
H A Dsys_pipe.c82 static int pipe_read(file_t *, off_t *, struct uio *, kauth_cred_t, int);
95 .fo_read = pipe_read,
405 pipe_read(file_t *fp, off_t *offset, struct uio *uio, kauth_cred_t cred, in pipe_read() function