Searched refs:dvpoll (Results 1 – 3 of 3) sorted by relevance
702 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()
50 typedef struct dvpoll { struct
183 struct dvpoll arg; in dppoll()