Home
last modified time | relevance | path

Searched defs:event_callback (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd-cman.c197 static void event_callback(cman_handle_t handle, void *private, int reason, int arg) in event_callback() function
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dios_base.h438 typedef void (*event_callback) (event __e, ios_base& __b, int __i); in _GLIBCXX_VISIBILITY() typedef
/dragonfly/lib/libevtr/
H A Devtr.c179 struct event_callback { struct
180 void (*cb)(evtr_event_t, void *data);
181 void *data; /* this field must be malloc()ed */