HelenOS sources

sync              130 uspace/app/terminal/terminal.c 	.sync = term_sync,
sync               76 uspace/lib/console/include/io/con_srv.h 	void (*sync)(con_srv_t *);
sync              140 uspace/lib/console/src/con_srv.c 	if (srv->srvs->ops->sync == NULL) {
sync              145 uspace/lib/console/src/con_srv.c 	srv->srvs->ops->sync(srv);
sync              186 uspace/lib/cpp/include/__bits/io/ios.hpp             static bool sync_with_stdio(bool sync = true)
sync              189 uspace/lib/cpp/include/__bits/io/ios.hpp                 sync_ = sync;
sync               95 uspace/lib/cpp/include/__bits/io/streambuf.hpp                 return sync();
sync             1499 uspace/lib/ext4/src/ops.c 	.sync = ext4_sync
sync              245 uspace/lib/fs/libfs.c 	rc = vfs_out_ops->sync(service_id, index);
sync               54 uspace/lib/fs/libfs.h 	errno_t (*sync)(service_id_t, fs_index_t);
sync             1433 uspace/srv/fs/cdfs/cdfs_ops.c 	.sync = cdfs_sync
sync             1625 uspace/srv/fs/exfat/exfat_ops.c 	.sync = exfat_sync,
sync             1571 uspace/srv/fs/fat/fat_ops.c 	.sync = fat_sync,
sync              779 uspace/srv/fs/locfs/locfs_ops.c 	.sync = locfs_sync,
sync             1269 uspace/srv/fs/mfs/mfs_ops.c 	.sync = mfs_sync,
sync              664 uspace/srv/fs/tmpfs/tmpfs_ops.c 	.sync = tmpfs_sync,
sync              557 uspace/srv/fs/udf/udf_ops.c 	.sync = udf_sync
sync              170 uspace/srv/hid/console/console.c 	.sync = cons_sync,
sync              109 uspace/srv/hid/remcons/remcons.c 	.sync = remcons_sync,
HelenOS homepage, sources at GitHub