Home | History | Annotate | Download | only in ata

Lines Matching defs:wi_bp

187 	struct buf wi_bp;
1470 error1 = physio(wdioctlstrategy, &wi->wi_bp, dev,
1481 wi->wi_bp.b_flags = 0;
1482 wi->wi_bp.b_data = 0;
1483 wi->wi_bp.b_bcount = 0;
1484 wi->wi_bp.b_dev = dev;
1485 wi->wi_bp.b_proc = l->l_proc;
1486 wdioctlstrategy(&wi->wi_bp);
1487 error1 = wi->wi_bp.b_error;
2015 buf_init(&wi->wi_bp);
2027 buf_destroy(&wi->wi_bp);
2038 return container_of(bp, struct wd_ioctl, wi_bp);
2157 xfer->c_ata_c.data = wi->wi_bp.b_data;
2158 xfer->c_ata_c.bcount = wi->wi_bp.b_bcount;