Searched refs:eloop (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop_win.c | 72 static struct eloop_data eloop; variable 77 os_memset(&eloop, 0, sizeof(eloop)); in eloop_init() 78 dl_list_init(&eloop.timeout); in eloop_init() 79 eloop.num_handles = 1; in eloop_init() 80 eloop.handles = os_malloc(eloop.num_handles * in eloop_init() 81 sizeof(eloop.handles[0])); in eloop_init() 82 if (eloop.handles == NULL) in eloop_init() 85 eloop.term_event = CreateEvent(NULL, FALSE, FALSE, NULL); in eloop_init() 86 if (eloop.term_event == NULL) { in eloop_init() 89 os_free(eloop.handles); in eloop_init() [all …]
|
H A D | eloop.c | 47 WPA_TRACE_REF(eloop); 58 WPA_TRACE_REF(eloop); 115 static struct eloop_data eloop; variable 133 wpa_trace_add_ref(&table->table[i], eloop, in eloop_trace_sock_add_ref() 148 wpa_trace_remove_ref(&table->table[i], eloop, in eloop_trace_sock_remove_ref() 165 os_memset(&eloop, 0, sizeof(eloop)); in eloop_init() 166 dl_list_init(&eloop.timeout); in eloop_init() 168 eloop.epollfd = epoll_create1(0); in eloop_init() 169 if (eloop.epollfd < 0) { in eloop_init() 176 eloop.kqueuefd = kqueue(); in eloop_init() [all …]
|
H A D | Makefile | 23 LIB_OBJS += eloop.o
|
/freebsd/usr.sbin/wpa/wpa_priv/ |
H A D | Makefile | 9 SRCS= os_unix.c eloop.c common.c wpa_debug.c wpabuf.c wpa_priv.c \
|
/freebsd/usr.sbin/wpa/src/utils/ |
H A D | Makefile | 18 eloop.c \
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | Makefile | 39 OBJS += ../../src/utils/eloop.o
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | readlink.cc | 68 TEST_F(Readlink, eloop) in TEST_F() argument
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | android.config | 248 # eloop = select() loop (default) 250 CONFIG_ELOOP=eloop
|
H A D | defconfig | 297 # eloop = select() loop (default) 299 #CONFIG_ELOOP=eloop
|
H A D | ChangeLog | 393 * added kqueue(2) support for eloop (CONFIG_ELOOP_KQUEUE) 733 * added support for using epoll in eloop (CONFIG_ELOOP_EPOLL=y)
|