async 1264 dev/i2o/iop.c int async, int timo)
async 1270 dev/i2o/iop.c fl = (async != 0 ? IM_WAIT : IM_POLL);
async 1649 dev/ic/gdt_common.c sizeof(p->dvr.event_data.eu.async);
async 147 dev/ic/gdtvar.h } async;
async 406 dev/ic/i82596.c i82596_start_cmd(sc, cmd, iecmdbuf, mask, async)
async 411 dev/ic/i82596.c int async;
async 418 dev/ic/i82596.c sc, cmd, iecmdbuf, mask, IE_STAT_BITS, async?"a":"");
async 435 dev/ic/i82596.c if (async) {
async 599 dev/ic/siop_common.c goto async;
async 635 dev/ic/siop_common.c async:
async 110 dev/midi.c if (sc->async)
async 111 dev/midi.c psignal(sc->async, SIGIO);
async 210 dev/midi.c if (sc->async)
async 211 dev/midi.c psignal(sc->async, SIGIO);
async 389 dev/midi.c if (sc->async) return EBUSY;
async 390 dev/midi.c sc->async = p;
async 392 dev/midi.c sc->async = 0;
async 422 dev/midi.c sc->async = 0;
async 91 dev/midivar.h struct proc *async;
async 1227 dev/pci/if_iwi.c iwi_cmd(struct iwi_softc *sc, uint8_t type, void *data, uint8_t len, int async)
async 1253 dev/pci/if_iwi.c return async ? 0 : tsleep(sc, 0, "iwicmd", hz);
async 2025 dev/pci/if_wpi.c wpi_cmd(struct wpi_softc *sc, int code, const void *buf, int size, int async)
async 2051 dev/pci/if_wpi.c return async ? 0 : tsleep(cmd, PCATCH, "wpicmd", hz);
async 2149 dev/pci/if_wpi.c wpi_set_txpower(struct wpi_softc *sc, struct ieee80211_channel *c, int async)
async 2191 dev/pci/if_wpi.c return wpi_cmd(sc, WPI_CMD_TXPOWER, &txpower, sizeof txpower, async);
async 184 dev/sequencer.c sc->async = 0;
async 276 dev/sequencer.c if (sc->async)
async 277 dev/sequencer.c psignal(sc->async, SIGIO);
async 333 dev/sequencer.c if (sc->async)
async 334 dev/sequencer.c psignal(sc->async, SIGIO);
async 473 dev/sequencer.c if (sc->async)
async 475 dev/sequencer.c sc->async = p;
async 478 dev/sequencer.c sc->async = 0;
async 91 dev/sequencervar.h struct proc *async; /* process who wants audio SIGIO */
async 89 dev/wscons/wseventvar.h int async; /* send SIGIO on input ready */
async 101 dev/wscons/wseventvar.h if ((ev)->async) \
async 937 dev/wscons/wskbd.c sc->sc_base.me_evp->async = *(int *)data != 0;
async 635 dev/wscons/wsmouse.c sc->sc_base.me_evp->async = *(int *)data != 0;
async 480 dev/wscons/wsmux.c evar->async = *(int *)data != 0;
async 377 kern/vfs_bio.c bio_doread(struct vnode *vp, daddr64_t blkno, int size, int async)
async 389 kern/vfs_bio.c SET(bp->b_flags, B_READ | async);
async 394 kern/vfs_bio.c } else if (async) {
async 563 kern/vfs_bio.c int rv, async, wasdelayed, s;
async 580 kern/vfs_bio.c async = ISSET(bp->b_flags, B_ASYNC);
async 581 kern/vfs_bio.c if (!async && mp && ISSET(mp->mnt_flag, MNT_ASYNC)) {
async 592 kern/vfs_bio.c if (async)
async 621 kern/vfs_bio.c if (async)
async 130 scsi/scsiconf.h int (*async)(void);
async 1807 uvm/uvm_swap.c boolean_t write, async;
async 1820 uvm/uvm_swap.c async = (flags & B_ASYNC) != 0;
async 1832 uvm/uvm_swap.c if (!async)
async 1877 uvm/uvm_swap.c if (!async)
async 1923 uvm/uvm_swap.c pflag = (async || curproc == uvm.pagedaemon_proc) ? 0 : PR_WAITOK;
async 1955 uvm/uvm_swap.c async = 0;
async 1994 uvm/uvm_swap.c if (async) {
async 2008 uvm/uvm_swap.c if (async)