Lines Matching refs:name
165 ACPI_FREE(next_interface->name);
201 /* Allocate info block and space for the name string */
209 interface_info->name = ACPI_ALLOCATE_ZEROED(strlen(interface_name) + 1);
210 if (!interface_info->name) {
217 strcpy(interface_info->name, interface_name);
245 if (!strcmp(interface_name, next_interface->name)) {
247 * Found: name is in either the static list
262 ACPI_FREE(next_interface->name);
339 * DESCRIPTION: Search for the specified interface name in the global list.
350 if (!strcmp(interface_name, next_interface->name)) {