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

  /src/sys/external/bsd/acpica/dist/common/
getopt.c 234 * RETURN: Option character or ACPI_OPT_END
256 return (ACPI_OPT_END);
261 return (ACPI_OPT_END);
  /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/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)
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 1575 #define ACPI_OPT_END -1

Completed in 20 milliseconds