Lines Matching defs:name
199 /* Concatenate the current scope to the supplied name */
202 if ((info->name[0] != '\\') && (info->name[0] != '/')) {
211 info->name)) {
331 * PARAMETERS: name - Name of method to execute
345 acpi_db_execute(char *name, char **args, acpi_object_type *types, u32 flags)
370 if (*name == '*') {
378 if ((flags & EX_ALL) && (strlen(name) > 4)) {
379 acpi_os_printf("Input name (%s) must be a 4-char NameSeg\n",
380 name);
384 name_string = ACPI_ALLOCATE(strlen(name) + 1);
390 strcpy(name_string, name);
401 /* Command (ALL <nameseg>) to execute all methods of a particular name */
404 acpi_gbl_db_method_info.name = name_string;
411 acpi_gbl_db_method_info.name = name_string;
480 acpi_gbl_db_method_info.method)->name.ascii),
664 acpi_gbl_db_method_info.name = method_name_arg;
799 acpi_gbl_db_method_info.name = method_name_arg;