Searched defs:sync (Results 1 - 25 of 64) sorted by relevance

123

/haiku/src/system/libroot/posix/unistd/
H A Dsync.c26 sync(void) function
/haiku/headers/private/kernel/
H A Dwait_for_objects.h19 struct select_sync* sync; member in struct:select_info
/haiku/src/system/kernel/events/
H A Dselect_ops.h42 select_object(uint32 type, int32 object, struct select_info* sync, bool kernel) argument
51 deselect_object(uint32 type, int32 object, struct select_info* sync, bool kernel) argument
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp71 int socketstreambuf::sync() function in class:socketstreambuf
/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp118 status_t NodeSyncThread::sync( function in class:NodeSyncThread
/haiku/src/libs/stdc++/legacy/
H A Dbuiltinbuf.cc46 int builtinbuf::sync() { return _IO_SYNC (this); } function in class:builtinbuf
H A Dindstream.cc109 int indirectbuf::sync() function in class:indirectbuf
H A Dstdiostream.cc113 int stdiobuf::sync() function in class:stdiobuf
H A Dfilebuf.cc171 int filebuf::sync() function in class:filebuf
H A Diostream.cc173 istream::sync () function in class:istream
/haiku/src/system/kernel/device_manager/
H A DBaseDevice.cpp103 BaseDevice::Select(void* cookie, uint8 event, selectsync* sync) argument
110 BaseDevice::Deselect(void* cookie, uint8 event, selectsync* sync) argument
H A DAbstractModuleDevice.cpp134 AbstractModuleDevice::Select(void* cookie, uint8 event, selectsync* sync) argument
143 AbstractModuleDevice::Deselect(void* cookie, uint8 event, selectsync* sync) argument
H A DFileDevice.cpp369 FileDevice::Select(void* _cookie, uint8 event, selectsync* sync) argument
377 FileDevice::Deselect(void* cookie, uint8 event, selectsync* sync) argument
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DSerialMouse.cpp58 uint8 sync[3]; member in struct:mouse_protocol
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dstack_interface.cpp225 stack_interface_select(net_socket* socket, uint8 event, struct selectsync* sync) argument
232 stack_interface_deselect(net_socket* socket, uint8 event, struct selectsync* sync) argument
/haiku/headers/private/app/
H A DServerProtocolStructs.h65 bool sync; member in struct:ViewSetViewCursorInfo
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h112 int (*sync)(struct ntfs_device *dev); member in struct:ntfs_device_operations
/haiku/src/add-ons/kernel/drivers/power/acpi_button/
H A Dacpi_button.cpp202 acpi_button_select(void *_cookie, uint8 event, selectsync *sync) argument
225 acpi_button_deselect(void *_cookie, uint8 event, selectsync *sync) argument
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp470 pty_select(void *_cookie, uint8 event, uint32 ref, selectsync *sync) argument
479 pty_deselect(void *_cookie, uint8 event, selectsync *sync) argument
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DDriver.cpp278 usb_serial_select(void *cookie, uint8 event, uint32 ref, selectsync *sync) argument
291 usb_serial_deselect(void *cookie, uint8 event, selectsync *sync) argument
H A DSerialDevice.cpp434 SerialDevice::Select(uint8 event, uint32 ref, selectsync *sync) argument
444 SerialDevice::DeSelect(uint8 event, selectsync *sync) argument
/haiku/src/tools/fs_shell/
H A Dfd.cpp360 select_fd(int fd, uint8_t event, uint32_t ref, struct select_sync *sync, bool kernel) argument
387 deselect_fd(int fd, uint8_t event, struct select_sync *sync, bool kernel) argument
/haiku/src/add-ons/kernel/bus_managers/random/
H A Ddriver.cpp153 random_select(void *cookie, uint8 event, selectsync *sync) argument
169 random_deselect(void *cookie, uint8 event, selectsync *sync) argument
/haiku/src/kits/storage/
H A DAddOnMonitorHandler.cpp65 AddOnMonitorHandler::AddDirectory(const node_ref* nref, bool sync) argument
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp700 SerialDevice::Select(uint8 event, uint32 ref, selectsync *sync) argument
710 SerialDevice::DeSelect(uint8 event, selectsync *sync) argument

Completed in 492 milliseconds

123