Searched refs:sync (Results 1 - 25 of 144) sorted by path

123456

/haiku/3rdparty/mmu_man/scripts/
H A Dbootstrap-haiku.sh57 sync
59 sync
62 sync
H A Dmyupdate.sh20 sync
24 sync
33 sync
/haiku/headers/cpp/
H A Dbuiltinbuf.h48 virtual int sync();
H A Dindstream.h72 virtual int sync();
H A Dstdiostream.h51 virtual int sync();
H A Dstreambuf.h368 virtual int sync();
450 virtual int sync();
/haiku/headers/os/app/
H A DApplication.h72 bool sync = true);
/haiku/headers/os/drivers/
H A DSelect.h34 extern status_t notify_select_event(struct selectsync *sync, uint8 event);
/haiku/headers/private/app/
H A DServerProtocolStructs.h65 bool sync; member in struct:ViewSetViewCursorInfo
/haiku/headers/private/fs_shell/
H A Dfssh_drivers.h29 uint32_t ref, fssh_selectsync *sync);
31 fssh_selectsync *sync);
/haiku/headers/private/kernel/fs/
H A Dselect_sync_pool.h19 status_t add_select_sync_pool_entry(select_sync_pool **pool, selectsync *sync,
22 selectsync *sync, uint8 event);
/haiku/headers/private/net/
H A Dnet_stack_interface.h72 struct selectsync *sync);
74 struct selectsync *sync);
/haiku/headers/private/storage/
H A DAddOnMonitorHandler.h43 // If sync is true all pending add-on entries are handled immediately.
46 bool sync = false);
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h119 uint32 ref, selectsync *sync);
121 selectsync *sync);
200 op_sync *sync; member in struct:vnode_ops
240 extern _IMPEXP_KERNEL void notify_select_event(selectsync *sync, uint32 ref);
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DSerialMouse.cpp50 the sync[] is a protocol-identification/sync thingy:
52 if ((read_byte[0] & sync[0]) == sync[1]) then we are at the beggining of the
53 a packet. Next data bytes are OK... if ((read_byte[i] & sync[2]) == 0))
58 uint8 sync[3]; member in struct:mouse_protocol
308 return B_ERROR; // not enough, or out-of-sync, data.
324 // sync with data stream, if not, just skip data until we regain sync.
351 if ((c & mp[fMouseID].sync[
[all...]
/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/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp235 selectsync *sync)
238 event, sync);
239 OVERLAY_CALL(select, cookie, event, sync)
247 selectsync *sync)
250 event, sync);
251 OVERLAY_CALL(deselect, cookie, event, sync)
849 DO_VOLUME_LOG("%s\n", "sync");
851 if (volume->super_volume->ops->sync != NULL)
852 result = volume->super_volume->ops->sync(volume->super_volume);
853 DO_VOLUME_LOG("sync resul
234 overlay_select(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
246 overlay_deselect(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
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/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);
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 DVolume.h117 selectsync* sync);
119 selectsync* sync);
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
/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
H A DVolume.h78 uint8 event, selectsync* sync);
80 uint8 event, selectsync* sync);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp97 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_SYNC, fFSOps->sync);

Completed in 173 milliseconds

123456