Searched refs:sync (Results 1 - 25 of 183) sorted by relevance

12345678

/freebsd-11-stable/bin/sync/
H A DMakefile5 PROG= sync
6 MAN= sync.8
H A Dsync.c38 static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
50 sync();
/freebsd-11-stable/etc/
H A Drc.suspend56 /bin/sync && /bin/sync && /bin/sync
H A Drc.resume56 /bin/sync && /bin/sync && /bin/sync
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmevent_test.c122 struct esync *sync = param; local
124 pthread_mutex_lock(&sync->e_mt);
125 pthread_cond_signal(&sync->e_cond);
126 pthread_mutex_unlock(&sync->e_mt);
132 struct esync sync; local
138 pthread_mutex_init(&sync.e_mt, NULL);
139 pthread_cond_init(&sync.e_cond, NULL);
141 pthread_mutex_lock(&sync.e_mt);
143 mev = mevent_add(fd, EVF_READ, echoer_callback, &sync);
149 while (!pthread_cond_wait(&sync
[all...]
/freebsd-11-stable/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in41 my $sync = $info->{status_line}{sync};
43 if ($leap =~ /(sync|leap)_alarm/) {
50 # We could check $sync here to make sure we like the source...
/freebsd-11-stable/release/arm/
H A DWANDBOARD.conf25 of=/dev/${mddev} bs=512 seek=2 conv=sync
29 sync
H A DCUBIEBOARD2.conf25 of=/dev/${mddev} bs=1k seek=8 conv=sync
29 sync
H A DCUBIEBOARD.conf24 of=/dev/${mddev} bs=1k seek=8 conv=sync
28 sync
H A DCUBOX-HUMMINGBOARD.conf25 of=/dev/${mddev} bs=512 seek=2 conv=sync
29 sync
H A DBANANAPI.conf25 of=/dev/${mddev} bs=1k seek=8 conv=sync
29 sync
H A DPANDABOARD.conf27 sync
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_synctask.c56 * If 'sync' is false, executes a dry run and returns the error code.
59 * (meaning we are running a zfs.sync function in open-context) then we
68 dsl_syncfunc_t *syncfunc, void *arg, boolean_t sync, const char *err_dsname)
74 if (!sync)
78 return (luaL_error(state, "running functions from the zfs.sync "
79 "submodule requires passing sync=TRUE to "
119 zcp_synctask_destroy(lua_State *state, boolean_t sync, nvlist_t *err_details) argument
142 dsl_destroy_snapshot_sync, &ddsa, sync, dsname);
148 dsl_destroy_head_sync, &ddha, sync, dsname);
170 zcp_synctask_promote(lua_State *state, boolean_t sync, nvlist_ argument
67 zcp_sync_task(lua_State *state, dsl_checkfunc_t *checkfunc, dsl_syncfunc_t *syncfunc, void *arg, boolean_t sync, const char *err_dsname) argument
207 zcp_synctask_rollback(lua_State *state, boolean_t sync, nvlist_t *err_details) argument
240 zcp_synctask_snapshot(lua_State *state, boolean_t sync, nvlist_t *err_details) argument
294 boolean_t sync = lua_toboolean(state, lua_upvalueindex(2)); local
337 zcp_load_synctask_lib(lua_State *state, boolean_t sync) argument
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dmountcritlocal15 stop_cmd=sync
H A Dsavecore75 sync
/freebsd-11-stable/sys/dev/proto/
H A Dproto_dev.h81 } sync; member in union:proto_ioc_busdma::__anon11571
/freebsd-11-stable/contrib/amd/scripts/
H A Dam-eject.in35 sync
/freebsd-11-stable/release/sparc64/
H A Dmkisoimages.sh56 dd if="$BASEBITSDIR/boot/boot1" of="$BOOTFSIMG" bs=512 conv=notrunc,sync
71 dd if="$NAME.tmp" of="$NAME" bs="${CYLSIZE}b" conv=notrunc,sync
72 dd if="$BOOTFSIMG" of="$NAME" bs="${CYLSIZE}b" seek=$ISOCYLS conv=notrunc,sync
74 dd if=/dev/zero of="$NAME" bs="${CYLSIZE}b" seek=$ENDCYL count=2 conv=notrunc,sync
/freebsd-11-stable/usr.bin/svn/svnsync/
H A DMakefile9 PROG= svn${SVNLITE}sync
12 sync.c
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h104 sync();
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_sizes82 sync
85 sync
/freebsd-11-stable/bin/
H A DMakefile39 sync \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmutex.h18 #include <lib/sync/mutex.h> // for sync_mutex_t
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp28 FdSync *sync; member in struct:__tsan::FdDesc
99 if (d->sync) {
100 unref(thr, pc, d->sync);
101 d->sync = 0;
106 d->sync = s;
109 d->sync = &fdctx.globsync;
164 FdSync *s = d->sync;
175 FdSync *s = d->sync;
212 unref(thr, pc, d->sync);
213 d->sync
[all...]
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dfilesystem.conf7 progs sh expr ls mkdir rm sync test

Completed in 238 milliseconds

12345678