Searched refs:get_instance_count (Results 1 – 6 of 6) sorted by relevance
164 int get_instance_count(const char *guid_string);
110 wmi_priv.str_instances_count = get_instance_count(DELL_WMI_BIOS_STRING_ATTRIBUTE_GUID); in alloc_str_data()
145 wmi_priv.po_instances_count = get_instance_count(DELL_WMI_BIOS_PASSOBJ_ATTRIBUTE_GUID); in alloc_po_data()
125 wmi_priv.integer_instances_count = get_instance_count(DELL_WMI_BIOS_INTEGER_ATTRIBUTE_GUID); in alloc_int_data()
143 get_instance_count(DELL_WMI_BIOS_ENUMERATION_ATTRIBUTE_GUID); in populate_enum_data()
270 * get_instance_count() - Compute total number of instances under guid_string in strlcpy_attr() 273 int get_instance_count(const char *guid_string) in strlcpy_attr() 303 int get_instance_count(const char *guid_string) get_instance_count() function