Searched refs:SYNC (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/sys/mips/mips/
H A Dcache_mipsNN.c74 #define SYNC __asm volatile("sync; sync") macro
76 #define SYNC xlp_sync() macro
78 #define SYNC __asm volatile("sync") macro
177 SYNC;
200 SYNC;
223 SYNC;
246 SYNC;
354 SYNC;
376 SYNC;
398 SYNC;
[all...]
/freebsd-10.0-release/lib/libz/
H A Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon5720
H A Dinflate.c1219 case SYNC:
1391 if (state->mode != SYNC) {
1392 state->mode = SYNC;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon6480
H A Dinflate.c1149 case SYNC:
1303 if (state->mode != SYNC) {
1304 state->mode = SYNC;
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_segment.c73 DPRINTF(SYNC, ("%s: new segment %jx next %jx error %d\n",
174 DPRINTF(SYNC, ("%s: seg %p : initial settings: start %#jx size :%#x\n",
176 DPRINTF(SYNC, ("%s: seg->seg_num %#jx cno %#jx next %#jx\n", __func__,
314 DPRINTF(SYNC, ("%s: bp:%p\n", __func__, bp));
359 DPRINTF(SYNC, ("%s: bp %p\n", __func__, bp));
415 DPRINTF(SYNC, ("%s: bp (%p) number %x (left %x)\n",
437 DPRINTF(SYNC, ("%s: vp (%p): bp (%p) with lblkno %jx ino %jx "
467 DPRINTF(SYNC, ("%s: vp (%p): nblocks %x ino %jx\n",
583 DPRINTF(SYNC, ("%s: seg:%p segsum bp:%p data:%p\n",
601 DPRINTF(SYNC, ("
[all...]
H A Dnandfs_vfsops.c311 DPRINTF(SYNC, ("%s: last_used %d nandfs_sblocks_in_esize %d\n",
327 DPRINTF(SYNC, ("%s: offset %#jx s_last_pseg %#jx s_last_cno %#jx "
335 DPRINTF(SYNC, ("%s: read_block %#x\n", __func__, read_block));
380 DPRINTF(SYNC, ("%s: storing at %d\n", __func__, pos));
396 DPRINTF(SYNC, ("%s: fstp->last_used %d -> %d\n", __func__,
426 DPRINTF(SYNC, ("%s: skipping %d\n", __func__, j));
480 DPRINTF(SYNC, ("%s: i %d s_last_cno %jx s_magic %x "
1072 DPRINTF(SYNC, ("%s: %s\n", __func__, reasons[reason]));
1092 DPRINTF(SYNC, ("%s: cleaner finish\n", __func__));
1098 DPRINTF(SYNC, ("
[all...]
H A Dnandfs_subr.c150 DPRINTF(SYNC, ("%s: returning blocknr %jx -> segnum %jx\n", __func__,
966 DPRINTF(SYNC, ("%s: wakeup gc\n", __func__));
/freebsd-10.0-release/contrib/ntp/parseutil/
H A Ddcfd.c161 #define SYNC 0x02 macro
1126 if (sync_state == SYNC)
1710 if (sync_state == SYNC)
1775 if (sync_state == SYNC)
1805 * we had at least one minute SYNC - thus
1812 sync_state = SYNC;
/freebsd-10.0-release/sys/powerpc/aim/
H A Dmoea64_native.c130 #define SYNC() __asm __volatile("sync"); macro
/freebsd-10.0-release/lib/libz/test/
H A Dinfcover.c459 state->mode = SYNC; /* force an otherwise impossible situation */
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp707 case PPC::SYNC:
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dpmc_events.h4516 __PMC_EV(OCTEON, SYNC) \

Completed in 247 milliseconds