Searched refs:AcpiGetopt (Results 1 – 9 of 9) sorted by relevance
/acpica-3.7.0/source/tools/acpibin/ |
D | abmain.c | 231 while ((j = AcpiGetopt (argc, argv, AB_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch(j) in main()
|
/acpica-3.7.0/source/tools/acpixtract/ |
D | axmain.c | 227 while ((j = AcpiGetopt (argc, argv, AX_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in main()
|
/acpica-3.7.0/source/common/ |
D | getopt.c | 241 AcpiGetopt( in AcpiGetopt() function
|
/acpica-3.7.0/source/tools/acpihelp/ |
D | ahmain.c | 251 while ((j = AcpiGetopt (argc, argv, AH_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in main()
|
/acpica-3.7.0/source/include/ |
D | acapps.h | 256 AcpiGetopt(
|
/acpica-3.7.0/source/tools/acpidump/ |
D | apmain.c | 303 while ((j = AcpiGetopt (argc, argv, AP_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in ApDoOptions()
|
/acpica-3.7.0/source/tools/acpisrc/ |
D | asmain.c | 414 while ((j = AcpiGetopt (argc, argv, AS_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch(j) in main()
|
/acpica-3.7.0/source/tools/acpiexec/ |
D | aemain.c | 315 while ((j = AcpiGetopt (argc, argv, AE_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in AeDoOptions()
|
/acpica-3.7.0/source/compiler/ |
D | asloptions.c | 279 while ((j = AcpiGetopt (argc, argv, ASL_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in AslDoOptions()
|