Searched defs:OPT_STRING (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/qemu/
H A Doption.h37 OPT_STRING, enumerator in enum:QEMUOptionParType
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.h113 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), .value = check_vtype(v, const char **), (a), .help = (h) } macro

Completed in 85 milliseconds