Searched refs:events (Results 26 - 45 of 45) sorted by relevance

12

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp94 int32_t events; member in struct:FSShell::cache_notification
252 cache_notification &notification, int32_t events,
257 notification.events = events;
322 bool remove = (isClosing && !is_written_event(listener->events))
323 || (isWritten && is_written_event(listener->events));
327 if ((listener->events & event) != 0)
334 // most transaction events, we can do it here.
357 int32_t events, fssh_transaction_notification_hook hookFunction, void* data)
365 listener->events |
251 set_notification(cache_transaction* transaction, cache_notification &notification, int32_t events, fssh_transaction_notification_hook hook, void* data) argument
356 add_transaction_listener(block_cache* cache, cache_transaction* transaction, int32_t events, fssh_transaction_notification_hook hookFunction, void* data) argument
1365 fssh_cache_add_transaction_listener(void* _cache, int32_t id, int32_t events, fssh_transaction_notification_hook hookFunction, void* data) argument
[all...]
/haiku/src/system/kernel/vm/
H A DVMCache.cpp72 uint32 events; member in struct:VMCache::PageEventWaiter
935 /*! Waits until one or more events happened for a given page which belongs to
940 \param events The mask of events the caller is interested in.
945 VMCache::WaitForPageEvents(vm_page* page, uint32 events, bool relock) argument
951 waiter.events = events;
1498 /*! Wakes up threads waiting for page events.
1499 \param page The page for which events occurred.
1500 \param events Th
1503 _NotifyPageEvents(vm_page* page, uint32 events) argument
[all...]
/haiku/headers/os/drivers/
H A Dfs_cache.h14 /* transaction events */
46 int32 events, transaction_notification_hook hook,
/haiku/headers/private/fs_shell/
H A Dfssh_fs_cache.h49 int32_t id, int32_t events,
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp342 Model::Thread::SetEvents(system_profiler_event_header** events, argument
345 fEvents = events;
623 system_profiler_event_header** events, size_t eventCount)
627 fEvents(events),
663 // The events themselves are unmodified and use an absolute time.
666 // Binary search the event. Since not all events have a timestamp, we have
622 Model(const char* dataSourceName, void* eventData, size_t eventDataSize, system_profiler_event_header** events, size_t eventCount) argument
H A DModel.h60 system_profiler_event_header** events,
446 void SetEvents(system_profiler_event_header** events,
/haiku/src/apps/poorman/
H A DPoorManServer.cpp223 fds[0].events = POLLIN;
225 fds[1].events = POLLIN;
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp311 entry.events = flags;
/haiku/src/system/kernel/
H A Dport.cpp615 /*! Notifies the port's select events.
619 notify_port_select_events(Port* port, uint16 events) argument
622 notify_select_events_list(port->select_infos, events);
1165 uint16 events = 0; local
1170 // check for events
1173 events |= B_EVENT_READ;
1177 events |= B_EVENT_WRITE;
1179 if (events != 0)
1180 notify_select_events(info, events);
H A Dsem.cpp297 notify_sem_select_events(struct sem_entry* sem, uint16 events) argument
300 notify_select_events_list(sem->u.used.select_infos, events);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp127 int32 events; member in struct:__anon39::cache_notification
877 cache_notification &notification, int32 events,
882 notification.events = events;
953 bool remove = (isClosing && !is_written_event(listener->events))
954 || (isWritten && is_written_event(listener->events));
958 if ((listener->events & event) != 0)
984 int32 events, transaction_notification_hook hookFunction, void* data)
992 listener->events |= events;
876 set_notification(cache_transaction* transaction, cache_notification &notification, int32 events, transaction_notification_hook hook, void* data) argument
983 add_transaction_listener(block_cache* cache, cache_transaction* transaction, int32 events, transaction_notification_hook hookFunction, void* data) argument
3251 cache_add_transaction_listener(void* _cache, int32 id, int32 events, transaction_notification_hook hook, void* data) argument
[all...]
/haiku/src/bin/debug/strace/
H A DNetworkTypes.cpp211 r += ", events=";
213 if ((tmp[i].events & POLLIN) != 0) {
219 if ((tmp[i].events & POLLOUT) != 0) {
/haiku/src/kits/device/
H A DSerialPort.cpp476 info[0].events = B_EVENT_READ | B_EVENT_ERROR | B_EVENT_DISCONNECTED;
/haiku/src/servers/package/
H A DVolume.cpp157 fPendingNodeMonitorEventsLock("pending node monitor events"),
730 // get the events
731 NodeMonitorEventList events; local
734 events.MoveFrom(&fPendingNodeMonitorEvents);
738 while (NodeMonitorEvent* event = events.RemoveHead()) {
876 // make sure for a move the two events cannot get split
/haiku/src/servers/registrar/
H A DTRoster.cpp879 uint32 events; local
882 if (request->FindInt32("events", (int32*)&events) != B_OK)
886 Watcher* watcher = new(nothrow) EventMaskWatcher(target, events);
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp93 /*! This class is the connection between the external events that are part of
462 // Jobs will be re-scanned later for unregistered external events.
546 // Launch run targets (ignores events)
1013 // Send registration messages for all already-known events.
1131 // Trigger events
1155 // Reset sticky events
1682 queue, except those that are triggered by events that haven't been
1685 Unless \a forceNow is true, the target is only launched if its events,
1768 queue, except those that are triggered by events.
1770 Unless \c FORCE_NOW is set, the target is only launched if its events,
1895 BMessage events; local
[all...]
/haiku/headers/os/kernel/
H A DOS.h647 uint16 events; /* events mask */ member in struct:object_wait_info
650 /* wait_for_objects[_etc]() waits until at least one of the specified events or,
652 object_wait_info::events field specifies the events for each object the
654 events that actually occurred. The events B_EVENT_INVALID, B_EVENT_ERROR,
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c997 pollfd.events = POLLRDNORM;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h870 } __packed events[16]; member in struct:iwn5000_wimax_coex
H A Dif_iwn.c3909 * XXX Sometimes (rarely) some frames are excluded from events.
7846 memcpy(wimax.events, iwn6050_wimax_events,
7853 memset(wimax.events, 0, sizeof wimax.events);

Completed in 151 milliseconds

12