Home
last modified time | relevance | path

Searched refs:BIO_DONE (Results 1 – 10 of 10) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dio.d142 inline int BIO_DONE = 0x02; variable
143 #pragma D binding "1.13" BIO_DONE
256 flag == BIO_DONE ? "DONE" :
/freebsd/sys/sys/
H A Dbio.h57 #define BIO_DONE 0x02 /* This bio is finished. */ macro
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dio63 append_bio_flag[this->b_flags, BIO_DONE];
/freebsd/sys/geom/union/
H A Dg_union.c728 bp->bio_flags &= ~BIO_DONE; in g_union_ctl_commit()
737 bp->bio_flags &= ~BIO_DONE; in g_union_ctl_commit()
/freebsd/sys/powerpc/ps3/
H A Dps3disk.c440 bp->bio_flags |= BIO_DONE; in ps3disk_intr()
/freebsd/sys/dev/fdc/
H A Dfdc.c750 bp->bio_flags |= BIO_DONE; in fdc_biodone()
1306 } while (!(bp->bio_flags & BIO_DONE)); in fdmisccmd()
/freebsd/sys/geom/raid/
H A Dg_raid.c1002 bp->bio_flags |= BIO_DONE; in g_raid_tr_kerneldump_common_done()
1026 while (!(bp.bio_flags & BIO_DONE)) { in g_raid_tr_kerneldump_common()
/freebsd/sys/geom/
H A Dgeom_subr.c1623 if (bp->bio_flags & BIO_DONE) { in db_print_bio_flags()
/freebsd/sys/kern/
H A Dvfs_bio.c4504 bp->bio_flags |= BIO_DONE; in biodone()
4521 while ((bp->bio_flags & BIO_DONE) == 0) in biowait()
/freebsd/sys/geom/raid3/
H A Dg_raid3.c1224 fbp->bio_flags &= ~(BIO_DONE | BIO_ERROR); in g_raid3_gather()