Symbol: bioq_first
sys/bus/cam/scsi/scsi_cd.c
1126
if ((bioq_first(&changer->cur_device->bio_queue) == NULL)
sys/bus/cam/scsi/scsi_cd.c
1241
if (bioq_first(&changer->cur_device->bio_queue) != NULL) {
sys/bus/cam/scsi/scsi_cd.c
1318
} else if ((bioq_first(&softc->bio_queue) == NULL)
sys/bus/cam/scsi/scsi_cd.c
1514
bio = bioq_first(&softc->bio_queue);
sys/bus/cam/scsi/scsi_cd.c
1560
bio = bioq_first(&softc->bio_queue);
sys/bus/cam/scsi/scsi_da.c
1305
bio_rd = bioq_first(&softc->bio_queue_rd);
sys/bus/cam/scsi/scsi_da.c
1306
bio_wr = bioq_first(&softc->bio_queue_wr);
sys/bus/cam/scsi/scsi_da.c
1328
(bio = bioq_first(&softc->bio_queue_trim)) != NULL) {
sys/bus/cam/scsi/scsi_da.c
1364
bio1 = bioq_first(&softc->bio_queue_trim);
sys/bus/cam/scsi/scsi_da.c
1572
if (bioq_first(&softc->bio_queue_rd) ||
sys/bus/cam/scsi/scsi_da.c
1573
bioq_first(&softc->bio_queue_wr)) {
sys/bus/cam/scsi/scsi_da.c
927
while ((q_bio = bioq_first(bioq)) != NULL){
sys/bus/cam/scsi/scsi_pt.c
457
bio = bioq_first(&softc->bio_queue);
sys/bus/cam/scsi/scsi_pt.c
495
bio = bioq_first(&softc->bio_queue);
sys/bus/cam/scsi/scsi_sa.c
1590
bio = bioq_first(&softc->bio_queue);
sys/bus/cam/scsi/scsi_sa.c
1623
if (bioq_first(&softc->bio_queue) != NULL) {
sys/bus/cam/scsi/scsi_sa.c
1631
bio = bioq_first(&softc->bio_queue);
sys/bus/cam/scsi/scsi_sa.c
1712
bio = bioq_first(&softc->bio_queue);
sys/dev/disk/fd/fd.c
1668
bio = bioq_first(&fdc->bio_queue);
sys/dev/disk/md/md.c
232
bio = bioq_first(&sc->bio_queue);
sys/dev/disk/nvme/nvme_disk.c
199
if (bioq_first(&nsc->bioq)) {
sys/dev/disk/nvme/nvme_disk.c
201
while ((bio = bioq_first(&nsc->bioq)) != NULL) {
sys/dev/raid/aac/aacvar.h
617
if ((bio = bioq_first(&sc->aac_bioq)) != NULL) {
sys/dev/raid/amr/amrvar.h
320
if ((bio = bioq_first(&sc->amr_bioq)) != NULL)
sys/dev/raid/ida/ida.c
381
bio = bioq_first(&ida->bio_queue);
sys/dev/raid/ips/ips_commands.c
243
bio = bioq_first(&sc->bio_queue);
sys/dev/raid/mfi/mfivar.h
542
if ((bp = bioq_first(&sc->mfi_bioq)) != NULL) {
sys/dev/raid/mlx/mlx.c
1733
if ((bio = bioq_first(&sc->mlx_bioq)) == NULL)
sys/dev/raid/twe/twevar.h
284
if ((bio = bioq_first(&sc->twe_bioq)) != NULL) {
sys/dev/virtual/virtio/block/virtio_blk.c
1101
while (bioq_first(bioq) != NULL) {
sys/dev/virtual/virtio/block/virtio_blk.c
812
if (bioq_first(bioq) == NULL)