Searched refs:bctxt (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_virtio_block.c395 struct blockif_ctxt *bctxt; local
411 bctxt = blockif_open(opts, bident);
412 if (bctxt == NULL) {
417 size = blockif_size(bctxt);
418 sectsz = blockif_sectsz(bctxt);
419 blockif_psectsz(bctxt, &sts, &sto);
422 sc->bc = bctxt;
H A Dpci_ahci.c2315 struct blockif_ctxt *bctxt; local
2439 bctxt = blockif_open(bopt, bident);
2442 if (bctxt == NULL) {
2447 sc->port[p].bctx = bctxt;

Completed in 44 milliseconds