Searched refs:sync (Results 576 - 600 of 677) sorted by relevance

<<2122232425262728

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java462 public void sync(int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_sync(swigCPtr, this, flags); } method in class:Db
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i491 db_ret_t sync(u_int32_t flags) {
492 return self->sync(self, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_mp.c95 return (_ReturnSetup(interp, ret, DB_RETOK_STD(ret), "memp sync"));
517 ret = mp->sync(mp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_8xx.S765 sync /* wait for tlbia/tlbie to finish */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-ecovec24/
H A Dsetup.c240 .sync = 0, /* hsync and vsync are active low */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7724/
H A Dsetup.c144 .sync = 0, /* hsync and vsync are active low */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dohci1394.c1023 static int ohci_iso_recv_start(struct hpsb_iso *iso, int cycle, int tag_mask, int sync);
1281 static int ohci_iso_recv_start(struct hpsb_iso *iso, int cycle, int tag_mask, int sync) argument
1330 if (sync != -1) {
1331 /* set sync flag on first DMA descriptor */
1335 /* match sync field */
1336 contextMatch |= (sync&0xf)<<8;
1580 /* sync our view of the block */
1637 /* sync our view of the buffer */
1890 /* sync up the card's view of the buffer */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h313 union snd_pcm_sync_id sync; /* hardware synchronization ID */ member in struct:snd_pcm_runtime
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h1144 * @sync: set to %true when there were no new events since last EV_SYN
1207 bool sync; member in struct:input_dev
1217 * Verify that we are in sync with input_device_id mod_devicetable.h #defines
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DMakefile311 sync.py \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-brcm-hnd/
H A Dboard_ns.c475 outer_cache.sync = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_osf.c712 sync();
H A Dfsck_minix.c1316 /*sync(); paranoia? */
1385 sync();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth.c3183 TRACE(("gdth_interrupt() sync. status\n"));
3409 ha->dvr.size = sizeof(ha->dvr.eu.sync);
3410 ha->dvr.eu.sync.ionode = ha->hanum;
3411 ha->dvr.eu.sync.service = service;
3412 ha->dvr.eu.sync.status = ha->status;
3413 ha->dvr.eu.sync.info = ha->info;
3414 ha->dvr.eu.sync.hostdrive = t;
4080 evt.event.event_data.size=sizeof(evt.event.event_data.eu.sync);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex36 A codebook begins with a 24 bit sync pattern, 0x564342:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h563 * by checkpoint or sync threads when using DB_MPOOLFILE structures
606 int (*sync) __P((DB_MPOOLFILE *)); member in struct:__db_mpoolfile
806 #define TXN_NOSYNC 0x0040 /* Do not sync on prepare and commit. */
813 #define TXN_SYNC 0x2000 /* Write and sync on prepare/commit. */
948 u_int32_t st_startup_complete; /* Site completed client sync-up. */
1480 int (*sync) __P((DB *, u_int32_t)); member in struct:__db
1526 #define DB_AM_INMEM 0x00000800 /* In-memory; no sync on close */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h552 * by checkpoint or sync threads when using DB_MPOOLFILE structures
595 int (*sync) __P((DB_MPOOLFILE *)); member in struct:__db_mpoolfile
795 #define TXN_NOSYNC 0x0040 /* Do not sync on prepare and commit. */
802 #define TXN_SYNC 0x2000 /* Write and sync on prepare/commit. */
937 u_int32_t st_startup_complete; /* Site completed client sync-up. */
1469 int (*sync) __P((DB *, u_int32_t)); member in struct:__db
1515 #define DB_AM_INMEM 0x00000800 /* In-memory; no sync on close */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h573 * by checkpoint or sync threads when using DB_MPOOLFILE structures
616 int (*sync) __P((DB_MPOOLFILE *)); member in struct:__db_mpoolfile
816 #define TXN_NOSYNC 0x0040 /* Do not sync on prepare and commit. */
823 #define TXN_SYNC 0x2000 /* Write and sync on prepare/commit. */
958 u_int32_t st_startup_complete; /* Site completed client sync-up. */
1490 int (*sync) __P((DB *, u_int32_t)); member in struct:__db
1536 #define DB_AM_INMEM 0x00000800 /* In-memory; no sync on close */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h561 * by checkpoint or sync threads when using DB_MPOOLFILE structures
604 int (*sync) __P((DB_MPOOLFILE *)); member in struct:__db_mpoolfile
804 #define TXN_NOSYNC 0x0040 /* Do not sync on prepare and commit. */
811 #define TXN_SYNC 0x2000 /* Write and sync on prepare/commit. */
946 u_int32_t st_startup_complete; /* Site completed client sync-up. */
1478 int (*sync) __P((DB *, u_int32_t)); member in struct:__db
1524 #define DB_AM_INMEM 0x00000800 /* In-memory; no sync on close */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h600 * by checkpoint or sync threads when using DB_MPOOLFILE structures
643 int (*sync) __P((DB_MPOOLFILE *)); member in struct:__db_mpoolfile
843 #define TXN_NOSYNC 0x0040 /* Do not sync on prepare and commit. */
850 #define TXN_SYNC 0x2000 /* Write and sync on prepare/commit. */
985 u_int32_t st_startup_complete; /* Site completed client sync-up. */
1517 int (*sync) __P((DB *, u_int32_t)); member in struct:__db
1563 #define DB_AM_INMEM 0x00000800 /* In-memory; no sync on close */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h600 * by checkpoint or sync threads when using DB_MPOOLFILE structures
643 int (*sync) __P((DB_MPOOLFILE *)); member in struct:__db_mpoolfile
843 #define TXN_NOSYNC 0x0040 /* Do not sync on prepare and commit. */
850 #define TXN_SYNC 0x2000 /* Write and sync on prepare/commit. */
985 u_int32_t st_startup_complete; /* Site completed client sync-up. */
1517 int (*sync) __P((DB *, u_int32_t)); member in struct:__db
1563 #define DB_AM_INMEM 0x00000800 /* In-memory; no sync on close */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/bridges/
H A Dvme_tsi148.c404 int state, int sync)
422 if (sync != 0) {
403 tsi148_irq_set(struct vme_bridge *tsi148_bridge, int level, int state, int sync) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcirrusfb.c915 /* adjust horizontal/vertical sync type (low/high), use VCLK3 */
918 if (var->sync & FB_SYNC_HOR_HIGH_ACT)
920 if (var->sync & FB_SYNC_VERT_HIGH_ACT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.c1073 /* Use ADPA register for sync control. */
1076 /* sync polarity */
1077 hsync_pol = (var->sync & FB_SYNC_HOR_HIGH_ACT) ?
1079 vsync_pol = (var->sync & FB_SYNC_VERT_HIGH_ACT) ?
1432 /* Enable sync */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t453 # sync
456 $status = $X->sync ;

Completed in 335 milliseconds

<<2122232425262728