Lines Matching refs:info
38 * cases where a package info entry follows a method name that
50 * (next entry contains the package info)
52 if ((this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) &&
53 (this_name->info.expected_btypes != ACPI_RTYPE_ALL)) {
83 /* Search info table for a predefined method/object name */
86 while (this_name->info.name[0]) {
87 if (ACPI_COMPARE_NAMESEG(name, this_name->info.name)) {
200 /* Search info table for a predefined method/object name */
203 while (this_name->info.name[0]) {
204 if (ACPI_COMPARE_NAMESEG(name, this_name->info.name)) {
242 this_name->info.argument_list);
249 this_name->info.name,
250 (this_name->info.argument_list & ARG_COUNT_IS_MINIMUM) ?
265 if (this_name->info.expected_btypes) {
267 this_name->info.
305 "in predefined info structure\n", arg_count);
316 "in predefined info structure\n",