Home
last modified time | relevance | path

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

/acpica-3.7.0/source/tools/acpiexec/
Daemain.c205 #define AE_SUPPORTED_OPTIONS "?b:d:e:f^ghlm^rt^v^:x:" macro
315 while ((j = AcpiGetopt (argc, argv, AE_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in AeDoOptions()