Searched refs:this_name (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dnsrepair2.c190 const struct acpi_repair_info *this_name; local
194 this_name = acpi_ns_repairable_names;
195 while (this_name->repair_function) {
196 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->name)) {
197 return (this_name);
199 this_name++;
H A Dnspredef.c372 const union acpi_predefined_info *this_name; local
382 this_name = predefined_names;
383 while (this_name->info.name[0]) {
384 if (ACPI_COMPARE_NAME(node->name.ascii, this_name->info.name)) {
385 return (this_name);
392 if (this_name->info.expected_btypes & ACPI_RTYPE_PACKAGE) {
393 this_name++;
396 this_name++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlna.c640 struct album_art_name_s * this_name = calloc(1, sizeof(struct album_art_name_s)); local
645 this_name->wildcard = 1;
647 this_name->name = strdup(word);
653 all_names->next = this_name;
656 album_art_names = this_name;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dminidlna.c383 struct album_art_name_s * this_name = calloc(1, sizeof(struct album_art_name_s)); local
384 this_name->name = strdup(word);
387 album_art_names = this_name;
394 all_names->next = this_name;

Completed in 147 milliseconds