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

/freebsd-11-stable/sys/mips/mips/
H A Dcache_mipsNN.c80 #define SYNC __asm volatile("sync; sync") macro
82 #define SYNC xlp_sync() macro
84 #define SYNC __asm volatile("sync") macro
192 SYNC;
215 SYNC;
238 SYNC;
261 SYNC;
284 SYNC;
307 SYNC;
458 SYNC;
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon7878
H A Dinflate.c1149 case SYNC:
1303 if (state->mode != SYNC) {
1304 state->mode = SYNC;
/freebsd-11-stable/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",
588 DPRINTF(SYNC, ("%s: seg:%p segsum bp:%p data:%p\n",
606 DPRINTF(SYNC, ("
[all...]
H A Dnandfs_vfsops.c313 DPRINTF(SYNC, ("%s: last_used %d nandfs_sblocks_in_esize %d\n",
329 DPRINTF(SYNC, ("%s: offset %#jx s_last_pseg %#jx s_last_cno %#jx "
337 DPRINTF(SYNC, ("%s: read_block %#x\n", __func__, read_block));
382 DPRINTF(SYNC, ("%s: storing at %d\n", __func__, pos));
398 DPRINTF(SYNC, ("%s: fstp->last_used %d -> %d\n", __func__,
428 DPRINTF(SYNC, ("%s: skipping %d\n", __func__, j));
482 DPRINTF(SYNC, ("%s: i %d s_last_cno %jx s_magic %x "
1080 DPRINTF(SYNC, ("%s: %s\n", __func__, reasons[reason]));
1100 DPRINTF(SYNC, ("%s: cleaner finish\n", __func__));
1106 DPRINTF(SYNC, ("
[all...]
H A Dnandfs_subr.c150 DPRINTF(SYNC, ("%s: returning blocknr %jx -> segnum %jx\n", __func__,
964 DPRINTF(SYNC, ("%s: wakeup gc\n", __func__));
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h52 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon4337
H A Dinflate.c114 state->mode < HEAD || state->mode > SYNC)
1242 case SYNC:
1414 if (state->mode != SYNC) {
1415 state->mode = SYNC;
/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c161 #define SYNC 0x02 macro
1140 if (sync_state == SYNC)
1687 if (sync_state == SYNC)
1752 if (sync_state == SYNC)
1782 * we had at least one minute SYNC - thus
1789 sync_state = SYNC;
/freebsd-11-stable/sys/powerpc/aim/
H A Dmoea64_native.c125 #define SYNC() __asm __volatile("sync"); macro
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c459 state->mode = SYNC; /* force an otherwise impossible situation */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp801 MI = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SYNC)).addImm(0);
/freebsd-11-stable/sys/dev/hwpmc/
H A Dpmc_events.h6752 __PMC_EV(OCTEON, SYNC) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5606 case Mips::SYNC:

Completed in 304 milliseconds