Searched refs:B_ENTRY_REMOVED (Results 26 - 50 of 61) sorted by relevance

123

/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h41 #define B_ENTRY_REMOVED 2 macro
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp174 } else if (opcode == B_ENTRY_REMOVED) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp168 case B_ENTRY_REMOVED:
192 case B_ENTRY_REMOVED:
313 case B_ENTRY_REMOVED:
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp527 || (opcode != B_ENTRY_CREATED && opcode != B_ENTRY_REMOVED)
534 // Don't handle B_ENTRY_REMOVED, let the control thread take care of it.
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp421 case B_ENTRY_REMOVED:
/haiku/src/apps/mail/
H A DEnclosures.cpp256 if (opcode == B_ENTRY_REMOVED) {
/haiku/src/apps/people/
H A DPersonWindow.cpp237 case B_ENTRY_REMOVED:
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp124 if (event->GetInt32("opcode", -1) != B_ENTRY_REMOVED)
149 case B_ENTRY_REMOVED:
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp227 \param opcode \c B_ENTRY_CREATED or \c B_ENTRY_REMOVED or \c B_ATTR_CHANGED.
652 \param opcode \c B_ENTRY_CREATED or \c B_ENTRY_REMOVED.
1175 return sNodeMonitorService.NotifyEntryCreatedOrRemoved(B_ENTRY_REMOVED,
1277 return notify_query_entry_event(B_ENTRY_REMOVED, port, token,
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp196 NotifyListener(B_ENTRY_REMOVED, fVolumeManager->GetID(), dirID, 0, nodeID,
H A DShareVolume.cpp344 NotifyListener(B_ENTRY_REMOVED, fVolumeManager->GetID(),
2040 case B_ENTRY_REMOVED:
/haiku/src/kits/tracker/
H A DFSClipboard.cpp887 case B_ENTRY_REMOVED:
H A DFilePanelPriv.cpp418 case B_ENTRY_REMOVED:
1927 monitorMsg.AddInt32("opcode", B_ENTRY_REMOVED);
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp457 case B_ENTRY_REMOVED:
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp803 || (opcode != B_ENTRY_CREATED && opcode != B_ENTRY_REMOVED)
813 // Don't handle B_ENTRY_REMOVED, let the control thread take care of it.
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp710 || (opcode != B_ENTRY_CREATED && opcode != B_ENTRY_REMOVED)
720 // Don't handle B_ENTRY_REMOVED, let the control thread take care of it.
/haiku/src/servers/mail/
H A DDeskbarView.cpp254 case B_ENTRY_REMOVED:
H A DMailDaemonApplication.cpp385 case B_ENTRY_REMOVED:
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp268 case B_ENTRY_REMOVED:
/haiku/src/system/kernel/
H A Dmodule.cpp1213 opcode = B_ENTRY_REMOVED;
1643 if (opcode == B_ENTRY_REMOVED)
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp722 case B_ENTRY_REMOVED:
/haiku/src/servers/input/
H A DAddOnManager.cpp925 case B_ENTRY_REMOVED:
/haiku/src/servers/net/
H A DNetServer.cpp927 || (opcode != B_ENTRY_CREATED && opcode != B_ENTRY_REMOVED)
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp300 case B_ENTRY_REMOVED:
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1083 #define B_ENTRY_REMOVED FSSH_B_ENTRY_REMOVED macro

Completed in 299 milliseconds

123