Home
last modified time | relevance | path

Searched refs:_fsync (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/build/libc-bootstrap/
H A Dnamespace.h44 #define _fsync(a) fsync(a) macro
/freebsd/lib/libc/include/
H A Dnamespace.h71 #define fsync _fsync
/freebsd/lib/libc/rpc/
H A Dclnt_generic.c429 if (_fsync(nfd) == -1) { in __rpc_raise_fd()
/freebsd/lib/libc/db/mpool/
H A Dmpool.c327 return (_fsync(mp->fd) ? RET_ERROR : RET_SUCCESS); in mpool_sync()
/freebsd/lib/libc/db/hash/
H A Dhash.c422 (void)_fsync(hashp->fp); in hdestroy()
459 if (hashp->fp != -1 && _fsync(hashp->fp) != 0) in hash_sync()
/freebsd/lib/libsys/
H A Dsyscalls.map142 _fsync;