HomeSort by: relevance | last modified time | path
    Searched defs:async (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/dev/wscons/
wseventvar.h 88 int async; /* send SIGIO on input ready */ member in struct:wseventvar
wseventvar.h 88 int async; /* send SIGIO on input ready */ member in struct:wseventvar
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
qmgr.h 33 bool async; member in struct:nvkm_falcon_qmgr_seq
qmgr.h 33 bool async; member in struct:nvkm_falcon_qmgr_seq
  /src/sys/ufs/ext2fs/
ext2fs_readwrite.c 274 bool async; local in function:ext2fs_write
302 async = vp->v_mount->mnt_flag & MNT_ASYNC;
335 * XXXUBC simplistic async flushing.
338 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) {
ext2fs_readwrite.c 274 bool async; local in function:ext2fs_write
302 async = vp->v_mount->mnt_flag & MNT_ASYNC;
335 * XXXUBC simplistic async flushing.
338 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) {
  /src/sys/dev/
sequencervar.h 91 pid_t async; /* process who wants audio SIGIO */ member in struct:sequencer_softc
sequencervar.h 91 pid_t async; /* process who wants audio SIGIO */ member in struct:sequencer_softc
midivar.h 203 pid_t async; /* process who wants audio SIGIO */ member in struct:midi_softc
midivar.h 203 pid_t async; /* process who wants audio SIGIO */ member in struct:midi_softc
  /src/sys/fs/msdosfs/
msdosfs_lookup.c 570 int async = ddep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; local in function:msdosfs_createde
572 #define async 0 macro
642 if (async)
673 if (async)
735 if (async)
760 if (async)
900 int async = pdep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; local in function:msdosfs_removede
902 #define async 0 macro
962 if (async)
msdosfs_lookup.c 570 int async = ddep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; local in function:msdosfs_createde
572 #define async 0 macro
642 if (async)
673 if (async)
735 if (async)
760 if (async)
900 int async = pdep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; local in function:msdosfs_removede
902 #define async 0 macro
962 if (async)
msdosfs_vnops.c 562 bool async; local in function:msdosfs_write
608 async = vp->v_mount->mnt_flag & MNT_ASYNC;
643 * XXXUBC simplistic async flushing.
646 if (!async && oldoff >> 16 != uio->uio_offset >> 16) {
786 int async = pdep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; local in function:msdosfs_mkdir
848 if (async)
msdosfs_vnops.c 562 bool async; local in function:msdosfs_write
608 async = vp->v_mount->mnt_flag & MNT_ASYNC;
643 * XXXUBC simplistic async flushing.
646 if (!async && oldoff >> 16 != uio->uio_offset >> 16) {
786 int async = pdep->de_pmp->pm_mountp->mnt_flag & MNT_ASYNC; local in function:msdosfs_mkdir
848 if (async)
  /src/sys/rump/librump/rumpvfs/
rumpblk.c 227 "rumpblk", "async I/O");
234 "rumpblk", "bytes written async");
494 int async = bp->b_flags & B_ASYNC; local in function:dostrategy
504 if (async)
508 if (async)
549 off, off, (off + bp->b_bcount), async ? "a" : ""));
552 if (BUF_ISWRITE(bp) && !async)
rumpblk.c 227 "rumpblk", "async I/O");
234 "rumpblk", "bytes written async");
494 int async = bp->b_flags & B_ASYNC; local in function:dostrategy
504 if (async)
508 if (async)
549 off, off, (off + bp->b_bcount), async ? "a" : ""));
552 if (BUF_ISWRITE(bp) && !async)
  /src/sys/ufs/lfs/
ulfs_readwrite.c 243 bool async; local in function:WRITE
272 async = vp->v_mount->mnt_flag & MNT_ASYNC;
280 async = true;
393 * XXXUBC simplistic async flushing.
396 __USE(async);
ulfs_readwrite.c 243 bool async; local in function:WRITE
272 async = vp->v_mount->mnt_flag & MNT_ASYNC;
280 async = true;
393 * XXXUBC simplistic async flushing.
396 __USE(async);
  /src/sys/ufs/ufs/
ufs_readwrite.c 251 bool async; local in function:WRITE
281 async = vp->v_mount->mnt_flag & MNT_ASYNC;
431 * XXXUBC simplistic async flushing.
434 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) {
ufs_readwrite.c 251 bool async; local in function:WRITE
281 async = vp->v_mount->mnt_flag & MNT_ASYNC;
431 * XXXUBC simplistic async flushing.
434 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) {
  /src/sys/dev/ic/
icp_ioctl.h 125 } __packed async; member in union:__anon07d367500308::__anon07d36750040a
icp_ioctl.h 125 } __packed async; member in union:__anon07d367500308::__anon07d36750040a
  /src/sys/ufs/chfs/
chfs_vnops.c 776 bool async; local in function:chfs_write
836 async = vp->v_mount->mnt_flag & MNT_ASYNC;
954 * XXXUBC simplistic async flushing.
957 if (!async && oldoff >> 16 != uio->uio_offset >> 16) {
chfs_vnops.c 776 bool async; local in function:chfs_write
836 async = vp->v_mount->mnt_flag & MNT_ASYNC;
954 * XXXUBC simplistic async flushing.
957 if (!async && oldoff >> 16 != uio->uio_offset >> 16) {
  /src/sys/arch/arc/dev/
pccons.c 127 static u_char async, kernel, polling; /* Really, you don't want to know. */ variable in typeref:typename:u_char
458 async = 0;
497 if (async)
501 if (async)
503 async = 1;

Completed in 124 milliseconds

1 2