Searched refs:Notify (Results 1 - 25 of 68) sorted by relevance

123

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devmisc.c209 * NotifyValue - Value from the Notify() request
268 "No notify handler for Notify, ignoring (%4.4s, %X) node %p\n",
284 Info->Notify.Node = Node;
285 Info->Notify.Value = (UINT16) NotifyValue;
286 Info->Notify.HandlerListId = HandlerListId;
287 Info->Notify.HandlerListHead = HandlerListHead;
288 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId];
291 "Dispatching Notify on [%4.4s] (%s) Value 0x%2.2X (%s) Node %p\n",
332 if (Info->Notify.Global->Handler)
334 Info->Notify
[all...]
H A Devgpeutil.c453 ACPI_GPE_NOTIFY_INFO *Notify; local
489 Notify = GpeEventInfo->Dispatch.NotifyList;
490 while (Notify)
492 Next = Notify->Next;
493 ACPI_FREE (Notify);
494 Notify = Next;
H A Devxface.c309 if (HandlerObj->Notify.Handler == Handler)
315 HandlerObj = HandlerObj->Notify.Next[i];
329 HandlerObj->Notify.Node = Node;
330 HandlerObj->Notify.HandlerType = HandlerType;
331 HandlerObj->Notify.Handler = Handler;
332 HandlerObj->Notify.Context = Context;
340 HandlerObj->Notify.Next[i] =
476 (HandlerObj->Notify.Handler != Handler))
479 HandlerObj = HandlerObj->Notify.Next[i];
492 PreviousHandlerObj->Notify
[all...]
/haiku/src/system/kernel/events/
H A Dselect_sync.h15 virtual status_t Notify(select_info* info, uint16 events) = 0;
/haiku/src/apps/icon-o-matic/style/
H A DCurrentColor.cpp35 Notify();
/haiku/src/preferences/printers/
H A DSpoolFolder.h27 void Notify(Job* job, int kind);
H A DSpoolFolder.cpp28 SpoolFolder::Notify(Job* job, int kind) function in class:SpoolFolder
/haiku/src/add-ons/kernel/network/notifications/
H A Dnotifications.cpp28 void Notify(const KMessage& event);
56 NetNotificationService::Notify(const KMessage& event) function in class:NetNotificationService
64 DefaultUserNotificationService::Notify(event, opcode);
124 sNotificationService.Notify(*event);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerRoster.cpp29 Notify(IO_SCHEDULER_ADDED, scheduler);
40 Notify(IO_SCHEDULER_REMOVED, scheduler);
45 IOSchedulerRoster::Notify(uint32 eventCode, const IOScheduler* scheduler, function in class:IOSchedulerRoster
H A DIOSchedulerRoster.h44 void Notify(uint32 eventCode,
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp51 Notify();
80 Notify();
143 Notify();
/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.h27 void Notify() const;
H A DObservable.cpp72 // Notify
74 Observable::Notify() const function in class:Observable
103 Notify();
/haiku/src/apps/mediaplayer/support/
H A DNotifier.h26 void Notify() const;
H A DNotifier.cpp72 // Notify
74 Notifier::Notify() const function in class:Notifier
103 Notify();
H A DCommandStack.cpp57 Notify();
81 Notify();
105 Notify();
158 Notify();
171 Notify();
/haiku/src/servers/registrar/
H A DMIMEManager.h23 virtual status_t Notify(BMessage* message, const BMessenger& target);
/haiku/src/libs/icon/style/
H A DStyle.h66 inline void Notify() {} function in class:Style
88 { fAlpha = alpha; Notify(); }
H A DStyle.cpp162 Notify();
232 Notify();
254 Notify();
279 Notify();
298 Notify();
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp78 Notify();
102 Notify();
155 Notify();
168 Notify();
246 Notify();
/haiku/src/libs/icon/transformer/
H A DContourTransformer.cpp194 Notify();
202 Notify();
210 Notify();
217 Notify();
H A DStrokeTransformer.cpp222 Notify();
230 Notify();
237 Notify();
244 Notify();
251 Notify();
/haiku/src/libs/icon/shape/
H A DPathSourceShape.cpp158 Notify();
169 Notify();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp40 void Notify() { function in struct:fuse_req
438 req->Notify();
447 req->Notify();
457 req->Notify();
466 req->Notify();
479 req->Notify();
488 req->Notify();
498 req->Notify();
507 req->Notify();
516 req->Notify();
[all...]
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp93 Notify();
126 Notify();
225 Notify();
237 Notify();
251 Notify();

Completed in 170 milliseconds

123