Searched refs:vexp (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/block/export/ |
H A D | vhost-user-blk-server.c | 62 VuBlkExport *vexp = container_of(server, VuBlkExport, vu_server); in vu_blk_virtio_process_req() local 63 VirtioBlkHandler *handler = &vexp->handler; in vu_blk_virtio_process_req() 120 VuBlkExport *vexp = container_of(server, VuBlkExport, vu_server); in vu_blk_get_features() local 135 if (!vexp->handler.writable) { in vu_blk_get_features() 151 VuBlkExport *vexp = container_of(server, VuBlkExport, vu_server); in vu_blk_get_config() local 157 memcpy(config, &vexp->blkcfg, len); in vu_blk_get_config() 166 VuBlkExport *vexp = container_of(server, VuBlkExport, vu_server); in vu_blk_set_config() local 180 vexp->blkcfg.wce = wce; in vu_blk_set_config() 181 blk_set_enable_write_cache(vexp->export.blk, wce); in vu_blk_set_config() 213 VuBlkExport *vexp = opaque; in blk_aio_attached() local [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | multilib_global.bbclass | 58 vexp = d.expand(v) 59 if v != vexp and d.getVar(v, False): 60 d.renameVar(v, vexp)
|