Searched defs:hook (Results 1 - 23 of 23) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dsubr_autoconf.cpp16 config_intrhook_establish(struct intr_config_hook *hook) argument
29 config_intrhook_disestablish(struct intr_config_hook *hook) argument
/haiku/headers/os/game/
H A DStreamingGameSound.h30 typedef void (*hook)(void* cookie, void* buffer, size_t byteCount, typedef in class:BStreamingGameSound
/haiku/src/system/libroot/posix/unistd/
H A Dfork.c46 fork_hook *hook = (fork_hook *)malloc(sizeof(struct fork_hook)); local
92 call_fork_hooks(fork_hook *hook) argument
[all...]
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp279 _event_queue_imp::DoForEach(BTimedEventQueue::for_each_hook hook, argument
498 _event_queue_imp::SetCleanupHook(BTimedEventQueue::cleanup_hook hook, void *context) argument
[all...]
H A DTimedEventQueue.cpp236 BTimedEventQueue::DoForEach(for_each_hook hook, argument
249 BTimedEventQueue::SetCleanupHook(cleanup_hook hook, argument
/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
H A Dblock_cache.cpp95 fssh_transaction_notification_hook hook; member in struct:FSShell::cache_notification
251 set_notification(cache_transaction* transaction, cache_notification &notification, int32_t events, fssh_transaction_notification_hook hook, void* data) argument
1042 fssh_cache_end_transaction(void* _cache, int32_t id, fssh_transaction_notification_hook hook, void* data) argument
1156 fssh_cache_detach_sub_transaction(void* _cache, int32_t id, fssh_transaction_notification_hook hook, void* data) argument
[all...]
/haiku/src/system/libroot/posix/stdlib/
H A Dexit.cpp38 void (*hook)(void*); member in struct:AtExitInfo
192 __cxa_atexit(void (*hook)(void*), void* data, void* dsoHandle) argument
[all...]
/haiku/src/add-ons/translators/raw/
H A DLibRAW.cpp330 LibRAW::SetProgressMonitor(monitor_hook hook, void* data) argument
/haiku/src/system/kernel/
H A Dtimer.cpp320 add_timer(timer* event, timer_hook hook, bigtime_t period, int32 flags) argument
[all...]
H A Dsyscalls.cpp65 syscall_hook hook; member in struct:generic_syscall
246 register_generic_syscall(const char* subsystem, syscall_hook hook, argument
H A Dteam.cpp3509 start_watching_team(team_id teamID, void (*hook)(team_id, void*), void* data) argument
3539 stop_watching_team(team_id teamID, void (*hook)(team_id, void*), void* data) argument
[all...]
/haiku/src/system/kernel/util/
H A Dkernel_cpp.cpp72 __cxa_atexit(void (*hook)(void*), void* data, void* dsoHandle) argument
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_data.c234 res_send_setqhook(res_send_qhook hook) { argument
239 res_send_setrhook(res_send_rhook hook) { argument
/haiku/src/add-ons/kernel/network/stack/
H A Dutility.cpp386 init_timer(net_timer* timer, net_timer_func hook, void* data) argument
[all...]
/haiku/headers/os/drivers/
H A DKernelExport.h95 timer_hook hook; member in struct:timer
/haiku/src/kits/game/
H A DGameProducer.cpp34 bool* hook; member in struct:_gs_play
/haiku/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp366 ModeList::Filter(check_display_mode_hook hook) argument
486 create_display_modes(const char* name, edid1_info* edid, const display_mode* initialModes, uint32 initialModeCount, const color_space *spaces, uint32 spacesCount, check_display_mode_hook hook, display_mode** _modes, uint32* _count) argument
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp297 add_timer(timer *event, timer_hook hook, bigtime_t period, int32 flags) argument
/haiku/headers/private/net/
H A Dnet_stack.h44 net_timer_func hook; member in struct:net_timer
/haiku/src/kits/tracker/
H A DNavMenu.cpp873 BNavMenu::InitTrackingHook(bool (*hook)(BMenu*, void*), argument
583 NewModelItem(Model* model, const BMessage* invokeMessage, const BMessenger& target, bool suppressFolderHierarchy, BContainerWindow* parentWindow, const BObjectList<BString>* typeslist, TrackingHookData* hook) argument
/haiku/headers/private/kernel/
H A Dthread_types.h95 void (*hook)(team_id team, void *data); member in struct:team_watcher
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp128 transaction_notification_hook hook; member in struct:__anon39::cache_notification
876 set_notification(cache_transaction* transaction, cache_notification &notification, int32 events, transaction_notification_hook hook, void* data) argument
2879 cache_end_transaction(void* _cache, int32 id, transaction_notification_hook hook, void* data) argument
2998 cache_detach_sub_transaction(void* _cache, int32 id, transaction_notification_hook hook, void* data) argument
3251 cache_add_transaction_listener(void* _cache, int32 id, int32 events, transaction_notification_hook hook, void* data) argument
[all...]

Completed in 359 milliseconds