/haiku/headers/os/drivers/ |
H A D | Select.h | 34 extern status_t notify_select_event(struct selectsync *sync, uint8 event);
|
/haiku/src/add-ons/kernel/bus_managers/random/ |
H A D | driver.cpp | 159 notify_select_event(sync, event); in random_select() 162 notify_select_event(sync, event); in random_select()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | beos_kernel_emu.cpp | 88 notify_select_event(selectsync *sync, uint32 ref) in notify_select_event() function 90 UserlandFS::KernelEmu::notify_select_event(sync, 0, true); in notify_select_event()
|
H A D | BeOSKernelVolume.cpp | 254 UserlandFS::KernelEmu::notify_select_event(sync, event, false); in Select()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | kernel_emu.h | 22 status_t notify_select_event(selectsync *sync, uint8 event,
|
H A D | kernel_emu.cpp | 177 UserlandFS::KernelEmu::notify_select_event(selectsync *sync, uint8 event, in notify_select_event() function in UserlandFS::KernelEmu
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | haiku_kernel_emu.cpp | 122 notify_select_event(selectsync *sync, uint8 event) in notify_select_event() function 124 return UserlandFS::KernelEmu::notify_select_event(sync, event, false); in notify_select_event()
|
H A D | HaikuKernelVolume.cpp | 529 UserlandFS::KernelEmu::notify_select_event(sync, event, false); in Select()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | KernelRequestHandler.cpp | 258 notify_select_event(request->sync, B_SELECT_READ); in _HandleRequest() 259 notify_select_event(request->sync, B_SELECT_WRITE); in _HandleRequest() 260 notify_select_event(request->sync, B_SELECT_ERROR); in _HandleRequest() 264 notify_select_event(request->sync, request->event); in _HandleRequest()
|
H A D | Volume.cpp | 1512 notify_select_event(sync, event); in Select()
|
/haiku/src/add-ons/kernel/network/devices/tunnel/ |
H A D | tunnel.cpp | 245 notify_select_event(sync, event); in tunnel_select() 247 notify_select_event(sync, event); in tunnel_select()
|
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/ |
H A D | acpi_lid.cpp | 166 notify_select_event(sync, event); in acpi_lid_select()
|
/haiku/src/add-ons/kernel/drivers/power/acpi_button/ |
H A D | acpi_button.cpp | 218 notify_select_event(sync, event); in acpi_button_select()
|
/haiku/headers/private/userlandfs/legacy/ |
H A D | fsproto.h | 240 extern _IMPEXP_KERNEL void notify_select_event(selectsync *sync, uint32 ref);
|
/haiku/src/add-ons/kernel/generic/tty/ |
H A D | tty.cpp | 2007 notify_select_event(sync, event); in tty_select() 2037 notify_select_event(sync, event); in tty_select() 2044 notify_select_event(sync, event); in tty_select() 2058 notify_select_event(sync, event); in tty_select()
|
/haiku/src/add-ons/kernel/network/stack/ |
H A D | net_socket.cpp | 808 notify_select_event(sync, event); in socket_request_notification() 819 notify_select_event(sync, event); in socket_request_notification() 824 notify_select_event(sync, event); in socket_request_notification()
|
/haiku/src/system/kernel/events/ |
H A D | wait_for_objects.cpp | 765 notify_select_event(struct selectsync *sync, uint8 event) in notify_select_event() function 903 notify_select_event(entry->sync, event); in notify_select_event_pool()
|
/haiku/src/system/kernel/fs/ |
H A D | fifo.cpp | 739 return notify_select_event(sync, event); in Select() 744 return notify_select_event(sync, event); in Select()
|
H A D | vfs.cpp | 5903 notify_select_event(sync, event); in file_select()
|
/haiku/docs/user/drivers/ |
H A D | fs_interface.dox | 890 notify_select_event() with the \a sync and \a ref arguments you retrieve 894 notify_select_event() whenever the condition becomes true until the 898 implementation in the VFS will call notify_select_event() directly which 903 your responsibility to make sure that notify_select_event() is never called 905 commonly done by holding the same lock when invoking notify_select_event() 923 \param sync Opaque pointer to be passed to notify_select_event(). 941 \param sync Opaque pointer to be passed to notify_select_event().
|
/haiku/src/system/kernel/device_manager/ |
H A D | devfs.cpp | 1618 notify_select_event((selectsync*)sync, event); in devfs_select()
|