Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_pci.c52 char *buf2, *tok, *ptr, *end, *optkey = NULL; in xlu_pci_parse_bdf() local
133 optkey = tok; in xlu_pci_parse_bdf()
141 if ( !strcmp(optkey, "msitranslate") ) { in xlu_pci_parse_bdf()
143 }else if ( !strcmp(optkey, "power_mgmt") ) { in xlu_pci_parse_bdf()
145 }else if ( !strcmp(optkey, "permissive") ) { in xlu_pci_parse_bdf()
147 }else if ( !strcmp(optkey, "seize") ) { in xlu_pci_parse_bdf()
149 } else if (!strcmp(optkey, "rdm_policy")) { in xlu_pci_parse_bdf()
161 XLU__PCI_ERR(cfg, "Unknown PCI BDF option: %s", optkey); in xlu_pci_parse_bdf()
/xen-4.10.0-shim-comet/xen/common/
A Dkernel.c58 char opt[128], *optval, *optkey, *q; in parse_params() local
73 q = optkey = opt; in parse_params()
96 key = optkey; in parse_params()
97 bool_assert = !!strncmp("no-", optkey, 3); in parse_params()
99 optkey += 3; in parse_params()
108 if ( strcmp(param->name, optkey) ) in parse_params()

Completed in 2 milliseconds