Lines Matching defs:compatible
595 char *compatible;
627 ret = acpi_dsd_string(ad->ad_handle, "compatible",
628 &compatible);
630 strlist_append(&sl, &slsize, compatible);
631 kmem_strfree(compatible);
635 ret = acpi_dsd_property(ad->ad_handle, "compatible", &buf,
696 char *compatible;
705 ret = acpi_dsd_string(handle, "compatible", &compatible);
707 strings[0] = compatible;
709 kmem_strfree(compatible);
714 ret = acpi_dsd_property(handle, "compatible", &buf,