47 #define _COMPONENT ACPI_UTILITIES
80 {
"Extended Address Space Descriptor",
NULL, 0, 0}
121 acpi_default_supported_interfaces[
i].next =
122 &acpi_default_supported_interfaces[(acpi_size) i + 1];
149 while (next_interface) {
186 if (!interface_info) {
190 interface_info->
name =
192 if (!interface_info->
name) {
226 while (next_interface) {
235 if (previous_interface == next_interface) {
237 next_interface->
next;
239 previous_interface->
next =
240 next_interface->
next;
260 previous_interface = next_interface;
261 next_interface = next_interface->
next;
287 while (next_interface) {
289 return (next_interface);
292 next_interface = next_interface->
next;
324 string_desc = walk_state->
arguments[0].object;
365 if (interface_handler) {
367 interface_handler(string_desc->
string.pointer,
372 "ACPI: BIOS _OSI(\"%s\") is %ssupported\n",
373 string_desc->
string.pointer,
374 return_value == 0 ?
"not " :
""));