Searched refs:acpi_gbl_optarg (Results 1 – 3 of 3) sorted by relevance
64 char *acpi_gbl_optarg; variable92 acpi_gbl_optarg = in acpi_getopt_argument()100 acpi_gbl_optarg = argv[acpi_gbl_optind++]; in acpi_getopt_argument()158 acpi_gbl_optarg = in acpi_getopt()168 acpi_gbl_optarg = argv[acpi_gbl_optind++]; in acpi_getopt()178 acpi_gbl_optarg = in acpi_getopt()182 acpi_gbl_optarg = NULL; in acpi_getopt()184 acpi_gbl_optarg = argv[acpi_gbl_optind++]; in acpi_getopt()194 acpi_gbl_optarg = in acpi_getopt()197 acpi_gbl_optarg = "^"; in acpi_getopt()[all …]
184 if (!strcmp(acpi_gbl_optarg, "on")) { in ap_do_options()186 } else if (!strcmp(acpi_gbl_optarg, "off")) { in ap_do_options()191 acpi_gbl_optarg); in ap_do_options()204 if (ap_open_output_file(acpi_gbl_optarg)) { in ap_do_options()212 acpi_ut_strtoul64(acpi_gbl_optarg, 0, in ap_do_options()217 acpi_gbl_optarg); in ap_do_options()253 (acpi_gbl_optarg, AP_DUMP_TABLE_BY_ADDRESS)) { in ap_do_options()261 (acpi_gbl_optarg, AP_DUMP_TABLE_BY_FILE)) { in ap_do_options()269 (acpi_gbl_optarg, AP_DUMP_TABLE_BY_NAME)) { in ap_do_options()
103 extern char *acpi_gbl_optarg;