Searched refs:sync (Results 76 - 100 of 144) sorted by relevance

123456

/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp254 if (fFileSystem->KnowsSelectSyncEntry(request->sync)) {
258 notify_select_event(request->sync, B_SELECT_READ);
259 notify_select_event(request->sync, B_SELECT_WRITE);
260 notify_select_event(request->sync, B_SELECT_ERROR);
262 PRINT(("notify_select_event(%p, %d)\n", request->sync,
264 notify_select_event(request->sync, request->event);
H A Dkernel_interface.cpp321 uint8 event, selectsync* sync)
325 fsNode->private_node, cookie, event, sync));
326 status_t error = volume->Select(fsNode->private_node, cookie, event, sync);
334 uint8 event, selectsync* sync)
338 fsNode->private_node, cookie, event, sync));
340 sync);
320 userlandfs_select(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, uint8 event, selectsync* sync) argument
333 userlandfs_deselect(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, uint8 event, selectsync* sync) argument
H A DVolume.h117 selectsync* sync);
119 selectsync* sync);
H A DVolume.cpp644 // sync
1506 Volume::Select(void* _node, void* cookie, uint8 event, selectsync* sync) argument
1512 notify_select_event(sync, event);
1533 request->sync = sync;
1536 error = fFileSystem->AddSelectSyncEntry(sync);
1545 fFileSystem->RemoveSelectSyncEntry(sync);
1552 fFileSystem->RemoveSelectSyncEntry(sync);
1560 Volume::Deselect(void* _node, void* cookie, uint8 event, selectsync* sync) argument
1569 SyncRemover(FileSystem* fs, selectsync* sync) argument
1574 selectsync* sync; member in struct:SyncRemover
[all...]
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1991 tty_select(tty_cookie* cookie, uint8 event, uint32 ref, selectsync* sync) argument
1995 TRACE(("tty_select(cookie = %p, event = %u, ref = %" B_PRIu32 ", sync = "
1996 "%p)\n", cookie, event, ref, sync));
2007 notify_select_event(sync, event);
2021 status_t error = add_select_sync_pool_entry(&tty->select_pool, sync, event);
2037 notify_select_event(sync, event);
2044 notify_select_event(sync, event);
2058 notify_select_event(sync, event);
2074 tty_deselect(tty_cookie* cookie, uint8 event, selectsync* sync) argument
2078 TRACE(("tty_deselect(cookie = %p, event = %u, sync
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp810 socket_request_notification(net_socket* _socket, uint8 event, selectsync* sync) argument
816 status_t status = add_select_sync_pool_entry(&socket->select_pool, sync,
833 notify_select_event(sync, event);
844 notify_select_event(sync, event);
849 notify_select_event(sync, event);
858 socket_cancel_notification(net_socket* _socket, uint8 event, selectsync* sync) argument
863 return remove_select_sync_pool_entry(&socket->select_pool, sync, event);
/haiku/headers/os/drivers/
H A Dfs_interface.h82 status_t (*sync)(fs_volume* volume); member in struct:fs_volume_ops
150 uint8 event, selectsync* sync);
152 uint8 event, selectsync* sync);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h80 fssh_status_t (*sync)(fssh_fs_volume *volume); member in struct:fssh_fs_volume_ops
165 fssh_fs_cookie cookie, uint8_t event, fssh_selectsync *sync);
167 fssh_fs_cookie cookie, uint8_t event, fssh_selectsync *sync);
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp390 selectsync* sync)
396 "sync: %p\n",
397 volume, node, node->ID(), cookie, event, sync);
402 sync);
408 uint8 event, selectsync* sync)
414 "sync: %p\n",
415 volume, node, node->ID(), cookie, event, sync);
420 sync);
1148 NULL, // sync,
389 bindfs_select(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, uint8 event, selectsync* sync) argument
407 bindfs_deselect(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, uint8 event, selectsync* sync) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp248 Volume::Select(void* node, void* cookie, uint8 event, selectsync* sync) argument
255 Volume::Deselect(void* node, void* cookie, uint8 event, selectsync* sync) argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_exceptions.S114 sync
174 sync
H A Darch_exceptions_440.S117 sync
177 sync
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp122 notify_select_event(selectsync *sync, uint8 event) argument
124 return UserlandFS::KernelEmu::notify_select_event(sync, event, false);
/haiku/src/system/kernel/device_manager/
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/accelerants/common/
H A Ddecode_edid.c160 timing->sync = raw->sync;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp97 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_SYNC, fFSOps->sync);
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc173 istream::sync () function in class:istream
178 if (sb->sync ()) // Later: pubsync
954 if (_strbuf->sync())
1084 rdbuf()->sync();
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunix_io.c341 ntfs_log_perror("Failed to sync device %s", dev->d_name);
389 .sync = ntfs_device_unix_io_sync,
H A Ddevice.c183 ret = dops->sync(dev);
295 if (NDevSync(dev) && total && dops->sync(dev)) {
296 total--; /* on sync error, return partially written */
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp700 SerialDevice::Select(uint8 event, uint32 ref, selectsync *sync) argument
705 return gTTYModule->tty_select(fSystemTTYCookie, event, ref, sync);
710 SerialDevice::DeSelect(uint8 event, selectsync *sync) argument
715 return gTTYModule->tty_deselect(fSystemTTYCookie, event, sync);
/haiku/headers/os/interface/
H A DView.h237 BPoint where = B_ORIGIN, bool sync = true);
239 BPoint where = B_ORIGIN, bool sync = true);
258 bool sync = true);
700 bool invert, bool sync);
/haiku/src/system/kernel/fs/
H A Dsocket.cpp240 struct selectsync *sync)
242 return sStackInterface->select(descriptor->u.socket, event, sync);
248 struct selectsync *sync)
250 return sStackInterface->deselect(descriptor->u.socket, event, sync);
239 socket_select(struct file_descriptor *descriptor, uint8 event, struct selectsync *sync) argument
247 socket_deselect(struct file_descriptor *descriptor, uint8 event, struct selectsync *sync) argument
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1250 selectsync *sync)
1252 OVERLAY_CALL(select, cookie, event, sync)
1258 selectsync *sync)
1260 OVERLAY_CALL(deselect, cookie, event, sync)
1776 TRACE_VOLUME("relaying volume op: sync\n");
1777 if (volume->super_volume->ops->sync != NULL)
1778 return volume->super_volume->ops->sync(volume->super_volume);
1249 overlay_select(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
1257 overlay_deselect(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
/haiku/headers/cpp/
H A Dstreambuf.h368 virtual int sync();
450 virtual int sync();
/haiku/src/kits/storage/
H A DAddOnMonitorHandler.cpp65 AddOnMonitorHandler::AddDirectory(const node_ref* nref, bool sync) argument
109 if (sync)

Completed in 155 milliseconds

123456