Searched refs:sync (Results 126 - 150 of 183) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/ce/
H A Dtau32-ddk.h254 #define TAU32_RLOS 0x0002u /* receive sync lost */
294 unsigned __int32 osc, sync; member in union:tag_TAU32_tsc
/freebsd-11-stable/sys/dev/buslogic/
H A Dbtreg.h238 sync : 1; member in struct:__anon9336
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S408 sync
568 sync
664 sync
843 sync
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1565 service->sync = 0;
1568 if (service->sync &&
1592 service->sync ? VCHIQ_SRVSTATE_OPENSYNC
2152 /* Called by the sync thread */
2223 service->sync = 1;
2580 service->sync = 0;
2744 if (service->sync) {
2960 if (service->sync)
2973 if (service->sync)
3634 service->sync
[all...]
/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.c2017 int i, rl, sync[16], done; local
2078 sync[i] = 1;
2083 if (sync[i]) {
2085 sync[i] = 0;
/freebsd-11-stable/sys/arm/arm/
H A Dcpufunc_asm_armv7.S348 isb @ instruction sync barrier
/freebsd-11-stable/sbin/umount/
H A Dumount.c139 sync();
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A Dsmdb1.c302 return db->sync(db, flags);
H A Dsmdb2.c348 return db2_error_to_smdb(db->sync(db, flags));
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk61 # versions of 'man' leave no margin (and make it harder to sync with pages).
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf16 progs ln ls mkdir mt mv ps pwd rcp rm rmail rmdir sh sleep stty sync test
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk49 # DPLIBS helps us ensure we keep DPADD and LDADD in sync
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc307 sync.2 \
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_jupiter.c961 /* Search for the sync short if missing */
964 if (getshort(hp->sync) != JUPITER_SYNC) {
965 /* Wasn't at the front, sync up */
996 if (size < cc || hp->sync != JUPITER_SYNC)
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c42 #include "sync.h"
121 { "synchronize", synchronize_cmd, { "sync" }, {N_(
207 "see --source-username and --sync-username)") },
211 "see --source-password and --sync-password)") },
217 "--sync-trust-server-cert-failures=unknown-ca")},
238 {"sync-trust-server-cert-failures", svnsync_opt_trust_server_cert_failures_dst, 1,
248 {"sync-username", svnsync_opt_sync_username, 1,
249 N_("connect to sync repository with username ARG") },
250 {"sync-password", svnsync_opt_sync_password, 1,
251 N_("connect to sync repositor
701 copy_revprops(svn_ra_session_t *from_session, svn_ra_session_t *to_session, svn_revnum_t rev, svn_boolean_t sync, svn_boolean_t skip_unchanged, svn_boolean_t quiet, const char *source_prop_encoding, int *normalized_count, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch77 } # ' re-sync emacs fontification
83 print @ctime'DoW if 0; # ' re-sync emacs fontification
1106 ;# but I have to proccess two arrays in sync, non-destructively
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_drv.h494 extern void ironlake_edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync);
/freebsd-11-stable/sbin/dump/
H A Dmain.c437 sync();
/freebsd-11-stable/sbin/quotacheck/
H A Dquotacheck.c323 sync();
/freebsd-11-stable/lib/libc/db/test/btree.tests/
H A Dmain.c241 if ((db->sync)(db) == RET_ERROR)
/freebsd-11-stable/lib/libc/db/test/
H A Ddbtest.c218 case 'S': /* sync */
449 switch (dbp->sync(dbp, flags)) {
/freebsd-11-stable/sys/dev/iir/
H A Diir.h542 } sync; member in union:__anon10275::__anon10276
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c235 case 'S': /* sync */
461 switch ((*dbp->sync)(dbp, flags)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp25 #include <objc/objc-sync.h>
459 // Unfortunately, the interceptors cannot simply Acquire/Release some sync
461 // the sync and the destruction of the object. Calling both under a lock will
/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c1681 int error, su, sync; local
1685 sync = 0;
1765 sync++;
1830 sync++;
1833 if (sync && (su || pmap == PCPU_GET(curpmap))) {
1835 sync = 0;
2967 * Write it out to the TLB. Should really re-sync with other

Completed in 375 milliseconds

12345678