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

12345678

/freebsd-10-stable/bin/sync/
H A DMakefile4 PROG= sync
5 MAN= sync.8
H A Dsync.c38 static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
50 sync();
/freebsd-10-stable/etc/
H A Drc.suspend56 /bin/sync && /bin/sync && /bin/sync
H A Drc.resume56 /bin/sync && /bin/sync && /bin/sync
H A Drpc47 sync 100104 na.sync
/freebsd-10-stable/usr.sbin/bhyve/
H A Dmevent_test.c120 struct esync *sync = param; local
122 pthread_mutex_lock(&sync->e_mt);
123 pthread_cond_signal(&sync->e_cond);
124 pthread_mutex_unlock(&sync->e_mt);
130 struct esync sync; local
136 pthread_mutex_init(&sync.e_mt, NULL);
137 pthread_cond_init(&sync.e_cond, NULL);
139 pthread_mutex_lock(&sync.e_mt);
141 mev = mevent_add(fd, EVF_READ, echoer_callback, &sync);
147 while (!pthread_cond_wait(&sync
[all...]
/freebsd-10-stable/sys/amd64/include/xen/
H A Dxenpmap.h112 #define PT_SET_VA(_ptp,_npte,sync) do { \
117 #define PT_SET_VA_MA(_ptp,_npte,sync) do { \
122 #define PT_CLEAR_VA(_ptp, sync) do { \
128 #define PD_SET_VA(_pmap, _ptp, _npte, sync) do { \
131 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
133 #define PD_SET_VA_MA(_pmap, _ptp, _npte, sync) do { \
136 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
138 #define PD_CLEAR_VA(_pmap, _ptp, sync) do { \
141 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
146 #define PT_SET_VA(_ptp,_npte,sync) d
[all...]
/freebsd-10-stable/sys/i386/include/xen/
H A Dxenpmap.h117 #define PT_SET_VA(_ptp,_npte,sync) do { \
122 #define PT_SET_VA_MA(_ptp,_npte,sync) do { \
127 #define PT_CLEAR_VA(_ptp, sync) do { \
133 #define PD_SET_VA(_pmap, _ptp, _npte, sync) do { \
136 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
138 #define PD_SET_VA_MA(_pmap, _ptp, _npte, sync) do { \
141 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
143 #define PD_CLEAR_VA(_pmap, _ptp, sync) do { \
146 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
151 #define PT_SET_VA(_ptp,_npte,sync) d
[all...]
/freebsd-10-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-10-stable/etc/rc.d/
H A Dmountcritlocal14 stop_cmd=sync
H A Dsavecore73 sync
/freebsd-10-stable/sys/vm/
H A Dvnode_pager.h46 int count, boolean_t sync,
/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dstart.S86 sync
149 sync
151 sync
159 sync
161 sync
/freebsd-10-stable/release/arm/
H A DCUBOX-HUMMINGBOARD.conf27 of=/dev/${mddev} bs=512 seek=2 conv=sync
35 sync
H A DWANDBOARD.conf27 of=/dev/${mddev} bs=512 seek=2 conv=sync
39 sync
/freebsd-10-stable/contrib/amd/scripts/
H A Dam-eject.in35 sync
/freebsd-10-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-10-stable/usr.bin/svn/svnsync/
H A DMakefile9 PROG= svn${SVNLITE}sync
11 SRCS= svnsync.c sync.c
/freebsd-10-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h104 sync();
/freebsd-10-stable/sys/mips/sentry5/
H A Ds5reg.h54 S5_RDRW32_C0P0_CUST22(sync, S5_CP0_SYNC);
/freebsd-10-stable/tools/regression/tmpfs/
H A Dt_sizes82 sync
85 sync
/freebsd-10-stable/bin/
H A DMakefile39 sync \
/freebsd-10-stable/usr.sbin/crunch/examples/
H A Dfilesystem.conf7 progs sh expr ls mkdir rm sync test
/freebsd-10-stable/sys/gnu/dts/arm/
H A Datlas6-evb.dts73 sync = <3>;
H A Domap3-n950-n9.dtsi130 gpmc,sync-read;
131 gpmc,sync-write;
158 gpmc,sync-clk-ps = <15000>;

Completed in 127 milliseconds

12345678