Home | History | Annotate | Download | only in qemu

Lines Matching refs:params

457                  const char * const *params, const char *str)
469 for (i = 0; params[i] != NULL; i++) {
470 if (!strcmp(params[i], buf)) {
474 if (params[i] == NULL) {
850 static const char * const params[] = { "bus", "unit", "if", "index",
856 if (check_params(buf, sizeof(buf), params, str) < 0) {