HomeSort by: relevance | last modified time | path
    Searched defs:SYNC (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
lock_stubs.S 43 #define SYNC sync
46 #define SYNC /* nothing */
63 SYNC
91 SYNC
175 SYNC
bus_dma.c 57 #define SYNC __asm volatile("msync" ::: "memory")
59 /* eieio is implemented as sync */
61 #define SYNC /* nothing */
64 #define SYNC __asm volatile("sync" ::: "memory")
635 SYNC; /* is this needed? */
663 __asm volatile("sync");
  /src/sys/arch/mips/mips/
cache_octeon.c 13 #define SYNC __asm volatile("sync")
38 SYNC;
47 SYNC;
57 SYNC;
66 SYNC;
76 SYNC;
86 SYNC;
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /src/common/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /src/external/gpl3/binutils/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /src/external/gpl3/binutils.old/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /src/external/gpl3/gdb/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /src/external/gpl3/gdb.old/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /src/sys/arch/powerpc/oea/
oea_machdep.c 315 #define SYNC 0x7c0004ac
419 * Sync the changed instructions.
429 * instructions into sync. This differs from the above in
431 * We sync the icache on every instruction found since there are
440 *ip = SYNC;
475 __asm volatile ("sync; mfmsr %0; ori %0,%0,%1; mtmsr %0; isync"
pmap.c 489 #define SYNC() __asm volatile("sync" ::: "memory")
552 SYNC();
563 SYNC();
570 SYNC();
574 SYNC();
753 SYNC();
756 SYNC();
780 SYNC();
801 SYNC();
    [all...]
  /src/sys/arch/sparc64/dev/
ffb.c 77 #define SYNC ffb_ras_wait(sc)
79 #define SYNC
699 SYNC;
731 SYNC;
744 SYNC;
757 SYNC;
800 SYNC;
811 SYNC;
822 SYNC;
1426 * VBE = VBS - vres = (sync pulse - 1) + back porc
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 139 SYNC /* looking for synchronization bytes to restart inflate() */
2007 case SYNC:
2156 if (state->mode != SYNC) {
2157 state->mode = SYNC;
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 163 #define SYNC 0x02
1143 if (sync_state == SYNC)
1693 if (sync_state == SYNC)
1758 if (sync_state == SYNC)
1788 * we had at least one minute SYNC - thus
1795 sync_state = SYNC;
  /src/sys/arch/hppa/hppa/
db_disasm.c 629 #define SYNC 0x00, 0x20, 19, 8 /* SYNCHRONIZE DATA CACHE */
1121 { SYNC, 0, "sync", 0 },
  /src/external/mpl/bind/dist/bin/named/
server.c 10885 * argument before the zone name, as in "rndc sync [-clean] zone".)
12873 * Act on a "sync" command from the command channel.
12972 ISC_LOG_INFO, "sync: dumping zone '%s/%s'%s%s%s: %s", zonename,
16394 enum { NONE, STAT, REFRESH, SYNC, DESTROY } opt = NONE;
16416 } else if (strcasecmp(cmd, "sync") == 0) {
16417 opt = SYNC;
16478 case SYNC:

Completed in 33 milliseconds