Home
last modified time | relevance | path

Searched refs:fdinfo_len (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/libevent/
Devmap.c122 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
132 ent_ = mm_calloc(1,sizeof(struct event_map_entry)+fdinfo_len); \
169 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
173 mm_calloc(1,sizeof(struct type)+fdinfo_len); \
185 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \ argument
186 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
294 evsel->fdinfo_len); in evmap_io_add_()
465 base->evsigsel->fdinfo_len); in evmap_signal_add_()
624 if (evsel->fdinfo_len)
625 memset(extra, 0, evsel->fdinfo_len);
Devent-internal.h125 size_t fdinfo_len; member
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Devmap.c122 #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
132 ent_ = mm_calloc(1,sizeof(struct event_map_entry)+fdinfo_len); \
169 #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len) \ argument
173 mm_calloc(1,sizeof(struct type)+fdinfo_len); \
185 #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len) \ argument
186 GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
294 evsel->fdinfo_len); in evmap_io_add_()
465 base->evsigsel->fdinfo_len); in evmap_signal_add_()
624 if (evsel->fdinfo_len)
625 memset(extra, 0, evsel->fdinfo_len);
Devent-internal.h125 size_t fdinfo_len; member