Searched refs:notify (Results 26 - 50 of 68) sorted by relevance

123

/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp43 sem_id notify; member in struct:__anon127
63 device->notify = create_sem(0, "usb_raw callback notify");
64 if (device->notify < B_OK) {
132 delete_sem(device->notify);
238 delete_sem(device->notify);
275 release_sem(device->notify);
746 status = acquire_sem_etc(device->notify, 1, B_KILL_CAN_INTERRUPT, 0);
749 acquire_sem(device->notify);
873 status = acquire_sem_etc(device->notify,
[all...]
/haiku/headers/private/print/
H A DJobs.h109 bool AddJob(BEntry& entry, bool notify = true);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.h86 bool notify = true);
H A DPlaylist.cpp357 Playlist::SetCurrentItemIndex(int32 index, bool notify) argument
363 notify = false;
369 if (index == fCurrentIndex && !notify)
373 _NotifyCurrentItemChanged(fCurrentIndex, notify);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixDatagramEndpoint.cpp298 gSocketModule->notify(targetEndpoint->socket, B_SELECT_READ, readable);
305 gSocketModule->notify(socket, B_SELECT_WRITE, writable);
392 gSocketModule->notify(socket, B_SELECT_READ, readable);
402 gSocketModule->notify(originEndpoint->socket, B_SELECT_WRITE, writable);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp981 Volume::_AddPackageContent(Package* package, bool notify) argument
1004 error = _AddPackageContentRootNode(package, node, notify);
1006 _RemovePackageContent(package, node, notify);
1017 bool notify)
1029 _RemovePackageContentRootNode(package, node, NULL, notify);
1047 PackageNode* rootPackageNode, bool notify)
1057 status_t error = _AddPackageNode(directory, packageNode, notify, node);
1068 notify);
1118 PackageNode* rootPackageNode, PackageNode* endPackageNode, bool notify)
1158 directory->FindChild(packageNode->Name()), notify);
1016 _RemovePackageContent(Package* package, PackageNode* endNode, bool notify) argument
1046 _AddPackageContentRootNode(Package* package, PackageNode* rootPackageNode, bool notify) argument
1117 _RemovePackageContentRootNode(Package* package, PackageNode* rootPackageNode, PackageNode* endPackageNode, bool notify) argument
1178 _AddPackageNode(Directory* directory, PackageNode* packageNode, bool notify, Node*& _node) argument
1290 _RemovePackageNode(Directory* directory, PackageNode* packageNode, Node* node, bool notify) argument
[all...]
/haiku/src/kits/print/
H A DJobs.cpp169 bool Folder::AddJob(BEntry& entry, bool notify) { argument
173 if (notify) Notify(job, kJobAdded);
/haiku/headers/private/file_systems/
H A DQueryParser.h160 status_t (*notify)(port_id, int32, dev_t, ino_t,
1495 // notify query listeners
1496 status_t (*notify)(port_id, int32, dev_t, ino_t, const char*, ino_t);
1499 notify = notify_query_attr_changed;
1501 notify = notify_query_entry_created;
1503 notify = notify_query_entry_removed;
1506 _SendEntryNotification(entry, notify);
1510 _SendEntryNotification(entry, notify);
1536 // The entry stays in the query, notify query listeners about the rename
1597 status_t (*notify)(port_i
[all...]
/haiku/src/kits/interface/
H A DControl.cpp414 bool notify = false; local
415 uint32 kind = InvokeKind(&notify);
417 if (!message && !notify)
H A DChannelControl.cpp290 bool notify = false; local
291 BMessage invokeMessage(InvokeKind(&notify));
308 bool notify = false; local
309 BMessage invokeMessage(InvokeKind(&notify));
H A DMenuItem.cpp594 bool notify = false; local
595 uint32 kind = InvokeKind(&notify);
600 if (message == NULL && !notify)
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIACPI.cpp45 // install notify handler
284 WMIACPI::GetEventData(uint32 notify, acpi_data* out) argument
290 object.integer.integer = notify;
295 if (info->guid.notify_id == notify
/haiku/headers/private/net/
H A Dnet_socket.h91 status_t (*notify)(net_socket* socket, uint8 event, int32 value); member in struct:net_socket_module_info
H A Dnet_stack.h31 sem_id notify; member in struct:net_fifo
/haiku/src/kits/debugger/util/
H A DWorker.cpp320 bool notify = fUnscheduledJobs.IsEmpty() && fAbortedJobs.IsEmpty(); local
327 if (notify)
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp303 sem_id notify; member in struct:_my_device
328 delete_sem(device->notify);
345 release_sem(device->notify);
362 result = acquire_sem_etc(device->notify, 1, B_RELATIVE_TIMEOUT,
371 acquire_sem_etc(device->notify, 1, B_RELATIVE_TIMEOUT, 0);
534 sem_id callbackSem = create_sem(0, DRIVER_NAME " callback notify");
540 device->notify = callbackSem;
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp110 notify(-1),
123 if (notify >= 0)
124 delete_sem(notify);
250 result = acquire_sem_etc(device->notify, 1, B_RELATIVE_TIMEOUT,
259 acquire_sem_etc(device->notify, 1, B_RELATIVE_TIMEOUT, 0);
1025 release_sem(device->notify);
1124 device->notify = create_sem(0, "usb_disk callback notify");
1125 if (device->notify < B_OK) {
1126 status_t result = device->notify;
[all...]
/haiku/src/kits/storage/mime/
H A DDatabase.cpp1138 // TODO: extra notification for vector icon (for now we notify a "large"
1344 notification->notify = false;
1365 // notify, if requested
1366 if (notification->notify)
1558 if (notification->notify) {
1565 notification->notify = true;
1569 if (notification->notify)
/haiku/src/servers/debug/
H A DDebugServer.cpp1012 BMessage notify(BPrivate::B_REG_TEAM_DEBUGGER_ALERT);
1013 notify.AddInt32("team", team);
1014 notify.AddBool("open", openAlert);
1015 notify.AddBool("stop shutdown", stopShutdown);
1019 roster.SendTo(&notify, &reply, false);
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp241 notify(&m);
339 notify(&m);
434 // +++++ notify [e.moon 11oct99]
516 // +++++ notify [e.moon 11oct99]
653 // notify
660 notify(&m);
859 notify(&m);
1237 // notify observers
1346 // notify observers
1353 // State transition; notify listener
[all...]
H A DNodeManager.cpp1492 notify(message);
1497 notify(message);
1502 notify(message);
1507 notify(message);
1512 notify(message);
1546 notify(&m);
2173 // find & remove any 'stuck' connections; notify any observers
2196 // +++++ don't notify if no stuck connections were found
2197 notify(&message);
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp60 update_link_state(ethernet_device *device, bool notify = true)
95 if (notify)
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp120 release_sem_etc(cookie->device->send_queue.notify, B_INTERRUPTED, B_RELEASE_ALL);
407 release_sem_etc(device->receive_queue.notify, B_INTERRUPTED, B_RELEASE_ALL);
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h95 BPackageVersionData& versionData, bool notify);
/haiku/headers/private/storage/mime/
H A DDatabase.h127 bool notify; member in struct:BPrivate::Storage::Mime::Database::DeferredInstallNotification

Completed in 206 milliseconds

123