Home
last modified time | relevance | path

Searched refs:dvpoll (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c702 STRUCT_DECL(dvpoll, dvpoll); in dpioctl()
738 STRUCT_INIT(dvpoll, mode); in dpioctl()
739 error = copyin((caddr_t)arg, STRUCT_BUF(dvpoll), in dpioctl()
740 STRUCT_SIZE(dvpoll)); in dpioctl()
746 deadline = STRUCT_FGET(dvpoll, dp_timeout); in dpioctl()
758 if ((nfds = STRUCT_FGET(dvpoll, dp_nfds)) == 0) { in dpioctl()
841 if (copyout(ps->ps_dpbuf, STRUCT_FGETP(dvpoll, in dpioctl()
856 STRUCT_INIT(dvpoll, mode); in dpioctl()
/titanic_41/usr/src/uts/common/sys/
H A Ddevpoll.h50 typedef struct dvpoll { struct
/titanic_41/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c183 struct dvpoll arg; in dppoll()