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

12345678

/haiku-fatelf/src/bin/coreutils/lib/
H A Dutimens.c209 sync ();
/haiku-fatelf/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-fatelf/src/system/kernel/fs/
H A Dsocket.cpp266 struct selectsync *sync)
268 return sStackInterface->select(descriptor->u.socket, event, sync);
274 struct selectsync *sync)
276 return sStackInterface->deselect(descriptor->u.socket, event, sync);
265 socket_select(struct file_descriptor *descriptor, uint8 event, struct selectsync *sync) argument
273 socket_deselect(struct file_descriptor *descriptor, uint8 event, struct selectsync *sync) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dudf.cpp69 uint32 ref, selectsync *sync);
71 selectsync *sync);
185 udf_sync, // sync
520 udf_select(void *ns, void *node, void *cookie, uint8 event, uint32 ref, selectsync *sync)
523 // FUNCTION_START(("event: %d, ref: %lu, sync: %p\n", event, ref, sync));
529 udf_deselect(void *ns, void *node, void *cookie, uint8 event, selectsync *sync)
/haiku-fatelf/build/scripts/
H A Dbuild_haiku_image372 $fsShellCommand sync
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DVolume.cpp904 selectsync* sync)
922 request->sync = sync;
924 error = fFileSystem->AddSelectSyncEntry(sync);
932 fFileSystem->RemoveSelectSyncEntry(sync);
938 fFileSystem->RemoveSelectSyncEntry(sync);
946 Volume::Deselect(void* node, void* cookie, uint8 event, selectsync* sync) argument
949 SyncRemover(FileSystem* fs, selectsync* sync) argument
950 : fs(fs), sync(sync) {}
903 Select(void* node, void* cookie, uint8 event, uint32 ref, selectsync* sync) argument
954 selectsync* sync; member in struct:SyncRemover
[all...]
/haiku-fatelf/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)
1775 TRACE_VOLUME("relaying volume op: sync\n");
1776 if (volume->super_volume->ops->sync != NULL)
1777 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-fatelf/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp872 socket_request_notification(net_socket* _socket, uint8 event, selectsync* sync) argument
878 status_t status = add_select_sync_pool_entry(&socket->select_pool, sync,
895 notify_select_event(sync, event);
903 notify_select_event(sync, event);
916 socket_cancel_notification(net_socket* _socket, uint8 event, selectsync* sync) argument
921 return remove_select_sync_pool_entry(&socket->select_pool, sync, event);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dkernel_interface_r5.cpp68 uint32 ref, selectsync *sync);
70 selectsync *sync);
186 &bfs_sync, // sync
722 // ToDo: sync the cache for this file!
846 bfs_select(void *ns, void *node, void *cookie, uint8 event, uint32 ref, selectsync *sync) argument
848 FUNCTION_START(("event = %d, ref = %lu, sync = %p\n", event, ref, sync));
849 notify_select_event(sync, ref);
856 bfs_deselect(void *ns, void *node, void *cookie, uint8 event, selectsync *sync) argument
/haiku-fatelf/headers/cpp/
H A Dstreambuf.h368 virtual int sync();
450 virtual int sync();
H A Diostream.h198 int sync ();
/haiku-fatelf/headers/private/drivers/
H A Dscsi_cmds.h262 sync : 1, // 1 = supports synchronous transfers
1069 sync : 1 // if 1, include sync field from sector
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk31 # versions of 'man' on Linux leave no margin (and make it harder to sync with
/haiku-fatelf/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-fatelf/src/bin/coreutils/src/
H A Dsystem.h502 # define sync() /* empty */ macro
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_asm.S173 sync
/haiku-fatelf/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.c874 JUMP_INIT(sync, (_IO_sync_t) INTUSE(_IO_wfile_sync)),
901 JUMP_INIT(sync, (_IO_sync_t) INTUSE(_IO_wfile_sync)),
925 JUMP_INIT(sync, (_IO_sync_t) INTUSE(_IO_wfile_sync)),
H A Dfileops.c1579 JUMP_INIT(sync, _IO_new_file_sync),
1605 JUMP_INIT(sync, _IO_file_sync_mmap),
1629 JUMP_INIT(sync, _IO_new_file_sync),
/haiku-fatelf/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-fatelf/src/kits/app/
H A DApplication.cpp818 // forces the cursor to be sync'ed
823 BApplication::SetCursor(const BCursor *cursor, bool sync) argument
827 link.Attach<bool>(sync);
830 if (sync) {
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1754 selectsync *sync)
1756 OVERLAY_CALL(select, cookie, event, sync)
1762 selectsync *sync)
1764 OVERLAY_CALL(deselect, cookie, event, sync)
2335 TRACE_VOLUME("relaying volume op: sync\n");
2336 if (volume->super_volume->ops->sync != NULL)
2337 return volume->super_volume->ops->sync(volume->super_volume);
1753 overlay_select(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
1761 overlay_deselect(fs_volume *volume, fs_vnode *vnode, void *cookie, uint8 event, selectsync *sync) argument
/haiku-fatelf/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp71 virtual status_t Select(void* cookie, uint8 event, selectsync* sync);
1370 LegacyDevice::Select(void* cookie, uint8 event, selectsync* sync) argument
1372 return Hooks()->select(cookie, event, 0, sync);
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dscsi2ata.c331 data.sync = false;

Completed in 360 milliseconds

12345678