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

123456

/haiku/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/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/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/src/add-ons/kernel/drivers/graphics/vesa/
H A Dpatch.cpp70 timing.sync = 3;
/haiku/src/servers/app/
H A DServerApp.cpp1085 // 3) port_id port to receive a reply. Only exists if the sync flag
1087 bool sync; local
1090 link.Read<bool>(&sync);
1104 if (sync) {
1152 if (info.sync) {
1153 // sync the client (it can now delete the cursor)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp795 request->event, request->sync);
824 request->event, request->sync);
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c157 int sync);
197 tulip_dequeue_mbuf(tulip_ringinfo_t *ri, tulip_descinfo_t *di, int sync) argument
203 switch (sync) {
213 panic("bad sync flag: %d", sync);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp780 scsiData.sync = false;
881 ERROR("out of memory when allocating sync request\n");
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp1368 // sync
1369 sync();
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1693 #define sync fssh_sync macro
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.c207 if (dev->d_ops->sync(dev))
H A Dwin32_io.c1595 ntfs_log_trace("Could not sync.\n");
1953 .sync = ntfs_device_win32_sync,
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp636 cmd->sync = 0;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp614 // kill off sync thread
2079 // play in sync with other nodes in the group, if the transport is
2243 err = m_positionThread->sync(when, position, B_INFINITE_TIMEOUT);
2247 "! NodeRef::_schedulePositionUpdate(): m_positionThread->sync() failed:\n"
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2540 void sync() {} function
H A Dlibroot_stubs_legacy.c2532 void sync() {} function
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4878 if (HAS_FS_MOUNT_CALL(mount, sync))
4879 status = FS_MOUNT_CALL_NO_PARAMS(mount, sync);
5133 fssh_dprintf("sync: device %d couldn't sync: %s\n", (int)device, fssh_strerror(status));
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp1320 // Set LVDS sync polarity
2643 if (timing.sync == 3) {
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c4229 /* mft_bitmap is not modified in mkntfs; no need to sync it later. */
4791 * No need to sync $MFT/$BITMAP as that has never been modified since
4832 if (g_vol->dev->d_ops->sync(g_vol->dev)) {

Completed in 267 milliseconds

123456