/freebsd/sys/powerpc/ps3/ |
H A D | ps3disk.c | 338 if (bp->bio_driver1 != NULL) { in ps3disk_task() 340 bp->bio_driver1); in ps3disk_task() 342 bp->bio_driver1); in ps3disk_task() 373 bp->bio_driver1 = 0; in ps3disk_strategy() 384 (bus_dmamap_t *)(&bp->bio_driver1)); in ps3disk_strategy() 386 (bus_dmamap_t)(bp->bio_driver1), bp->bio_data, in ps3disk_strategy() 443 if (bp->bio_driver1 != NULL) { in ps3disk_intr() 446 bp->bio_driver1, BUS_DMASYNC_POSTREAD); in ps3disk_intr() 448 bp->bio_driver1); in ps3disk_intr() 450 bp->bio_driver1); in ps3disk_intr() [all …]
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_privacy.c | 172 cbp = bp->bio_driver1; in g_eli_crypto_write_done() 173 bp->bio_driver1 = NULL; in g_eli_crypto_write_done() 233 cbp = bp->bio_driver1; in g_eli_crypto_read() 283 if (bp->bio_driver1 != NULL) { in g_eli_crypto_run() 284 g_destroy_bio(bp->bio_driver1); in g_eli_crypto_run() 285 bp->bio_driver1 = NULL; in g_eli_crypto_run()
|
H A D | g_eli_integrity.c | 323 cbp = bp->bio_driver1; in g_eli_auth_write_done() 324 bp->bio_driver1 = NULL; in g_eli_auth_write_done() 331 cbp = bp->bio_driver1; in g_eli_auth_write_done() 332 bp->bio_driver1 = NULL; in g_eli_auth_write_done() 384 cbp = bp->bio_driver1; in g_eli_auth_read() 385 bp->bio_driver1 = NULL; in g_eli_auth_read() 491 if (bp->bio_driver1 != NULL) { in g_eli_auth_run() 492 g_destroy_bio(bp->bio_driver1); in g_eli_auth_run() 493 bp->bio_driver1 = NULL; in g_eli_auth_run()
|
H A D | g_eli.c | 497 bp->bio_driver1 = cbp; in g_eli_start()
|
/freebsd/sys/geom/raid/ |
H A D | tr_raid1.c | 801 pbp->bio_driver1 = do_write ? sd : NULL; in g_raid_tr_iodone_raid1() 833 pbp->bio_driver1 != NULL) { in g_raid_tr_iodone_raid1() 853 g_raid_subdisk_iostart(pbp->bio_driver1, cbp); in g_raid_tr_iodone_raid1() 873 if (pbp->bio_driver1 != NULL) { in g_raid_tr_iodone_raid1() 874 ((struct g_raid_subdisk *)pbp->bio_driver1) in g_raid_tr_iodone_raid1()
|
/freebsd/sys/geom/cache/ |
H A D | g_cache.h | 91 #define G_CACHE_NEXT_BIO1(bp) (bp)->bio_driver1
|
/freebsd/sys/sys/ |
H A D | bio.h | 100 void *bio_driver1; /* Private use by the provider. */ member
|
/freebsd/sys/geom/gate/ |
H A D | g_gate.c | 208 bp->bio_driver1 = (void *)sc->sc_seq; in g_gate_queue_io() 812 ggio->gctl_seq == (uintptr_t)bp->bio_driver1) { in g_gate_ioctl() 875 ggio->gctl_seq = (uintptr_t)bp->bio_driver1; in g_gate_ioctl() 912 if (ggio->gctl_seq == (uintptr_t)bp->bio_driver1) in g_gate_ioctl()
|
/freebsd/sys/dev/ida/ |
H A D | ida_disk.c | 110 bp->bio_driver1 = drv; in idad_strategy()
|
H A D | ida.c | 518 drv = bp->bio_driver1; in ida_startio()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ns.c | 259 bp_cb_fn = bp->bio_driver1; in nvme_ns_bio_done() 466 bp->bio_driver1 = cb_fn; in nvme_ns_bio_process()
|
/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.c | 1112 bp->bio_driver1 = discard; in vtblk_request_execute_cb() 1332 if (bp->bio_driver1 != NULL) { 1333 free(bp->bio_driver1, M_DEVBUF); 1334 bp->bio_driver1 = NULL;
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_syspd.c | 254 bio->bio_driver1 = (void *)(uintptr_t)sc->pd_id; in mfi_syspd_strategy()
|
H A D | mfi_disk.c | 290 bio->bio_driver1 = (void *)(uintptr_t)sc->ld_id; in mfi_disk_strategy()
|
/freebsd/sys/geom/stripe/ |
H A D | g_stripe.c | 289 if (pbp->bio_driver1 != NULL) in g_stripe_done() 290 uma_zfree(g_stripe_zone, pbp->bio_driver1); in g_stripe_done() 390 bp->bio_driver1 = data; in g_stripe_start_fast()
|
/freebsd/sys/dev/ips/ |
H A D | ips_disk.c | 107 iobuf->bio_driver1 = (void *)(uintptr_t)dsc->sc->drives[dsc->disk_number].drivenum; in ipsd_strategy()
|
H A D | ips_commands.c | 94 command_struct->drivenum = (uintptr_t)iobuf->bio_driver1; in ips_io_request_callback()
|
/freebsd/sys/geom/ |
H A D | geom_io.c | 508 KASSERT(bp->bio_driver1 == NULL, in g_io_request() 710 bp->bio_driver1 = NULL; in g_io_deliver()
|
H A D | geom_subr.c | 1655 db_printf(" driver1: %p\n", bp->bio_driver1); in DB_SHOW_COMMAND()
|
/freebsd/sys/geom/multipath/ |
H A D | g_multipath.c | 362 if ((uintptr_t)bp->bio_driver1 < sc->sc_ndisks) in g_multipath_start() 363 bp->bio_driver1 = (void *)(uintptr_t)sc->sc_ndisks; in g_multipath_start() 449 if (pbp->bio_children < (uintptr_t)pbp->bio_driver1) { in g_multipath_done_error()
|
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 832 fd = fdc->fd = bp->bio_driver1; in fdc_worker() 1299 bp->bio_driver1 = fd; in fdmisccmd() 1468 bp->bio_driver1 = fd; in fd_start()
|
/freebsd/sys/dev/nvd/ |
H A D | nvd.c | 193 bp->bio_driver1 = NULL; in nvd_bio_submit()
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_ns.c | 73 return ((u_int *)&bio->bio_driver1); in bio_refs()
|
/freebsd/sys/geom/bde/ |
H A D | g_bde_work.c |
|
/freebsd/sys/geom/raid3/ |
H A D | g_raid3.c | 940 * Treat bio_driver1 field in parent bio as list head and field bio_caller1 943 #define G_RAID3_HEAD_BIO(pbp) (pbp)->bio_driver1 1025 ("NULL bp->bio_driver1")); in g_raid3_destroy_bio() 1688 bp->bio_driver1 = bp->bio_driver2 = NULL; in g_raid3_sync_request()
|