Home
last modified time | relevance | path

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

/freebsd/tests/sys/kern/
H A Dunix_stream.c144 check_poll(struct check_ctx *ctx) in check_poll() function
300 .method = check_poll, in ATF_TC_BODY()
337 check_poll(&ctx); in ATF_TC_BODY()
358 check_poll(&ctx); in ATF_TC_BODY()
379 check_poll(&ctx); in ATF_TC_BODY()
419 check_poll(&ctx); in ATF_TC_BODY()
456 check_poll(&ctx); in ATF_TC_BODY()
498 .method = check_poll, in ATF_TC_BODY()
/freebsd/contrib/less/
H A Dos.c136 static int check_poll(int fd, int tty) in check_poll() function
303 int ret = check_poll(fd, tty); in iread()