| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm_hdcp.c | 185 static void event_callback(struct work_struct *work) function 367 INIT_DELAYED_WORK(&hdcp_work[i].callback_dwork, event_callback);
|
| /src/external/bsd/libevent/dist/include/event2/ |
| event_struct.h | 108 struct event_callback { struct 109 TAILQ_ENTRY(event_callback) evcb_active_next; 116 void (*evcb_selfcb)(struct event_callback *, void *); 118 void (*evcb_cbfinalize)(struct event_callback *, void *); 125 struct event_callback ev_evcallback;
|
| /src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
| event_struct.h | 109 struct event_callback { struct 110 TAILQ_ENTRY(event_callback) evcb_active_next; 117 void (*evcb_selfcb)(struct event_callback *, void *); 119 void (*evcb_cbfinalize)(struct event_callback *, void *); 126 struct event_callback ev_evcallback;
|
| /src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| clvmd-cman.c | 74 static void event_callback(cman_handle_t handle, void *private, int reason, int arg); 101 if (cman_start_notification(c_handle, event_callback)) { 197 static void event_callback(cman_handle_t handle, void *private, int reason, int arg) function
|
| /src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/ |
| message.h | 162 VCHI_MESSAGE_DRIVER_EVENT_CALLBACK_T *event_callback; member in struct:__anon6361
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| ios_base.h | 562 typedef void (*event_callback) (event __e, ios_base& __b, int __i); typedef in class:io_errc::ios_base 575 register_callback(event_callback __fn, int __index); 590 ios_base::event_callback _M_fn; 594 _Callback_list(ios_base::event_callback __fn, int __index,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| ios_base.h | 542 typedef void (*event_callback) (event __e, ios_base& __b, int __i); typedef in class:io_errc::ios_base 555 register_callback(event_callback __fn, int __index); 570 ios_base::event_callback _M_fn; 574 _Callback_list(ios_base::event_callback __fn, int __index,
|