Symbol: B_PHYSICAL_IO_REQUEST
src/system/kernel/cache/file_cache.cpp
181
fSize, B_PHYSICAL_IO_REQUEST, this);
src/system/kernel/cache/file_cache.cpp
423
vecCount, B_PHYSICAL_IO_REQUEST, &numBytes);
src/system/kernel/cache/file_cache.cpp
571
B_PHYSICAL_IO_REQUEST, &bytesRead);
src/system/kernel/cache/file_cache.cpp
595
&readVec, 1, B_PHYSICAL_IO_REQUEST, &bytesRead);
src/system/kernel/cache/file_cache.cpp
633
vecCount, B_PHYSICAL_IO_REQUEST, &numBytes);
src/system/kernel/cache/file_cache.cpp
687
vecs, count, B_PHYSICAL_IO_REQUEST, &length);
src/system/kernel/cache/vnode_store.cpp
85
if ((flags & B_PHYSICAL_IO_REQUEST) != 0)
src/system/kernel/device_manager/IOCache.cpp
560
B_PHYSICAL_IO_REQUEST | (isVIP ? B_VIP_IO_REQUEST : 0));
src/system/kernel/device_manager/IORequest.cpp
129
fPhysical = (flags & B_PHYSICAL_IO_REQUEST) != 0;
src/system/kernel/vm/vm.cpp
3947
B_PHYSICAL_IO_REQUEST, &bytesRead);
src/system/kernel/vm/vm_page_writer.cpp
367
flags | B_PHYSICAL_IO_REQUEST, this);
src/system/kernel/vm/vm_page_writer.cpp
371
flags | B_PHYSICAL_IO_REQUEST, &writeLength);
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
317
= ((fFlags & B_PHYSICAL_IO_REQUEST) == 0
src/tests/system/kernel/device_manager/dma_resource_test.cpp
360
if ((fFlags & B_PHYSICAL_IO_REQUEST) != 0) {
src/tests/system/kernel/device_manager/dma_resource_test.cpp
374
if ((fFlags & B_PHYSICAL_IO_REQUEST) != 0) {
src/tests/system/kernel/device_manager/dma_resource_test.cpp
807
suite.AddTest(0, 1024, false, B_PHYSICAL_IO_REQUEST)
src/tests/system/kernel/device_manager/dma_resource_test.cpp
812
suite.AddTest(0, 2559, true, B_PHYSICAL_IO_REQUEST)
src/tests/system/kernel/device_manager/dma_resource_test.cpp
818
suite.AddTest(0, 51, true, B_PHYSICAL_IO_REQUEST)
src/tests/system/kernel/device_manager/dma_resource_test.cpp
823
suite.AddTest(32, 51, true, B_PHYSICAL_IO_REQUEST)
src/tests/system/kernel/device_manager/dma_resource_test.cpp
886
suite.AddTest(0, 2560, false, B_PHYSICAL_IO_REQUEST)