sync 194 arch/i386/stand/installboot/installboot.c sync(); sleep(1);
sync 350 arch/i386/stand/installboot/installboot.c sync(); sleep(1);
sync 1148 dev/ic/bha.c period.reply.period[i] = setup.reply.sync[i].period * 5 + 20;
sync 1166 dev/ic/bha.c if (!setup.reply.sync[i].valid ||
sync 1167 dev/ic/bha.c (!setup.reply.sync[i].offset &&
sync 1168 dev/ic/bha.c !setup.reply.sync[i].period))
sync 1172 dev/ic/bha.c setup.reply.sync[i].offset, period.reply.period[i] * 10);
sync 435 dev/ic/bhareg.h struct bha_sync sync[8];
sync 1646 dev/ic/gdt_common.c sizeof(p->dvr.event_data.eu.sync);
sync 156 dev/ic/gdtvar.h } sync;
sync 823 dev/ic/pckbc.c pckbc_enqueue_cmd(self, slot, cmd, len, responselen, sync, respbuf)
sync 827 dev/ic/pckbc.c int len, responselen, sync;
sync 850 dev/ic/pckbc.c nc->flags = (sync ? KBC_CMDFLAG_SYNC : 0);
sync 854 dev/ic/pckbc.c if (q->polling && sync) {
sync 869 dev/ic/pckbc.c res = (sync ? nc->status : 0);
sync 870 dev/ic/pckbc.c else if (sync) {
sync 879 dev/ic/pckbc.c if (sync) {
sync 4324 dev/ic/rtw.c u_int32_t syna, synb, sync;
sync 4344 dev/ic/rtw.c sync = SA2400_SYNC_CP_NORMAL;
sync 4350 dev/ic/rtw.c if ((rc = rtw_rf_macwrite(sc, SA2400_SYNC, sync)) != 0)
sync 422 dev/ic/siop_common.c int sync, offset, options, scf = 0;
sync 434 dev/ic/siop_common.c sync = tables->msg_in[3];
sync 448 dev/ic/siop_common.c if (offset > sc->maxoff || sync < sc->dt_minsync ||
sync 449 dev/ic/siop_common.c sync > sc->dt_maxsync) {
sync 452 dev/ic/siop_common.c sc->sc_dev.dv_xname, target, offset, sync);
sync 465 dev/ic/siop_common.c if (dt_scf_period[i].period == sync) {
sync 468 dev/ic/siop_common.c siop_target->period = sync;
sync 476 dev/ic/siop_common.c sc->sc_dev.dv_xname, target, sync);
sync 535 dev/ic/siop_common.c int sync, maxoffset, offset, i;
sync 542 dev/ic/siop_common.c sync = tables->msg_in[3];
sync 549 dev/ic/siop_common.c printf("sdtr: sync %d offset %d\n", sync, offset);
sync 551 dev/ic/siop_common.c if (offset > maxoffset || sync < sc->st_minsync ||
sync 552 dev/ic/siop_common.c sync > sc->st_maxsync)
sync 558 dev/ic/siop_common.c if (scf_period[i].period == sync) {
sync 561 dev/ic/siop_common.c siop_target->period = sync;
sync 566 dev/ic/siop_common.c if (sync < 25 && /* Ultra */
sync 596 dev/ic/siop_common.c printf("sdtr (target): sync %d offset %d\n", sync, offset);
sync 598 dev/ic/siop_common.c if (offset == 0 || sync > sc->st_maxsync) { /* async */
sync 603 dev/ic/siop_common.c if (sync < sc->st_minsync)
sync 604 dev/ic/siop_common.c sync = sc->st_minsync;
sync 610 dev/ic/siop_common.c if (scf_period[i].period == sync) {
sync 613 dev/ic/siop_common.c siop_target->period = sync;
sync 618 dev/ic/siop_common.c if (sync < 25 && /* Ultra */
sync 630 dev/ic/siop_common.c siop_sdtr_msg(siop_cmd, 0, sync, offset);
sync 1107 dev/isa/aha.c if (!setup.reply.sync[i].valid ||
sync 1108 dev/isa/aha.c (!setup.reply.sync[i].offset &&
sync 1109 dev/isa/aha.c !setup.reply.sync[i].period))
sync 1112 dev/isa/aha.c sc->sc_dev.dv_xname, i, setup.reply.sync[i].offset,
sync 1113 dev/isa/aha.c setup.reply.sync[i].period * 50 + 200);
sync 253 dev/isa/ahareg.h } sync[8];
sync 1528 dev/usb/uaudio.c int dir, type, sync;
sync 1578 dev/usb/uaudio.c sync = FALSE;
sync 1580 dev/usb/uaudio.c sync = TRUE;
sync 1588 dev/usb/uaudio.c sync = TRUE;
sync 1605 dev/usb/uaudio.c if (sync && id->bNumEndpoints <= 1) {
sync 1610 dev/usb/uaudio.c if (!sync && id->bNumEndpoints > 1) {
sync 60 kern/tty_nmea.c int sync; /* if 1, waiting for '$' */
sync 98 kern/tty_nmea.c np->sync = 1;
sync 135 kern/tty_nmea.c np->pos = np->sync = 0;
sync 181 kern/tty_nmea.c if (!np->sync) {
sync 184 kern/tty_nmea.c np->sync = 1;
sync 188 kern/tty_nmea.c if (!np->sync && np->pos < (NMEAMAX - 1))
sync 1899 kern/vfs_subr.c vflushbuf(struct vnode *vp, int sync)
sync 1920 kern/vfs_subr.c if (bp->b_vp == vp || sync == 0)
sync 1926 kern/vfs_subr.c if (sync == 0) {
sync 145 ufs/ufs/inode.h #define UFS_UPDATE(ip, sync) \
sync 146 ufs/ufs/inode.h ((ip)->i_vtbl->iv_update)((ip), NULL, NULL, (sync))
sync 148 ufs/ufs/inode.h #define UFS_UPDATE2(ip, atime, mtime, sync) \
sync 149 ufs/ufs/inode.h ((ip)->i_vtbl->iv_update)((ip), (atime), (mtime), (sync))