Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acpi/acpixtract/
H A Daxmain.c116 while ((j = AcpiGetopt (argc, argv, AX_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in main()
/titanic_41/usr/src/cmd/acpi/common/
H A Dgetopt.c133 AcpiGetopt( in AcpiGetopt() function
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacapps.h143 AcpiGetopt(
/titanic_41/usr/src/cmd/acpi/acpidump/
H A Dapmain.c196 while ((j = AcpiGetopt (argc, argv, AP_SUPPORTED_OPTIONS)) != ACPI_OPT_END) switch (j) in ApDoOptions()