Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dnvme.c144 #define NVME_BLOCK_OPT_DEVICE "device" macro
154 .name = NVME_BLOCK_OPT_DEVICE,
915 qdict_put_str(options, NVME_BLOCK_OPT_DEVICE, tmp); in nvme_parse_filename()
919 qdict_put_str(options, NVME_BLOCK_OPT_DEVICE, device); in nvme_parse_filename()
983 device = qemu_opt_get(opts, NVME_BLOCK_OPT_DEVICE); in nvme_open()
985 error_setg(errp, "'" NVME_BLOCK_OPT_DEVICE "' option is required"); in nvme_open()
1618 NVME_BLOCK_OPT_DEVICE,