Searched refs:sync (Results 151 - 175 of 181) sorted by relevance

12345678

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dmmix-opc.c322 {"sync", O (0xfc), OP (sync), N},
/haiku-fatelf/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp254 if (timing.pixel_clock <= 0/* || timing.sync != 3*/)
267 if (timing.sync == 3) {
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevfs.cpp1601 uint8 event, selectsync* sync)
1611 return notify_select_event((selectsync*)sync, event);
1614 (selectsync*)sync);
1620 uint8 event, selectsync* sync)
1633 (selectsync*)sync);
1600 devfs_select(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, uint8 event, selectsync* sync) argument
1619 devfs_deselect(fs_volume* _volume, fs_vnode* _vnode, void* _cookie, uint8 event, selectsync* sync) argument
/haiku-fatelf/src/system/kernel/
H A Dthread.cpp2156 select_sync* sync = info->sync;
2160 put_select_sync(sync);
2598 // we need a sync reference
2599 atomic_add(&info->sync->ref_count, 1);
2628 // surrender sync reference
2629 put_select_sync(info->sync);
/haiku-fatelf/src/kits/interface/
H A DView.cpp164 // represent is already in sync with app_server - app_server uses the
1102 BView::SetViewCursor(const BCursor* cursor, bool sync) argument
1112 info.sync = sync;
1118 if (sync) {
2410 BView::ClipToPicture(BPicture* picture, BPoint where, bool sync) argument
2412 _ClipToPicture(picture, where, false, sync);
2417 BView::ClipToInversePicture(BPicture* picture, BPoint where, bool sync) argument
2419 _ClipToPicture(picture, where, true, sync);
5087 BView::_ClipToPicture(BPicture* picture, BPoint where, bool invert, bool sync) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/private/
H A DRequests.h619 selectsync* sync; member in class:UserlandFSUtil::SelectRequest
634 selectsync* sync; member in class:UserlandFSUtil::DeselectRequest
1256 selectsync* sync; member in class:UserlandFSUtil::NotifySelectEventRequest
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c612 if (edid_timing.pixel_clock <= 0/* || edid_timing.sync != 3*/)
630 if (edid_timing.sync == 3) {
/haiku-fatelf/src/bin/coreutils/src/
H A Ddf.c69 /* If true, invoke the `sync' system call before getting any usage data.
135 {"sync", no_argument, NULL, SYNC_OPTION},
136 {"no-sync", no_argument, NULL, NO_SYNC_OPTION},
831 --no-sync do not invoke sync before getting usage info (default)\n\
835 --sync invoke sync before getting usage info\n\
1035 sync ();
H A Dshred.c323 sync ();
957 * insist that it works: just fall back to a global sync in that case.
H A DMakefile.am116 sync \
/haiku-fatelf/src/servers/app/
H A DServerApp.cpp1058 // 3) port_id port to receive a reply. Only exists if the sync flag
1060 bool sync; local
1063 link.Read<bool>(&sync);
1083 if (sync) {
1140 if (info.sync) {
1141 // sync the client (it can now delete the cursor)
/haiku-fatelf/src/add-ons/kernel/bus_managers/ata/
H A DATADevice.cpp142 data.sync = false;
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp281 struct selectsync* sync);
283 struct selectsync* sync);
5599 struct selectsync* sync)
5601 FUNCTION(("file_select(%p, %u, %p)\n", descriptor, event, sync));
5607 return notify_select_event(sync, event);
5609 return FS_CALL(vnode, select, descriptor->cookie, event, sync);
5615 struct selectsync* sync)
5622 return FS_CALL(vnode, deselect, descriptor->cookie, event, sync);
7644 // Note: That's the easy way. Which is probably OK for sync(),
7700 if (HAS_FS_MOUNT_CALL(mount, sync))
5598 file_select(struct file_descriptor* descriptor, uint8 event, struct selectsync* sync) argument
5614 file_deselect(struct file_descriptor* descriptor, uint8 event, struct selectsync* sync) argument
[all...]
/haiku-fatelf/headers/private/userlandfs/private/
H A DRequests.h711 selectsync* sync; member in class:UserlandFSUtil::SelectRequest
726 selectsync* sync; member in class:UserlandFSUtil::DeselectRequest
1575 selectsync* sync; member in class:UserlandFSUtil::NotifySelectEventRequest
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2095 JUMP_INIT (sync, _IO_default_sync),
2117 JUMP_INIT (sync, _IO_default_sync),
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A DUserlandRequestHandler.cpp780 request->event, request->ref, request->sync);
805 request->event, request->sync);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c1157 ntfs_log_trace("Could not sync.\n");
1474 .sync = ntfs_device_win32_sync,
H A Dvolume.c198 if (dev->d_ops->sync(dev))
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp188 if (timing.sync == 3) {
189 // TODO: this switches the default sync when sync != 3 (compared to
/haiku-fatelf/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp599 scsiData.sync = false;
668 TRACE("out of memory when allocating sync request\n");
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp795 request->event, request->sync);
824 request->event, request->sync);
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1666 #define sync fssh_sync macro
/haiku-fatelf/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp635 cmd->sync = 0;
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeRef.cpp617 // kill off sync thread
2059 // play in sync with other nodes in the group, if the transport is
2223 err = m_positionThread->sync(when, position, B_INFINITE_TIMEOUT);
2227 "! NodeRef::_schedulePositionUpdate(): m_positionThread->sync() failed:\n"
/haiku-fatelf/src/servers/registrar/
H A DShutdownProcess.cpp1303 // sync
1304 sync();

Completed in 330 milliseconds

12345678