HomeSort by: relevance | last modified time | path
    Searched refs:AcpiGetopt (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpibin/
abmain.c 231 while ((j = AcpiGetopt (argc, argv, AB_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch(j)
  /src/sys/external/bsd/acpica/dist/tools/acpixtract/
axmain.c 227 while ((j = AcpiGetopt (argc, argv, AX_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j)
  /src/sys/external/bsd/acpica/dist/common/
getopt.c 189 * two-character options after the original call to AcpiGetopt.
192 * (After call to AcpiGetopt, we need to backup to the previous
229 * FUNCTION: AcpiGetopt
241 AcpiGetopt(
  /src/sys/external/bsd/acpica/dist/include/
acapps.h 263 AcpiGetopt(
  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahmain.c 251 while ((j = AcpiGetopt (argc, argv, AH_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j)
  /src/sys/external/bsd/acpica/dist/tools/acpidump/
apmain.c 303 while ((j = AcpiGetopt (argc, argv, AP_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j)
  /src/sys/external/bsd/acpica/dist/compiler/
asloptions.c 279 while ((j = AcpiGetopt (argc, argv, ASL_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j)
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aemain.c 315 while ((j = AcpiGetopt (argc, argv, AE_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j)
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asmain.c 414 while ((j = AcpiGetopt (argc, argv, AS_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch(j)

Completed in 21 milliseconds