Symbol: _Notify
headers/private/debug/DebugLooper.h
51
void _Notify();
headers/private/kernel/condition_variable.h
108
return _Notify(false, result);
headers/private/kernel/condition_variable.h
115
return _Notify(true, result);
headers/private/kernel/condition_variable.h
84
static int32 _Notify(const void* object, bool all, status_t result);
headers/private/kernel/condition_variable.h
85
int32 _Notify(bool all, status_t result);
src/add-ons/kernel/drivers/wmi/WMIACPI.cpp
340
bus->_Notify(device, value);
src/add-ons/kernel/drivers/wmi/WMIAsus.cpp
176
device->_Notify(handle, notify);
src/add-ons/kernel/drivers/wmi/WMIAsus.cpp
44
void _Notify(acpi_handle handle, uint32 notify);
src/add-ons/kernel/drivers/wmi/WMIPrivate.h
127
void _Notify(acpi_handle device, uint32 value);
src/add-ons/kernel/file_systems/ramfs/Attribute.cpp
128
_Notify(B_ATTR_CREATED, NULL, 0, newKey, newLength);
src/add-ons/kernel/file_systems/ramfs/Attribute.cpp
138
_Notify(B_ATTR_REMOVED, oldKey, oldLength, NULL, 0);
src/add-ons/kernel/file_systems/ramfs/Attribute.cpp
153
_Notify(B_ATTR_CHANGED, oldKey, oldLength, newKey, newLength);
src/add-ons/kernel/file_systems/ramfs/Attribute.h
62
void _Notify(int32 cause, uint8* oldKey, size_t oldLength,
src/apps/showimage/ShowImageView.cpp
1704
_Notify();
src/apps/showimage/ShowImageView.cpp
1758
_Notify();
src/apps/showimage/ShowImageView.cpp
447
_Notify();
src/apps/showimage/ShowImageView.h
122
void _Notify();
src/apps/switcher/CaptureWindow.cpp
110
_Notify(location, fLastTeam);
src/apps/switcher/CaptureWindow.cpp
141
_Notify(location, _CurrentTeam());
src/apps/switcher/CaptureWindow.cpp
34
void _Notify(uint32 location, team_id team);
src/kits/debug/DebugLooper.cpp
212
_Notify();
src/kits/debug/DebugLooper.cpp
344
_Notify();
src/kits/package/hpkg/PackageReaderImpl.cpp
145
status_t error = _Notify(context);
src/kits/package/hpkg/PackageReaderImpl.cpp
195
status_t error = _Notify(context);
src/kits/package/hpkg/PackageReaderImpl.cpp
227
status_t error = _Notify(context);
src/kits/package/hpkg/v1/PackageReaderImplV1.cpp
214
status_t error = _Notify(context);
src/kits/package/hpkg/v1/PackageReaderImplV1.cpp
264
status_t error = _Notify(context);
src/kits/package/hpkg/v1/PackageReaderImplV1.cpp
300
status_t error = _Notify(context);
src/system/kernel/condition_variable.cpp
338
return _Notify(object, false, result);
src/system/kernel/condition_variable.cpp
345
return _Notify(object, true, result);
src/system/kernel/events/event_queue.cpp
110
void _Notify(select_event* event, uint16 events);
src/system/kernel/events/event_queue.cpp
333
_Notify(event, events);
src/system/kernel/module.cpp
1657
_Notify(notification->opcode, notification->device,
src/system/kernel/module.cpp
266
void _Notify(int32 opcode, dev_t device, ino_t directory,