Searched refs:Free (Results 51 - 75 of 98) sorted by relevance

1234

/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDriver.cpp291 status_t status = device->Free();
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DDriver.cpp224 status_t status = device->Free();
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DDriver.cpp136 return device->Free();
H A DECMDevice.cpp180 ECMDevice::Free() function in class:ECMDevice
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon18
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h38 void Free();
H A DTCPEndpoint.cpp580 TCPEndpoint::Free() function in class:TCPEndpoint
584 TRACE("Free()");
813 buffer->size, buffer->flags, fSendQueue.Size(), fSendQueue.Free());
839 while (fSendQueue.Free() < socket->send.low_water_mark) {
855 size_t size = fSendQueue.Free();
906 available = fSendQueue.Free();
1237 gSocketModule->notify(socket, B_SELECT_WRITE, fSendQueue.Free());
1614 && fReceiveQueue.Free() >= segmentLength
1677 fReceiveWindow = max_c(fReceiveQueue.Free(), fReceiveWindow);
2018 size_t availableBytes = fReceiveQueue.Free();
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp249 void Free(void* buffer);
1326 fCache->Free(block->original_data);
1463 block_cache::Free(void* buffer) function in class:block_cache
1487 Free(block->current_data);
1495 Free(block->compare);
1564 Free(block->parent_data);
1627 Free(block->original_data);
1709 Free(block->compare);
1846 cache->Free(block->compare);
2924 cache->Free(bloc
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp178 fInode->Free(*fTransaction);
186 volume->Free(*fTransaction, fRun);
1941 status = fVolume->Free(transaction,
2127 status = fVolume->Free(transaction, array[index]);
2198 if (fVolume->Free(transaction, run) < B_OK)
2221 fVolume->Free(transaction, data->double_indirect);
2247 fVolume->Free(transaction, data->indirect);
2350 Inode::Free(Transaction& transaction) function in class:Inode
2363 // Free all attributes, and remove their indices
2381 return fVolume->Free(transactio
[all...]
H A DBPlusTree.cpp481 CachedNode::Free(Transaction& transaction, off_t offset) function in class:BFS::CachedNode
1769 cachedNewRoot.Free(transaction, newRoot);
1777 cachedOther.Free(transaction, otherOffset);
1778 cachedNewRoot.Free(transaction, newRoot);
1873 status_t status = cachedDuplicate.Free(transaction,
1930 // Free empty duplicate page, link their siblings together, and
1952 status_t status = cachedDuplicate.Free(transaction,
2007 cachedDuplicate.Free(transaction, duplicateOffset);
2205 cached.Free(transaction, nodeAndKey.nodeOffset);
H A DInode.h159 status_t Free(Transaction& transaction);
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h28 inline void Free(Node* node)
484 fStrategy.Free(node);
620 inline void Free(Node* node) function in class:AVLTreeMapStrategy::Auto
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp690 status_t status = fInodeAllocator.Free(transaction, id, isDirectory);
731 status_t status = fBlockAllocator->Free(transaction, start, length);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DDriver.cpp333 status_t status = device->Free();
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DDriver.cpp321 status_t status = device->Free();
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp81 return ((L2capEndpoint*)protocol)->Free();
/haiku/src/system/kernel/slab/
H A DSlab.cpp194 class Free : public ObjectCacheTraceEntry { class in namespace:SlabObjectCacheTracing
196 Free(ObjectCache* cache, void* object) function in class:SlabObjectCacheTracing::Free
1278 T(Free(cache, object));
H A DMemoryManager.cpp106 class Free : public MemoryManagerTraceEntry { class in struct:MemoryManager::Tracing
108 Free(void* address, uint32 flags) function in class:MemoryManager::Tracing::Free
567 MemoryManager::Free(void* pages, uint32 flags) function in class:MemoryManager
569 TRACE("MemoryManager::Free(%p, %#" B_PRIx32 ")\n", pages, flags);
571 T(Free(pages, flags));
/haiku/src/system/kernel/
H A Dguarded_heap.cpp126 class Free : public GuardedHeapTraceEntry { class in namespace:GuardedHeapTracing
128 Free(guarded_heap* heap, void* pageBase) function in class:GuardedHeapTracing::Free
251 T(Free(area.heap, (void*)(area.base + pageIndex * B_PAGE_SIZE)));
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp88 status_t Free();
1004 UdpEndpoint::Free() function in class:UdpEndpoint
1006 TRACE_EP("Free()");
1170 return ((UdpEndpoint *)protocol)->Free();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h155 inline void Free(Node* node) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp390 error = fBlockAllocator->Free(node->BlockIndex(), 1, transaction);
/haiku/src/servers/print/
H A DPrintServerApp.cpp226 fResourceManager.Free(printer->GetResource());
/haiku/src/system/kernel/device_manager/
H A DFileDevice.cpp395 FileDevice::Free(void* _cookie) function in class:FileDevice
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp113 return ((UnixEndpoint*)_protocol)->Free();

Completed in 365 milliseconds

1234