Searched refs:Select (Results 51 - 75 of 151) sorted by path

1234567

/haiku/src/system/kernel/device_manager/
H A DBaseDevice.h43 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
H A DFileDevice.h42 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp148 int Select(bigtime_t timeout = -1) function in class:SelectSet
612 int result = selectSet.Select();
684 int result = selectSet.Select();
797 int result = selectSet.Select();
/haiku/src/tests/system/boot/loader/
H A Dplatform_menu.cpp159 item->Select(true);
178 item->Select(true);
/haiku/headers/os/drivers/
H A DDrivers.h13 #include <Select.h>
H A Dfs_interface.h13 #include <Select.h>
/haiku/headers/os/drivers/tty/
H A Dtty_module.h11 #include <Select.h>
/haiku/headers/os/interface/
H A DListView.h116 void Select(int32 index, bool extend = false);
117 void Select(int32 from, int32 to,
H A DMenuItem.h74 void Select(bool select);
H A DTabView.h37 virtual void Select(BView* owner);
132 virtual void Select(int32 index);
H A DTextView.h130 virtual void Select(int32 startOffset, int32 endOffset);
/haiku/headers/private/net/
H A DProtocolUtilities.h13 #include <Select.h>
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp453 fListView->Select(i);
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp597 if (device->Select() != B_OK) {
H A DATADevice.cpp412 ATADevice::Select() function in class:ATADevice
H A DATAPrivate.h196 status_t Select();
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp729 return device->Select(event, ref, sync);
H A DSerialDevice.cpp700 SerialDevice::Select(uint8 event, uint32 ref, selectsync *sync) function in class:SerialDevice
H A DSerialDevice.h56 status_t Select(uint8 event, uint32 ref, selectsync *sync);
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DDriver.cpp283 status_t status = device->Select(event, ref, sync);
H A DSerialDevice.cpp434 SerialDevice::Select(uint8 event, uint32 ref, selectsync *sync) function in class:SerialDevice
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp1504 // Select
1506 Volume::Select(void* _node, void* cookie, uint8 event, selectsync* sync) function in class:Volume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp794 result = volume->Select(request->node, request->fileCookie,
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp24 #include <Select.h>
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp21 #include <Select.h>

Completed in 168 milliseconds

1234567