Searched refs:hook (Results 1 - 25 of 44) sorted by path

12

/haiku/headers/private/fs_shell/
H A Dfssh_kernel_export.h44 fssh_debugger_command_hook hook, const char *help);
46 fssh_debugger_command_hook hook);
H A Dfssh_fs_cache.h38 fssh_transaction_notification_hook hook,
42 int32_t id, fssh_transaction_notification_hook hook,
50 fssh_transaction_notification_hook hook,
53 int32_t id, fssh_transaction_notification_hook hook,
/haiku/headers/private/graphics/common/
H A Dcreate_display_modes.h24 check_display_mode_hook hook, display_mode** _modes, uint32* _count);
/haiku/headers/private/kernel/
H A Dgeneric_syscall.h29 status_t register_generic_syscall(const char *subsystem, syscall_hook hook,
H A Dlisteners.h42 NotifySchedulerListeners(void (SchedulerListener::*hook)(Parameter1),
48 (listener->*hook)(parameter1);
56 void (SchedulerListener::*hook)(Parameter1, Parameter2),
62 (listener->*hook)(parameter1, parameter2);
88 NotifyWaitObjectListeners(void (WaitObjectListener::*hook)(Parameter1),
96 (listener->*hook)(parameter1);
104 void (WaitObjectListener::*hook)(Parameter1, Parameter2),
112 (listener->*hook)(parameter1, parameter2);
H A Dteam.h55 status_t start_watching_team(team_id team, void (*hook)(team_id, void *),
57 status_t stop_watching_team(team_id team, void (*hook)(team_id, void *),
H A Dthread_types.h95 void (*hook)(team_id team, void *data); member in struct:team_watcher
/haiku/headers/private/net/
H A Dnet_stack.h44 net_timer_func hook; member in struct:net_timer
157 void (*init_timer)(net_timer* timer, net_timer_func hook,
/haiku/src/add-ons/kernel/network/stack/
H A Dutility.h65 void init_timer(net_timer* timer, net_timer_func hook, void* data);
/haiku/src/add-ons/translators/raw/
H A DRAW.h76 void SetProgressMonitor(monitor_hook hook, void* data);
/haiku/src/kits/game/
H A DGameProducer.cpp34 bool* hook; member in struct:_gs_play
H A DPushGameSound.cpp144 BPushGameSound::SetStreamHook(void (*hook)(void * inCookie, void * inBuffer,
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp279 _event_queue_imp::DoForEach(BTimedEventQueue::for_each_hook hook, argument
297 action = (*hook)(&entry->event, context);
326 action = (*hook)(&entry->event, context);
355 action = (*hook)(&entry->event, context);
386 action = (*hook)(&entry->event, context);
498 _event_queue_imp::SetCleanupHook(BTimedEventQueue::cleanup_hook hook, void *context) argument
502 fCleanupHook = hook;
545 // the cleanup hook function will be called.
547 // cleanup hook function specified by hook t
[all...]
H A DTimedEventQueuePrivate.h39 BTimedEventQueue::for_each_hook hook,
46 void SetCleanupHook(BTimedEventQueue::cleanup_hook hook, void *context);
/haiku/src/libs/compat/freebsd_network/
H A Dsubr_autoconf.cpp16 config_intrhook_establish(struct intr_config_hook *hook) argument
23 (*hook->ich_func)(hook->ich_arg);
29 config_intrhook_disestablish(struct intr_config_hook *hook) argument
/haiku/src/libs/udis86/
H A Dudis86.c361 * Sets input hook.
365 ud_set_input_hook(register struct ud* u, int (*hook)(struct ud*))
368 u->inp_hook = hook;
/haiku/src/system/libroot/posix/stdlib/
H A Dexit.cpp38 void (*hook)(void*); member in struct:AtExitInfo
113 addr_t address = (addr_t)info->hook;
161 // call the hook
162 info->hook(info->data);
182 /*! exit() hook registration function (mandated by the C++ ABI).
183 \param hook Hook function to be called.
184 \param data The data to be passed to the hook.
185 \param dsoHandle If non-NULL, the hook is associated with the respective
186 loaded shared object (aka image) -- the hook will be called either on
187 exit() or earlier when the shared object is unloaded. If NULL, the hook
192 __cxa_atexit(void (*hook)(void*), void* data, void* dsoHandle) argument
[all...]
/haiku/src/system/libroot/posix/unistd/
H A Dfork.c36 /** Adds a hook to the specified list.
37 * If \a _lastHook is NULL, the hook will be added at the head of the list,
46 fork_hook *hook = (fork_hook *)malloc(sizeof(struct fork_hook)); local
47 if (hook == NULL)
50 hook->function = function;
53 // add hook at the end of the list
57 *_hooks = hook;
58 *_lastHook = hook;
63 // search for last hook (need if an item was added to the beginning only --
73 (*_lastHook)->next = hook;
92 call_fork_hooks(fork_hook *hook) argument
[all...]
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp100 fssh_add_debugger_command(const char *name, fssh_debugger_command_hook hook, argument
108 fssh_remove_debugger_command(char *name, fssh_debugger_command_hook hook) argument
/haiku/headers/os/drivers/
H A DKernelExport.h95 timer_hook hook; member in struct:timer
176 extern status_t add_timer(timer *t, timer_hook hook, bigtime_t period,
221 debugger_command_hook hook, const char *help);
223 debugger_command_hook hook);
228 extern status_t register_kernel_daemon(daemon_hook hook, void *arg,
230 extern status_t unregister_kernel_daemon(daemon_hook hook, void *arg);
H A Dfs_cache.h39 transaction_notification_hook hook, void *data);
42 transaction_notification_hook hook, void *data);
46 int32 events, transaction_notification_hook hook,
49 transaction_notification_hook hook, void *data);
/haiku/headers/os/game/
H A DPushGameSound.h45 virtual status_t SetStreamHook(void (*hook)(void* inCookie,
H A DStreamingGameSound.h30 typedef void (*hook)(void* cookie, void* buffer, size_t byteCount, typedef in class:BStreamingGameSound
33 virtual status_t SetStreamHook(hook h, void* cookie);
84 hook fStreamHook;
/haiku/headers/os/interface/
H A DMenu.h170 void SetTrackingHook(menu_tracking_hook hook,
/haiku/headers/os/media/
H A DTimedEventQueue.h132 status_t DoForEach(for_each_hook hook, void* context,
140 // The cleanup hook is called when events are flushed from the queue and
144 void SetCleanupHook(cleanup_hook hook,

Completed in 157 milliseconds

12