Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c181 dppoll(int pollfd, pollfd_t *fds, nfds_t nfds, int timeout, time_t *elapsed) in dppoll() function
300 ret = dppoll(pollfd, NULL, 0, timeout * 1000, &elapsed); in dev_poll_no_fd_test()
352 ret = dppoll(pollfd, fds, 5, timeout * 1000, &elapsed); in dev_poll_with_fds_test()
/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c64 static int dppoll(dev_t dev, short events, int anyyet, short *reventsp,
82 dppoll, /* poll */
901 dppoll(dev_t dev, short events, int anyyet, short *reventsp, in dppoll() function