Searched refs:direction (Results 1 - 25 of 105) sorted by last modified time

12345

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp150 l2cap_shutdown(net_protocol* protocol, int direction) argument
152 if (direction != SHUT_RDWR)
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp785 TCPEndpoint::Shutdown(int direction) argument
789 TRACE("Shutdown(%i)", direction);
792 if (direction == SHUT_RD || direction == SHUT_RDWR)
795 if (direction == SHUT_WR || direction == SHUT_RDWR) {
H A Dtcp.cpp621 tcp_shutdown(net_protocol* protocol, int direction) argument
623 return ((TCPEndpoint*)protocol)->Shutdown(direction);
H A DTCPEndpoint.h44 status_t Shutdown(int direction);
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp427 uint16 direction; local
429 direction = TransferMode::kWrite;
431 direction = TransferMode::kRead;
432 fRegisters->transfer_mode = TransferMode::kMulti | direction
/haiku/src/apps/terminal/
H A DTermWindow.cpp1451 TermWindow::_NavigateTab(int32 index, int32 direction, bool move) argument
1457 int32 newIndex = (index + direction + count) % count;
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1578 socket_shutdown(net_socket* socket, int direction) argument
1580 return socket->first_info->shutdown(socket->first_protocol, direction);
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.h221 status_t AtuMap(uint32 index, uint32 direction, uint32 type,
H A DDWPCIController.cpp409 DWPCIController::AtuMap(uint32 index, uint32 direction, uint32 type, uint64 parentAdr, argument
417 + (2 * index + direction) * sizeof(PciAtuRegs));
440 for (uint32 direction = 0; direction < 2; direction++) {
441 switch (direction) {
452 + kPciAtuOffset + (2 * index + direction) * sizeof(PciAtuRegs));
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp619 int32 direction, orientation orientation, bool down)
637 DrawArrowShape(view, rect, updateRect, base, direction, flags, 1.9f);
1025 const BRect& updateRect, const rgb_color& base, uint32 direction,
1033 switch (direction) {
617 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
1024 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
H A DScrollView.cpp457 BScrollView::ScrollBar(orientation direction) const
459 if (direction == B_HORIZONTAL)
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h172 uint8 direction,
177 uint8 direction,
H A Duhci.cpp1315 // If direction is out set every descriptor data
2145 UHCI::CreateDescriptor(Pipe *pipe, uint8 direction, size_t bufferSize) argument
2162 if (direction == TD_TOKEN_IN)
2175 | (pipe->DeviceAddress() << 8) | direction;
2199 uhci_td **_lastDescriptor, uint8 direction, size_t bufferSize)
2210 uhci_td *descriptor = CreateDescriptor(pipe, direction,
2198 CreateDescriptorChain(Pipe *pipe, uhci_td **_firstDescriptor, uhci_td **_lastDescriptor, uint8 direction, size_t bufferSize) argument
H A Dohci.cpp1633 // If direction is out set every descriptor data
1849 // Set the direction
1864 TRACE_ERROR("direction unknown\n");
2037 ohci_general_td **_lastDescriptor, uint32 direction, size_t bufferSize)
2055 descriptor->flags = direction
2036 _CreateDescriptorChain(ohci_general_td **_firstDescriptor, ohci_general_td **_lastDescriptor, uint32 direction, size_t bufferSize) argument
H A Dohci.h120 uint32 direction,
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp364 int32 direction, orientation orientation, bool down)
395 DrawArrowShape(view, rect, updateRect, arrowColor, direction, flags, 1.0f);
362 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
H A DFlatControlLook.h90 int32 direction, orientation orientation,
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp428 int32 direction, orientation orientation, bool down)
480 switch(direction) {
744 const rgb_color& base, uint32 direction, uint32 flags, float tint)
754 switch(direction) {
426 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
743 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp1239 ipv6_shutdown(net_protocol* protocol, int direction) argument
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1467 ipv4_shutdown(net_protocol* protocol, int direction) argument
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp33 pipeDirection direction, size_t maxPacketSize, uint8 interval,
39 fDirection = direction;
186 usb_speed speed, pipeDirection direction, size_t maxPacketSize,
202 Pipe::InitCommon(deviceAddress, endpointAddress, speed, direction,
388 usb_speed speed, pipeDirection direction, size_t maxPacketSize,
410 Pipe::InitCommon(deviceAddress, endpointAddress, speed, direction,
32 InitCommon(int8 deviceAddress, uint8 endpointAddress, usb_speed speed, pipeDirection direction, size_t maxPacketSize, uint8 interval, int8 hubAddress, uint8 hubPort) argument
185 InitCommon(int8 deviceAddress, uint8 endpointAddress, usb_speed speed, pipeDirection direction, size_t maxPacketSize, uint8 interval, int8 hubAddress, uint8 hubPort) argument
387 InitCommon(int8 deviceAddress, uint8 endpointAddress, usb_speed speed, pipeDirection direction, size_t maxPacketSize, uint8 interval, int8 hubAddress, uint8 hubPort) argument
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp888 domain_shutdown(net_protocol *protocol, int direction) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp2604 // get the next node offset depending on the direction (and if there
2628 /*! Iterates through the tree in the specified direction.
2640 TreeIterator::Traverse(int8 direction, void* key, uint16* keyLength, argument
2646 bool forward = direction == BPLUSTREE_FORWARD;
2665 // regardless of traverse direction the duplicates are always presented
2707 fCurrentKey += direction;
/haiku/headers/private/net/
H A Dnet_socket.h113 int (*shutdown)(net_socket* socket, int direction);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp646 UnixStreamEndpoint::Shutdown(int direction) argument
649 find_thread(NULL), this, direction);
654 // translate the direction into shutdown flags for our and the peer fifo
655 switch (direction) {
691 if (direction == SHUT_RD || direction == SHUT_RDWR) {
695 if (direction == SHUT_WR || direction == SHUT_RDWR) {

Completed in 314 milliseconds

12345