Symbol: anfds
crypto/krb5/src/util/verto/ev.c
2040
ANFD *anfd = anfds + fd;
crypto/krb5/src/util/verto/ev.c
2057
ANFD *anfd = anfds + fd;
crypto/krb5/src/util/verto/ev.c
2081
ANFD *anfd = anfds + fd;
crypto/krb5/src/util/verto/ev.c
2105
ANFD *anfd = anfds + fd;
crypto/krb5/src/util/verto/ev.c
2135
unsigned char reify = anfds [fd].reify;
crypto/krb5/src/util/verto/ev.c
2136
anfds [fd].reify |= flags;
crypto/krb5/src/util/verto/ev.c
2152
while ((w = (ev_io *)anfds [fd].head))
crypto/krb5/src/util/verto/ev.c
2177
if (anfds [fd].events)
crypto/krb5/src/util/verto/ev.c
2189
if (anfds [fd].events)
crypto/krb5/src/util/verto/ev.c
2203
if (anfds [fd].events)
crypto/krb5/src/util/verto/ev.c
2205
anfds [fd].events = 0;
crypto/krb5/src/util/verto/ev.c
2206
anfds [fd].emask = 0;
crypto/krb5/src/util/verto/ev.c
3007
ev_free (anfds); anfds = 0; anfdmax = 0;
crypto/krb5/src/util/verto/ev.c
3154
for (w = w2 = anfds [i].head; w; w = w->next)
crypto/krb5/src/util/verto/ev.c
3849
array_needsize (ANFD, anfds, anfdmax, fd + 1, array_init_zero);
crypto/krb5/src/util/verto/ev.c
3850
wlist_add (&anfds[fd].head, (WL)w);
crypto/krb5/src/util/verto/ev.c
3872
wlist_del (&anfds[w->fd].head, (WL)w);
crypto/krb5/src/util/verto/ev.c
4996
for (wl = anfds [i].head; wl; )
crypto/krb5/src/util/verto/ev_select.c
224
if (anfds [fd].events)
crypto/krb5/src/util/verto/ev_select.c
228
SOCKET handle = anfds [fd].handle;
crypto/krb5/src/util/verto/ev_select.c
80
SOCKET handle = anfds [fd].handle;
crypto/krb5/src/util/verto/ev_vars.h
69
VARx(ANFD *, anfds)
crypto/krb5/src/util/verto/ev_wrap.h
7
#define anfds ((loop)->anfds)
lib/libnv/tests/nvlist_send_recv_test.c
404
int anfds, bnfds, fd, i, j;
lib/libnv/tests/nvlist_send_recv_test.c
422
anfds = nopenfds();
lib/libnv/tests/nvlist_send_recv_test.c
423
if (anfds == -1)
lib/libnv/tests/nvlist_send_recv_test.c
425
if (anfds != bnfds)
lib/libnv/tests/nvlist_send_recv_test.c
435
int anfds, bnfds, fd, i, j, socks[2], status;
lib/libnv/tests/nvlist_send_recv_test.c
464
anfds = nopenfds();
lib/libnv/tests/nvlist_send_recv_test.c
465
ATF_REQUIRE(anfds != -1);
lib/libnv/tests/nvlist_send_recv_test.c
466
ATF_REQUIRE(anfds == bnfds);