Searched refs:selectsync (Results 1 - 25 of 61) sorted by relevance

123

/haiku/headers/os/drivers/
H A DSelect.h12 struct selectsync;
13 typedef struct selectsync selectsync; typedef in typeref:struct:selectsync
34 extern status_t notify_select_event(struct selectsync *sync, uint8 event);
H A DDrivers.h33 selectsync *sync);
35 selectsync *sync);
H A Ddevice_manager.h186 status_t (*select)(void *cookie, uint8 event, selectsync *sync);
187 status_t (*deselect)(void *cookie, uint8 event, selectsync *sync);
/haiku/headers/private/kernel/fs/
H A Dselect_sync_pool.h10 struct selectsync;
19 status_t add_select_sync_pool_entry(select_sync_pool **pool, selectsync *sync,
22 selectsync *sync, uint8 event);
H A Dfd.h22 struct selectsync;
35 struct selectsync *sync);
37 struct selectsync *sync);
/haiku/src/system/kernel/device_manager/
H A DBaseDevice.cpp103 BaseDevice::Select(void* cookie, uint8 event, selectsync* sync)
110 BaseDevice::Deselect(void* cookie, uint8 event, selectsync* sync)
H A DBaseDevice.h43 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
45 selectsync* sync);
H A DFileDevice.h42 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
44 selectsync* sync);
H A DAbstractModuleDevice.h41 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
43 selectsync* sync);
H A DAbstractModuleDevice.cpp134 AbstractModuleDevice::Select(void* cookie, uint8 event, selectsync* sync)
143 AbstractModuleDevice::Deselect(void* cookie, uint8 event, selectsync* sync)
/haiku/headers/os/drivers/tty/
H A Dtty_module.h65 uint32 ref, selectsync *sync);
67 selectsync *sync);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h95 status_t AddSelectSyncEntry(selectsync* sync);
96 void RemoveSelectSyncEntry(selectsync* sync);
97 bool KnowsSelectSyncEntry(selectsync* sync);
/haiku/headers/private/net/
H A Dnet_socket.h16 struct selectsync;
88 struct selectsync* sync);
90 struct selectsync* sync);
H A Dnet_stack_interface.h72 struct selectsync *sync);
74 struct selectsync *sync);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.h157 status_t pc_serial_select(void *cookie, uint8 event, uint32 ref, selectsync *sync);
158 status_t pc_serial_deselect(void *coookie, uint8 event, selectsync *sync);
H A DSerialDevice.h56 status_t Select(uint8 event, uint32 ref, selectsync *sync);
57 status_t DeSelect(uint8 event, selectsync *sync);
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h67 typedef struct selectsync selectsync; typedef in typeref:struct:selectsync
119 uint32 ref, selectsync *sync);
121 selectsync *sync);
240 extern _IMPEXP_KERNEL void notify_select_event(selectsync *sync, uint32 ref);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.h10 struct selectsync;
22 status_t notify_select_event(selectsync *sync, uint8 event,
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h65 status_t Select(uint8 event, uint32 ref, selectsync *sync);
66 status_t DeSelect(uint8 event, selectsync *sync);
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty_private.h165 selectsync *sync);
166 extern status_t tty_deselect(tty_cookie *cookie, uint8 event, selectsync *sync);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h52 uint8 event, selectsync* sync);
54 uint8 event, selectsync* sync);
/haiku/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp225 stack_interface_select(net_socket* socket, uint8 event, struct selectsync* sync)
233 struct selectsync* sync)
/haiku/src/add-ons/kernel/drivers/power/acpi_button/
H A Dacpi_button.cpp202 acpi_button_select(void *_cookie, uint8 event, selectsync *sync)
225 acpi_button_deselect(void *_cookie, uint8 event, selectsync *sync)
/haiku/src/add-ons/kernel/bus_managers/random/
H A Ddriver.cpp153 random_select(void *cookie, uint8 event, selectsync *sync)
169 random_deselect(void *cookie, uint8 event, selectsync *sync)
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp150 acpi_lid_select(void *_cookie, uint8 event, selectsync *sync)
173 acpi_lid_deselect(void *_cookie, uint8 event, selectsync *sync)

Completed in 369 milliseconds

123