Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c926 blockif_request(struct blockif_ctxt *bc, struct blockif_req *breq, in blockif_request() function
959 return (blockif_request(bc, breq, BOP_READ)); in blockif_read()
966 return (blockif_request(bc, breq, BOP_WRITE)); in blockif_write()
973 return (blockif_request(bc, breq, BOP_FLUSH)); in blockif_flush()
980 return (blockif_request(bc, breq, BOP_DELETE)); in blockif_delete()