Searched refs:IsPhysical (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A DIORequest.h39 bool IsPhysical() const { return fPhysical; } function in class:IOBuffer
H A DIORequest.cpp1225 if (fBuffer->IsPhysical()) {
1281 if (fBuffer->IsPhysical()) {
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp940 vector, vectorCount, transfer->IsPhysical(), &lastDataToggle);
1122 transfer->VectorCount(), transfer->IsPhysical());
1619 vector, vectorCount, transfer->transfer->IsPhysical(),
2104 transfer->VectorCount(), transfer->IsPhysical());
H A Dohci.cpp1273 vector, vectorCount, transfer->transfer->IsPhysical());
1442 vector, vectorCount, transfer->transfer->IsPhysical());
1508 transfer->VectorCount(), transfer->IsPhysical());
1568 transfer->VectorCount(), transfer->IsPhysical());
1636 transfer->Vector(), transfer->VectorCount(), transfer->IsPhysical());
H A Dehci.cpp1029 vector, vectorCount, transfer->IsPhysical(), &nextDataToggle);
2016 vector, vectorCount, transfer->transfer->IsPhysical(),
2482 transfer->VectorCount(), transfer->IsPhysical());
2529 transfer->VectorCount(), transfer->IsPhysical());
2944 const bool physical = transfer->transfer->IsPhysical();
H A Dxhci.cpp911 transfer->VectorCount(), transfer->IsPhysical());
1070 transfer->VectorCount(), transfer->IsPhysical());
1263 transfer->IsPhysical());
3163 transfer->VectorCount(), transfer->IsPhysical());
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h721 bool IsPhysical() const { return fPhysical; } function in class:Transfer
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp640 if (!buffer->IsPhysical()) {
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1811 if (!request->Buffer()->IsPhysical()) {

Completed in 110 milliseconds