Searched refs:SendRequest (Results 1 - 25 of 38) sorted by last modified time

12

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1719 status = pipe.SendRequest(
1760 status = pipe.SendRequest(
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp90 return ((Device *)Parent())->DefaultPipe()->SendRequest(
111 return ((Device *)Parent())->DefaultPipe()->SendRequest(
128 return ((Device *)Parent())->DefaultPipe()->SendRequest(
416 ControlPipe::SendRequest(uint8 requestType, uint8 request, uint16 value, function in class:ControlPipe
H A Dusb.cpp401 return device->DefaultPipe()->SendRequest(requestType, request,
H A Dusb_private.h418 status_t SendRequest(uint8 requestType,
H A DDevice.cpp446 return fDefaultPipe->SendRequest(
500 status_t result = fDefaultPipe->SendRequest(
611 status_t result = fDefaultPipe->SendRequest(
662 status_t result = fDefaultPipe->SendRequest(
809 return fDefaultPipe->SendRequest(
822 return fDefaultPipe->SendRequest(
835 return fDefaultPipe->SendRequest(
H A DBusManager.cpp142 result = defaultPipe->SendRequest(
180 pipe.SendRequest(
H A DHub.cpp87 status = DefaultPipe()->SendRequest(USB_REQTYPE_CLASS | USB_REQTYPE_OTHER_OUT,
132 status_t result = DefaultPipe()->SendRequest(USB_REQTYPE_CLASS | USB_REQTYPE_OTHER_IN,
148 status_t result = DefaultPipe()->SendRequest(USB_REQTYPE_CLASS | USB_REQTYPE_OTHER_OUT,
176 result = DefaultPipe()->SendRequest(USB_REQTYPE_CLASS | USB_REQTYPE_OTHER_OUT,
191 return DefaultPipe()->SendRequest(USB_REQTYPE_CLASS
220 DefaultPipe()->SendRequest(USB_REQTYPE_CLASS | USB_REQTYPE_OTHER_OUT,
324 DefaultPipe()->SendRequest(USB_REQTYPE_CLASS | USB_REQTYPE_OTHER_OUT,
332 DefaultPipe()->SendRequest(USB_REQTYPE_CLASS | USB_REQTYPE_OTHER_OUT,
340 DefaultPipe()->SendRequest(USB_REQTYPE_CLASS | USB_REQTYPE_OTHER_OUT,
347 DefaultPipe()->SendRequest(USB_REQTYPE_CLAS
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp4404 return port->SendRequest(allocator, handler, reply);
4408 status_t error = port->SendRequest(allocator, handler, reply,
4424 return port->SendRequest(&allocator);
H A DFileSystem.cpp419 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
746 port->SendRequest(&allocator, &handler);
H A DKernelRequestHandler.cpp245 return fPort->SendRequest(&allocator);
279 return fPort->SendRequest(&allocator);
342 return fPort->SendRequest(&allocator);
368 return fPort->SendRequest(&allocator);
389 return fPort->SendRequest(&allocator);
413 return fPort->SendRequest(&allocator);
439 return fPort->SendRequest(&allocator);
465 return fPort->SendRequest(&allocator);
486 return fPort->SendRequest(&allocator);
507 return fPort->SendRequest(
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp514 status_t error = GetChannel()->SendRequest(&reply);
617 return GetChannel()->SendRequest(&reply);
670 return GetChannel()->SendRequest(&reply);
750 return GetChannel()->SendRequest(&reply);
843 status_t error = GetChannel()->SendRequest(&reply);
915 status_t error = GetChannel()->SendRequest(&reply);
969 return GetChannel()->SendRequest(&reply);
1046 status_t error = GetChannel()->SendRequest(&reply);
1112 return GetChannel()->SendRequest(&reply);
1183 return GetChannel()->SendRequest(
[all...]
H A DNetFSServer.cpp170 status_t error = requestChannel.SendRequest(&request);
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPrivate.h102 status_t SendRequest(ATARequest *request, uint32 flags);
H A DATADevice.cpp46 status_t result = fChannel->SendRequest(request, ATA_DEVICE_READY_REQUIRED);
74 status_t result = fChannel->SendRequest(request, ATA_DEVICE_READY_REQUIRED);
94 status_t result = fChannel->SendRequest(request, ATA_DEVICE_READY_REQUIRED);
439 status_t result = fChannel->SendRequest(&request, ATA_DEVICE_READY_REQUIRED);
586 if (fChannel->SendRequest(&request,
657 status_t result = fChannel->SendRequest(request,
H A DATAChannel.cpp583 ATAChannel::SendRequest(ATARequest *request, uint32 flags) function in class:ATAChannel
592 TRACE("SendRequest status 0x%02x\n", AltStatus());
H A DATAPIDevice.cpp52 status_t result = fChannel->SendRequest(request, 0);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp2481 return fPort->SendRequest(&allocator, &handler);
2483 return fPort->SendRequest(&allocator);
H A Dkernel_emu.cpp164 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
201 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
245 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
284 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
320 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
355 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
393 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
433 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
491 error = port->SendRequest(&allocator, &handler, (Request**)&reply);
526 error = port->SendRequest(
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp433 fConnection->SendRequest(&request);
492 error = SendRequest(fConnection, &request, &reply);
593 status_t error = SendRequest(fConnection, &request, &reply);
645 status_t error = SendRequest(fConnection, &request, &reply);
726 status_t error = SendRequest(fConnection, &request, &reply);
834 status_t error = fConnection->SendRequest(&request, &requestHandler);
870 status_t error = SendRequest(fConnection, &request, &reply);
923 status_t error = SendRequest(fConnection, &request, &reply);
949 status_t error = SendRequest(fConnection, &request, &reply);
978 status_t error = SendRequest(fConnectio
[all...]
/haiku/src/kits/interface/
H A DPrintJob.cpp124 status_t SendRequest();
191 status_t status = messenger.SendRequest();
207 status_t status = messenger.SendRequest();
741 // in case SendRequest could not start the thread
779 PrintServerMessenger::SendRequest() function in class:BPrivate::PrintServerMessenger
840 // terminate loop in thread spawned by SendRequest
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.cpp120 SendRequest();
293 SendRequest();
445 PAP::SendRequest() function in class:PAP
447 TRACE("PAP: SendRequest() state=%d\n", State());
H A DProtocol.h83 bool SendRequest();
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp73 // SendRequest
75 RequestPort::SendRequest(RequestAllocator* allocator) function in class:RequestPort
85 //PRINT(("RequestPort::SendRequest(%lu)\n", allocator->GetRequest()->GetType()));
88 ERROR(("RequestPort::SendRequest(%" B_PRId32 "): request is not a "
94 ERROR(("RequestPort::SendRequest(%" B_PRId32 "): request is not a "
103 // SendRequest
105 RequestPort::SendRequest(RequestAllocator* allocator, function in class:RequestPort
108 status_t error = SendRequest(allocator);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestChannel.cpp158 // SendRequest
160 RequestChannel::SendRequest(Request* request) function in class:RequestChannel
164 PRINT("%p->RequestChannel::SendRequest(): request: %p, type: %s\n", this, request, typeid(*request).name());
172 ERROR("RequestChannel::SendRequest(): ERROR: Invalid request size: "
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequestConnection.h23 status_t SendRequest(Request* request,
25 status_t SendRequest(Request* request,

Completed in 319 milliseconds

12