Symbol: IsContiguous
src/add-ons/kernel/file_systems/exfat/Inode.cpp
133
if (!IsContiguous() || IsDirectory())
src/add-ons/kernel/file_systems/exfat/Inode.h
47
bool IsContiguous() const
src/add-ons/kernel/file_systems/exfat/Inode.h
48
{ return fFileInfoEntry.file_info.IsContiguous(); }
src/add-ons/kernel/file_systems/exfat/exfat.h
169
bool IsContiguous() const
src/add-ons/kernel/network/protocols/tcp/BufferQueue.h
47
bool IsContiguous() const
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
1707
&& fReceiveQueue.IsContiguous()
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
1806
if (drop != 0 || (drop == 0 && !fReceiveQueue.IsContiguous()))
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
2140
if (!fReceiveQueue.IsContiguous()
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
2153
if (!fReceiveQueue.IsContiguous())
src/add-ons/kernel/network/protocols/tcp/TCPEndpoint.cpp
2304
&& fReceiveQueue.IsContiguous()
src/tests/system/kernel/device_manager/dma_resource_test.cpp
160
bool IsContiguous() const { return fContext.IsContiguous(); }
src/tests/system/kernel/device_manager/dma_resource_test.cpp
314
if (fSuite.IsContiguous() || (fFlags & B_PHYSICAL_IO_REQUEST) != 0
src/tests/system/kernel/device_manager/dma_resource_test.cpp
361
if (!fSuite.IsContiguous() && source >= B_PAGE_SIZE)
src/tests/system/kernel/device_manager/dma_resource_test.cpp
375
if (!fSuite.IsContiguous() && source >= B_PAGE_SIZE) {
src/tests/system/kernel/device_manager/dma_resource_test.cpp
606
} else if (fSuite.IsContiguous() || target.address < B_PAGE_SIZE) {