Searched refs:sync (Results 101 - 125 of 144) sorted by relevance

123456

/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
365 // TRACE(("select_fd(fd = %d, event = %u, ref = %lu, selectsync = %p)\n", fd, event, ref, sync));
372 // status = descriptor->ops->fd_select(descriptor, event, ref, sync);
376 // status = notify_select_event((void *)sync, ref, event);
387 deselect_fd(int fd, uint8_t event, struct select_sync *sync, bool kernel) argument
392 // TRACE(("deselect_fd(fd = %d, event = %u, selectsync = %p)\n", fd, event, sync));
399 // status = descriptor->ops->fd_deselect(descriptor, event, sync);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrops.c323 JUMP_INIT(sync, _IO_default_sync),
H A Dwstrops.c324 JUMP_INIT(sync, _IO_default_sync),
H A Dwfileops.c875 JUMP_INIT(sync, (_IO_sync_t) INTUSE(_IO_wfile_sync)),
902 JUMP_INIT(sync, (_IO_sync_t) INTUSE(_IO_wfile_sync)),
926 JUMP_INIT(sync, (_IO_sync_t) INTUSE(_IO_wfile_sync)),
H A Dfileops.c1584 JUMP_INIT(sync, _IO_new_file_sync),
1610 JUMP_INIT(sync, _IO_file_sync_mmap),
1634 JUMP_INIT(sync, _IO_new_file_sync),
/haiku/headers/private/graphics/common/
H A Dedid_raw.h256 stereo : 2, // upper bit set - left on sync
257 // lower bit set - right on sync
258 sync : 2,
/haiku/build/scripts/
H A Dbuild_haiku_image408 $fsShellCommand sync
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp177 UserlandFS::KernelEmu::notify_select_event(selectsync *sync, uint8 event, argument
194 request->sync = sync;
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1758 selectsync *sync)
1760 OVERLAY_CALL(select, cookie, event, sync)
1766 selectsync *sync)
1768 OVERLAY_CALL(deselect, cookie, event, sync)
2339 TRACE_VOLUME("relaying volume op: sync\n");
2340 if (volume->super_volume->ops->sync != NULL)
2341 return volume->super_volume->ops->sync(volume->super_volume);
1757 overlay_select(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
1765 overlay_deselect(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
/haiku/src/kits/app/
H A DApplication.cpp906 // forces the cursor to be sync'ed
911 BApplication::SetCursor(const BCursor* cursor, bool sync) argument
915 link.Attach<bool>(sync);
918 if (sync) {
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp72 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
1381 LegacyDevice::Select(void* cookie, uint8 event, selectsync* sync) argument
1383 return Hooks()->select(cookie, event, 0, sync);
H A Ddevfs.cpp1607 uint8 event, selectsync* sync)
1618 return notify_select_event((selectsync*)sync, event);
1624 (selectsync*)sync);
1630 uint8 event, selectsync* sync)
1643 (selectsync*)sync);
1606 devfs_select(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, uint8 event, selectsync* sync) argument
1629 devfs_deselect(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, uint8 event, selectsync* sync) argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_asm.S187 sync
/haiku/headers/posix/
H A Dunistd.h388 extern void sync(void);
/haiku/headers/cpp/
H A Diostream.h198 int sync ();
/haiku/headers/private/drivers/
H A Dscsi_cmds.h268 sync : 1, // 1 = supports synchronous transfers
1220 sync : 1 // if 1, include sync field from sector
/haiku/src/system/kernel/
H A Dsmp.cpp1091 // if the message is sync after it has removed it from the mailbox
1164 // if the message is sync after it has removed it from the mailbox
1228 // if the message is sync after it has removed it from the mailbox
1295 // if the message is sync after it has removed it from the mailbox
1460 _call_single_cpu(uint32 targetCPU, void (*func)(void*, int), void* cookie, bool sync) argument
1478 0, 0, (void*)func, sync ? SMP_MSG_FLAG_SYNC : SMP_MSG_FLAG_ASYNC);
H A Dthread.cpp2243 select_sync* sync = info->sync;
2247 put_select_sync(sync);
2622 // we need a sync reference
2623 acquire_select_sync(info->sync);
2652 // surrender sync reference
2653 put_select_sync(info->sync);
/haiku/src/kits/interface/
H A DView.cpp180 // represent is already in sync with app_server - app_server uses the
1198 BView::SetViewCursor(const BCursor* cursor, bool sync) argument
1208 info.sync = sync;
1214 if (sync) {
2981 BView::ClipToPicture(BPicture* picture, BPoint where, bool sync) argument
2983 _ClipToPicture(picture, where, false, sync);
2988 BView::ClipToInversePicture(BPicture* picture, BPoint where, bool sync) argument
2990 _ClipToPicture(picture, where, true, sync);
5939 BView::_ClipToPicture(BPicture* picture, BPoint where, bool invert, bool sync) argument
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c698 if (edid_timing.pixel_clock <= 0/* || edid_timing.sync != 3*/)
716 if (edid_timing.sync == 3) {
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATADevice.cpp142 data.sync = false;
/haiku/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp259 if (timing.pixel_clock <= 0/* || timing.sync != 3*/)
272 if (timing.sync == 3) {
/haiku/src/system/kernel/events/
H A Devent_queue.cpp241 event->sync = this;
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.cpp73 sync();
/haiku/src/system/kernel/fs/
H A Dvfs.cpp366 struct selectsync* sync);
368 struct selectsync* sync);
5841 struct selectsync* sync)
5843 FUNCTION(("file_select(%p, %u, %p)\n", descriptor, event, sync));
5850 return notify_select_event(sync, event);
5855 return FS_CALL(vnode, select, descriptor->cookie, event, sync);
5861 struct selectsync* sync)
5868 return FS_CALL(vnode, deselect, descriptor->cookie, event, sync);
7896 // Note: That's the easy way. Which is probably OK for sync(),
7951 if (HAS_FS_MOUNT_CALL(mount, sync))
5840 file_select(struct file_descriptor* descriptor, uint8 event, struct selectsync* sync) argument
5860 file_deselect(struct file_descriptor* descriptor, uint8 event, struct selectsync* sync) argument
[all...]

Completed in 221 milliseconds

123456