Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddevpoll.h52 nfds_t dp_nfds; /* num of pollfd's in dp_fds[] */ member
58 uint32_t dp_nfds; /* num of pollfd's in dp_fds[] */ member
/titanic_41/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c188 arg.dp_nfds = nfds; in dppoll()
198 fds, arg.dp_nfds, arg.dp_timeout, ret, (*elapsed)); in dppoll()
/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c758 if ((nfds = STRUCT_FGET(dvpoll, dp_nfds)) == 0) { in dpioctl()