Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxlu_pci.c53 char *buf2, *tok, *ptr, *end, *optkey = NULL; in xlu_pci_parse_bdf() local
134 optkey = tok; in xlu_pci_parse_bdf()
142 if ( !strcmp(optkey, "msitranslate") ) { in xlu_pci_parse_bdf()
144 }else if ( !strcmp(optkey, "power_mgmt") ) { in xlu_pci_parse_bdf()
146 }else if ( !strcmp(optkey, "permissive") ) { in xlu_pci_parse_bdf()
148 }else if ( !strcmp(optkey, "seize") ) { in xlu_pci_parse_bdf()
150 } else if (!strcmp(optkey, "rdm_policy")) { in xlu_pci_parse_bdf()
162 XLU__PCI_ERR(cfg, "Unknown PCI BDF option: %s", optkey); in xlu_pci_parse_bdf()
/xen/xen/common/
A Dkernel.c60 char opt[MAX_PARAM_SIZE], *optval, *optkey, *q; in parse_params() local
75 q = optkey = opt; in parse_params()
98 key = optkey; in parse_params()
99 bool_assert = !!strncmp("no-", optkey, 3); in parse_params()
101 optkey += 3; in parse_params()
110 if ( strcmp(param->name, optkey) ) in parse_params()

Completed in 4 milliseconds