Searched refs:Free (Results 1 - 25 of 98) sorted by last modified time

1234

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp81 return ((L2capEndpoint*)protocol)->Free();
H A DL2capEndpoint.cpp190 L2capEndpoint::Free() function in class:L2capEndpoint
H A DL2capEndpoint.h33 status_t Free();
/haiku/src/add-ons/kernel/network/protocols/tcp/
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...]
H A Dtcp.cpp520 ((TCPEndpoint*)protocol)->Free();
H A DTCPEndpoint.h38 void Free();
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp244 RNDISDevice::Free() function in class:RNDISDevice
H A DRNDISDevice.h22 status_t Free();
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp110 Device::Free() function in class:Device
/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 Dkernel_interface.cpp385 status_t status = inode->Free(transaction);
H A DBlockAllocator.cpp63 class Free : public AbstractTraceEntry { class in namespace:BFSBlockTracing
65 Free(block_run run) function in class:BFSBlockTracing::Free
175 inline void Free(uint16 start, uint16 numBlocks);
202 status_t Free(Transaction& transaction, uint16 start, int32 length);
313 AllocationBlock::Free(uint16 start, uint16 numBlocks)
448 AllocationGroup::Free(Transaction& transaction, uint16 start, int32 length)
490 cached.Free(start, freeLength);
1000 BlockAllocator::Free(Transaction& transaction, block_run run)
1010 T(Free(run));
1042 if (fGroups[group].Free(transactio
[all...]
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp129 UnixStreamEndpoint::Free() function in class:UnixStreamEndpoint
131 TRACE("[%" B_PRId32 "] %p->UnixStreamEndpoint::Free()\n", find_thread(NULL),
H A DUnixDatagramEndpoint.cpp100 UnixDatagramEndpoint::Free() function in class:UnixDatagramEndpoint
102 TRACE("[%" B_PRId32 "] %p->UnixDatagramEndpoint::Free()\n",
H A Dunix.cpp113 return ((UnixEndpoint*)_protocol)->Free();
H A DUnixStreamEndpoint.h43 status_t Free() override;
H A DUnixEndpoint.h48 virtual status_t Free() = 0;
H A DUnixDatagramEndpoint.h27 status_t Free() override;
/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/file_systems/ext2/
H A DBlockAllocator.cpp43 status_t Free(Transaction& transaction, uint32 start,
293 AllocationBlockGroup::Free(Transaction& transaction, uint32 start, function in class:AllocationBlockGroup
296 TRACE("AllocationBlockGroup::Free(): start: %" B_PRIu32 ", length %"
308 panic("AllocationBlockGroup::Free() can't free blocks if uninit\n");
315 TRACE("AllocationBlockGroup::Free(): Largest range in %" B_PRIu32 "-%"
325 TRACE("AllocationGroup::Free(): Unmarked bits in bitmap\n");
350 TRACE("AllocationBlockGroup::Free(): Largest range in %" B_PRIu32 "-%"
366 return Free(transaction, 0, fNumBits);
809 BlockAllocator::Free(Transaction& transaction, fsblock_t start, uint32 length) function in class:BlockAllocator
811 TRACE("BlockAllocator::Free(
[all...]
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp125 void Free(void* buffer);
518 block_cache::Free(void* buffer) function in class:FSShell::block_cache
537 Free(block->current_data);
546 Free(block->compare);
638 Free(block->parent_data);
643 Free(block->original_data);
672 cache->Free(block->compare);
920 cache->Free(block->original_data);
1082 cache->Free(block->original_data);
1087 cache->Free(bloc
[all...]
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp47 void Free();
81 Free();
157 file_map::Free() function in class:file_map
390 ref->map.Free();
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1177 vnode->stream.u.dev.device->Free(cookie->device_cookie);
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DDriver.cpp321 status_t status = device->Free();

Completed in 128 milliseconds

1234