Searched refs:optstr (Results 1 – 4 of 4) sorted by relevance
| /devicemodel/include/ |
| A D | block_if.h | 102 struct blockif_ctxt *blockif_open(const char *optstr, const char *ident, int queue_num,
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_i2c.c | 650 virtio_i2c_parse(struct virtio_i2c *vi2c, char *optstr) in virtio_i2c_parse() argument 670 while (optstr != NULL) { in virtio_i2c_parse() 671 cp = strsep(&optstr, ","); in virtio_i2c_parse()
|
| /devicemodel/core/ |
| A D | main.c | 933 static char optstr[] = "AhYvE:k:r:B:s:m:l:U:G:i:"; variable 982 while ((c = getopt_long(argc, argv, optstr, long_options, in main()
|
| /devicemodel/hw/ |
| A D | block_if.c | 1295 blockif_open(const char *optstr, const char *ident, int queue_num, struct iothreads_info *iothrds_i… in blockif_open() argument 1350 nopt = xopts = strdup(optstr); in blockif_open()
|
Completed in 26 milliseconds