Searched refs:ACPI_OPT_END (Results 1 – 4 of 4) sorted by relevance
148 return (ACPI_OPT_END); in AcpiGetopt()153 return (ACPI_OPT_END); in AcpiGetopt()
116 while ((j = AcpiGetopt (argc, argv, AX_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in main()
196 while ((j = AcpiGetopt (argc, argv, AP_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in ApDoOptions()
1402 #define ACPI_OPT_END -1 macro