Searched refs:fdinfo (Results 1 – 6 of 6) sorted by relevance
/external/libevent/ |
D | evmap.c | 788 struct event_changelist_fdinfo *fdinfo = local 790 EVUTIL_ASSERT(fdinfo->idxplus1 == i + 1); 791 fdinfo->idxplus1 = 0; 838 struct event_changelist_fdinfo *fdinfo) argument 842 if (fdinfo->idxplus1 == 0) { 853 fdinfo->idxplus1 = idx + 1; 859 change = &changelist->changes[fdinfo->idxplus1 - 1]; 870 struct event_changelist_fdinfo *fdinfo = p; local 876 change = event_changelist_get_or_construct(changelist, fd, old, fdinfo); 900 struct event_changelist_fdinfo *fdinfo = p; local [all …]
|
D | event-internal.h | 103 int (*add)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo); 105 int (*del)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo);
|
D | event.c | 965 short events, void *fdinfo) in nil_backend_del() argument
|
D | ChangeLog | 1930 o evport: use evmap_io to track fdinfo status. Should save time and 1934 o evport: Use portev_user to remember fdinfo struct (276ec0e)
|
/external/iproute2/ip/ |
D | iptuntap.c | 324 char linkbuf[linkbuf_len], *fdinfo; in show_processes() local 343 if (asprintf(&fdinfo, "/proc/%d/fdinfo/%d", pid, fd) < 0) in show_processes() 346 f = fopen(fdinfo, "r"); in show_processes() 347 free(fdinfo); in show_processes()
|
/external/ltp/lib/ |
D | tst_rtnetlink.c | 158 struct pollfd fdinfo = { in tst_rtnl_wait() local 163 return poll(&fdinfo, 1, 1000); in tst_rtnl_wait()
|