Searched refs:KQ_OFF (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | selectmodule.c | 1257 #define KQ_OFF(x) offsetof(kqueue_event_Object, x) macro 1259 {"ident", IDENT_TYPE, KQ_OFF(e.ident)}, 1260 {"filter", T_SHORT, KQ_OFF(e.filter)}, 1261 {"flags", T_USHORT, KQ_OFF(e.flags)}, 1262 {"fflags", T_UINT, KQ_OFF(e.fflags)}, 1263 {"data", DATA_TYPE, KQ_OFF(e.data)}, 1264 {"udata", T_UINTPTRT, KQ_OFF(e.udata)}, 1267 #undef KQ_OFF
|