Searched refs:evmap_io (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evmap.c | 63 struct evmap_io { struct 89 struct evmap_io evmap_io; member 191 #define FDINFO_OFFSET sizeof(struct evmap_io) 265 evmap_io_init(struct evmap_io *entry) in evmap_io_init() 281 struct evmap_io *ctx = NULL; in evmap_io_add_() 293 if (evmap_make_space(io, fd, sizeof(struct evmap_io *)) == -1) in evmap_io_add_() 297 GET_IO_SLOT_AND_CTOR(ctx, io, fd, evmap_io, evmap_io_init, in evmap_io_add_() 337 void *extra = ((char*)ctx) + sizeof(struct evmap_io); in evmap_io_add_() 362 struct evmap_io *ctx; in evmap_io_del_() 376 GET_IO_SLOT(ctx, io, fd, evmap_io); in evmap_io_del_() [all …]
|
| H A D | ChangeLog | 1930 o evport: use evmap_io to track fdinfo status. Should save time and
|