Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 25 of 186) sorted by relevance

12345678

/netbsd-src/tests/lib/libc/sys/
H A Dt_fsync.c62 ATF_REQUIRE(fsync(-i) == -1); in ATF_TC_BODY()
75 ATF_REQUIRE(fsync(fd[0]) == -1); in ATF_TC_BODY()
80 ATF_REQUIRE(fsync(fd[1]) == -1); in ATF_TC_BODY()
106 ATF_REQUIRE(fsync(fd) == 0); in ATF_TC_BODY()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore_sock.c78 if (fsync(SOCK(sp)) == -1) in socket_sync()
157 sp->fsync = socket_sync; in krb5_storage_from_socket()
H A Dstore_fd.c108 if (fsync(FD(sp)) == -1) in fd_sync()
183 sp->fsync = fd_sync; in krb5_storage_from_fd()
H A Dstore_mem.c150 sp->fsync = NULL; in krb5_storage_from_mem()
210 sp->fsync = NULL; in krb5_storage_from_readonly_mem()
H A Dstore-int.h45 int (*fsync)(struct krb5_storage_data*); member
/netbsd-src/sbin/clri/
H A Dclri.c152 (void)fsync(fd); in main()
205 (void)fsync(fd); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/fsstone/
H A Dfsstone.c94 if (fsync(fileno(fp))) in make_file()
119 if (fsync(fileno(fp))) in use_file()
/netbsd-src/lib/librumpuser/
H A Drumpuser_file.c229 fsync(fd); in rumpuser_close()
344 if (fsync(fd) == -1)
H A Drumpfiber_bio.c61 fsync(fd); in rumpuser_bio()
/netbsd-src/tests/kernel/
H A Dt_lockf.c138 fsync(fd); in ATF_TC_BODY()
231 fsync(fd); in ATF_TC_BODY()
/netbsd-src/bin/dd/
H A Ddd_hostops.c48 .op_fsync = fsync,
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dunistd.d2337 int fsync(int) @trusted;
2341 int fsync(int) @trusted;
2345 int fsync(int) @trusted;
2349 int fsync(int) @trusted;
2353 int fsync(int) @trusted;
2357 int fsync(int) @trusted;
2361 int fsync(int) @trusted;
2365 int fsync(int) @trusted;
2369 int fsync(int) @trusted;
2373 int fsync(int) @trusted;
/netbsd-src/lib/librefuse/refuse/
H A Dv21.h67 int (*fsync) (const char *, int); member
H A Dv11.h70 int (*fsync) (const char *, int); member
H A Dv23.h71 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dv22.h71 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dv28.h67 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dv25.h67 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dv34.h65 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dv35.h65 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dv29.h67 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dv26.h67 int (*fsync) (const char *, int, struct fuse_file_info *); member
H A Dv38.h65 int (*fsync) (const char *, int, struct fuse_file_info *); member
/netbsd-src/sys/arch/zaurus/stand/zbsdmod/
H A Dcompat_linux.h48 void (*fsync) (void); member
/netbsd-src/bin/rm/
H A Drm.c424 if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET)) \ in rm_overwrite()
448 if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET)) \ in rm_overwrite()

12345678