HomeSort by: relevance | last modified time | path
    Searched refs:SYNC (Results 1 - 25 of 38) sorted by relevancy

1 2

  /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() */
inflate.c 1149 case SYNC:
1303 if (state->mode != SYNC) {
1304 state->mode = SYNC;
  /src/external/gpl3/binutils/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
inflate.c 101 state->mode < HEAD || state->mode > SYNC)
1230 case SYNC:
1388 if (state->mode != SYNC) {
1389 state->mode = SYNC;
  /src/external/gpl3/binutils.old/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
inflate.c 114 state->mode < HEAD || state->mode > SYNC)
1265 case SYNC:
1439 if (state->mode != SYNC) {
1440 state->mode = SYNC;
  /src/external/gpl3/gdb/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
inflate.c 101 state->mode < HEAD || state->mode > SYNC)
1230 case SYNC:
1388 if (state->mode != SYNC) {
1389 state->mode = SYNC;
  /src/external/gpl3/gdb.old/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
inflate.c 114 state->mode < HEAD || state->mode > SYNC)
1265 case SYNC:
1439 if (state->mode != SYNC) {
1440 state->mode = SYNC;
  /src/common/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
inflate.c 97 state->mode < HEAD || state->mode > SYNC)
1128 case SYNC:
1286 if (state->mode != SYNC) {
1287 state->mode = SYNC;
  /src/sys/dev/ic/
wd33c93.c 278 * SS = Bitmask to disable Sync negotiation
342 * sync transfer periods in 4ns units.
360 SBIC_DEBUG(SYNC, ("available sync periods: %d %d %d %d %d %d %d\n",
370 SBIC_DEBUG(SYNC, ("available fast sync periods: %d %d %d\n",
376 /* Max Sync Offset */
443 * Setup sync mode for given target
455 SBIC_DEBUG(SYNC, ("wd33c93_setsync: sync reg = 0x%02x\n", syncreg))
    [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;
1447 * VBE = VBS - vres = (sync pulse - 1) + back porc
    [all...]
  /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/fs/udf/
udf_vnops.c 2057 DPRINTF(SYNC, ("udf_fsync called on %p : %s, %s\n",
2096 DPRINTF(SYNC, ("udf_fsync %p, rejecting on v_numoutput\n", udf_node));
2100 DPRINTF(SYNC, ("udf_fsync %p, rejecting on outstanding_bufs\n", udf_node));
2104 DPRINTF(SYNC, ("udf_fsync %p, rejecting on outstanding_nodedscr\n", udf_node));
2111 DPRINTF(SYNC, ("udf_fsync %p, waiting\n", udf_node));
2114 DPRINTF(SYNC, ("udf_fsync %p, v_numoutput %d\n", udf_node, vp->v_numoutput));
2118 DPRINTF(SYNC, ("udf_fsync %p, fin wait\n", udf_node));
2122 DPRINTF(SYNC, ("udf_fsync %p, writeout node\n", udf_node));
2127 /* TODO/XXX if ap->a_flags & FSYNC_CACHE, we ought to do a disc sync */
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 2557 fputs ("SYNC TEAM", dumpfile);
2561 fputs ("SYNC ALL ", dumpfile);
2575 fputs ("SYNC MEMORY ", dumpfile);
2589 fputs ("SYNC IMAGES image-set=", dumpfile);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 2398 fputs ("SYNC TEAM", dumpfile);
2402 fputs ("SYNC ALL ", dumpfile);
2416 fputs ("SYNC MEMORY ", dumpfile);
2430 fputs ("SYNC IMAGES image-set=", dumpfile);
  /src/sys/arch/powerpc/oea/
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/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/gpl3/gcc/dist/gcc/config/arc/
builtins.def 37 DEF_BUILTIN (SYNC, 0, void_ftype_void, sync, 1)
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
builtins.def 37 DEF_BUILTIN (SYNC, 0, void_ftype_void, sync, 1)

Completed in 79 milliseconds

1 2