Searched refs:hook (Results 1 - 25 of 660) sorted by relevance

1234567891011>>

/xsrc/external/mit/libXt/dist/src/
H A DActionHook.c95 ActionHook hook = XtNew(ActionHookRec); local in function:XtAppAddActionHook
98 hook->next = app->action_hook_list;
99 hook->app = app;
100 hook->proc = proc;
101 hook->closure = closure;
106 app->action_hook_list = hook;
108 return (XtActionHookId) hook;
114 ActionHook *p, hook = (ActionHook) id; local in function:XtRemoveActionHook
115 XtAppContext app = hook->app;
118 for (p = &app->action_hook_list; p != NULL && *p != hook;
[all...]
/xsrc/external/mit/xorg-server.old/dist/config/
H A Ddbus-core.c76 struct config_dbus_core_hook *hook; local in function:teardown
95 for (hook = bus_info.hooks; hook; hook = hook->next) {
96 if (hook->disconnect)
97 hook->disconnect(hook->data);
139 struct config_dbus_core_hook *hook; local in function:connect_to_bus
169 for (hook
201 config_dbus_core_add_hook(struct config_dbus_core_hook * hook) argument
219 config_dbus_core_remove_hook(struct config_dbus_core_hook * hook) argument
[all...]
/xsrc/external/mit/xorg-server/dist/config/
H A Ddbus-core.c72 struct dbus_core_hook *hook; local in function:teardown
90 for (hook = bus_info.hooks; hook; hook = hook->next) {
91 if (hook->disconnect)
92 hook->disconnect(hook->data);
133 struct dbus_core_hook *hook; local in function:connect_to_bus
161 for (hook
193 dbus_core_add_hook(struct dbus_core_hook * hook) argument
210 dbus_core_remove_hook(struct dbus_core_hook * hook) argument
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Ddbus-core.h46 int dbus_core_add_hook(struct dbus_core_hook *hook);
47 void dbus_core_remove_hook(struct dbus_core_hook *hook);
/xsrc/external/mit/xf86-video-s3/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-s3virge/dist/
H A DMakefile.am34 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-savage/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-sis/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-suncg14/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-suncg6/dist/
H A DMakefile.am31 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-sunffb/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-sunleo/dist/
H A DMakefile.am31 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-suntcx/dist/
H A DMakefile.am31 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-tdfx/dist/
H A DMakefile.am31 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-tga/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-trident/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-tseng/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-vboxvideo/dist/
H A DMakefile.am33 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-vesa/dist/
H A DMakefile.am31 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-vmware/dist/
H A DMakefile.am33 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-wsfb/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-xgi/dist/
H A DMakefile.am33 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-i128/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xf86-video-i740/dist/
H A DMakefile.am32 dist-hook: ChangeLog INSTALL
/xsrc/external/mit/xinput/dist/
H A DMakefile.am34 dist-hook: ChangeLog INSTALL

Completed in 23 milliseconds

1234567891011>>