Searched refs:remove (Results 1 - 25 of 74) sorted by last modified time

123

/haiku/src/tools/fs_shell/
H A Dvfs.cpp88 uint32_t remove : 1; member in struct:FSShell::vnode
640 if (!vnode->remove && HAS_FS_CALL(vnode, fsync))
644 if (vnode->remove)
651 // make it available again (and remove the busy vnode from the hash)
692 if (vnode->remove) {
2055 bool remove = false; local
2069 vnode->remove = true;
2073 remove = true;
2078 if (remove) {
2097 vnode->remove
2801 bool remove = false; local
[all...]
H A Dblock_cache.cpp191 /*! From the specified \a notification, it will remove the lowest pending
227 // remove the notification if this was the last pending event
322 bool remove = (isClosing && !is_written_event(listener->events)) local
324 if (remove)
328 add_notification(cache, listener, event, remove);
329 else if (remove)
599 TRACE(("block_cache: remove up to %ld unused blocks\n", count));
606 TRACE((" remove block %lld, accessed %ld times\n",
613 // remove block from lists
755 //TRACE(("remove bloc
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1019 // if we have a VMCache attached, remove it
1687 // We can remove the whole advisory locking structure; it's no
1722 in question (we even allow parents to remove the lock, though, but that
2026 // special case: the path ends in one or more '/' - remove them
4149 If that's done differently, remove this call; it has no other
4903 bool remove = false; local
4909 remove = true;
4914 if (remove) {
5673 // remove all outstanding locks for this team
6607 // TODO: remove thi
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c2942 cmd_v3.u.remove.sta_mask = htole32(1 << sta_id);
2943 cmd_v3.u.remove.tid = tid;
3409 cmd.remove.sta_id_mask = htole32(1 << IWX_STATION_ID);
3410 cmd.remove.tid = tid;
4109 /* TODO: remove, this is a deprecated separator */
6818 printf("%s: could not remove STA (error %d)\n",
8068 printf("%s: could not remove PHY context "
8222 printf("%s: could not remove binding (error %d)\n",
8232 printf("%s: could not remove MAC context (error %d)\n",
H A Dif_iwxreg.h3172 * The firmware will automatically remove both events once the driver sets
3208 * Adding a new session protection will remove any currently running session.
5358 * @IWX_RX_BAID_ACTION_REMOVE: remove the BAID session
5395 * @baid: the BAID to remove
5403 * @sta_id_mask: the station mask of the BAID to remove
5404 * @tid: the TID of the BAID to remove
5421 struct iwx_rx_baid_cfg_cmd_remove remove; member in union:iwx_rx_baid_cfg_cmd::__anon42
5436 * @IWX_SCD_QUEUE_REMOVE: remove a queue
5454 * @u.remove.sta_mask: station mask of queue to remove
5475 } __packed remove; /* TX_QUEUE_CFG_CMD_REMOVE_API_S_VER_1 */ member in union:iwx_scd_queue_cfg_cmd::__anon43
[all...]
/haiku/src/servers/registrar/
H A DRecentEntries.cpp135 int32 remove = fEntryList.size() - kMaxRecentEntries; local
136 while (remove > 0) {
138 remove--;
H A DRecentApps.cpp108 int32 remove = fAppList.size() - kMaxRecentApps; local
109 while (remove > 0) {
111 remove--;
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp142 /* This method will traverse the directory structure and will remove all of the
172 if (remove(directoryEntryPath.Path()) == 0) {
235 if (remove(pathStr) == 0)
315 if (remove(path.Path()) == 0) {
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp589 fListeners.erase(std::remove(fListeners.begin(), fListeners.end(),
/haiku/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp71 if (remove(temporaryFilePathStr) != 0)
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.cpp488 fTextListeners.erase(std::remove(fTextListeners.begin(), fTextListeners.end(),
512 fUndoListeners.erase(std::remove(fUndoListeners.begin(), fUndoListeners.end(),
730 // paragraph to remove is reached, and the remaining spans are
/haiku/src/kits/tracker/
H A DThumbnails.cpp142 sActiveJobs.remove(this);
384 // file changed, remove all thumb attrs
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp428 if (0 == remove(currentFilePath.Path()))
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp86 // remove & release all nodes
99 // remove from NodeManager
163 // add/remove nodes:
271 // remove from the cycle set
275 // remove it
277 remove(
996 // remove & replace ref (positions it properly)
1551 // remove a ref from the cycle set
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1514 JobMap::iterator remove = iterator++; local
1517 fJobs.erase(remove);
1646 JobMap::iterator remove = iterator++; local
1674 fJobs.erase(remove);
/haiku/src/system/kernel/
H A Dmodule.cpp448 unload_module_image(module_image* moduleImage, bool remove) argument
450 TRACE(("unload_module_image(image %p, remove %d)\n", moduleImage, remove));
459 if (remove)
1460 // the full prefix is not accessible, remove path components
1594 // remove kModulePaths from path
1641 // remove notification listeners, if needed
1937 // remove the image -- its hash value has probably changed,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2321 void remove() {} function
H A Dlibroot_stubs.c2342 void remove() {} function
/haiku/src/system/libroot/add-ons/icu/
H A DICUCollateData.cpp232 out.remove();
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp796 /*! From the specified \a notification, it will remove the lowest pending
834 // remove the notification if this was the last pending event
953 bool remove = (isClosing && !is_written_event(listener->events)) local
955 if (remove)
959 add_notification(cache, listener, event, remove);
960 else if (remove)
1572 TRACE(("block_cache: remove up to %" B_PRId32 " unused blocks\n", count));
1584 TRACE((" remove block %" B_PRIdOFF ", last accessed %" B_PRId32 "\n",
1595 // remove block from lists
1698 // remove bloc
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp140 // check if we have duplicate data, and remove it if that is the case
176 net_buffer *remove = next; local
179 fList.Remove(remove);
180 fNumBytes -= remove->size;
181 gBufferModule->free(remove);
252 // remove this buffer completely
260 // remove the header as far as needed
340 buffer queue. If \a remove is \c true, the data is removed from the
344 BufferQueue::Get(size_t bytes, bool remove, net_buffer **_buffer) argument
359 if (!remove || buffe
[all...]
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.h510 sb->remove();
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.c46 bool remove)
54 if (remove)
230 * If it is, remove it from the list.
45 nvme_ctrlr_get(struct nvme_ctrlr *ctrlr, bool remove) argument
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1342 #define remove fssh_remove macro
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp137 bool remove; local
139 // remove no longer existing breakpoints
141 remove = false;
152 remove = true;
166 remove = true;
171 if (remove) {

Completed in 380 milliseconds

123