Lines Matching +defs:val +defs:info
55 smbios_info_t info;
74 * If we can't read system info, assume it's blacklisted.
77 smbios_info_common(shp, id, &info) == SMB_ERR) {
97 if (strcmp(platform_name, info.smbi_product) == 0) {
376 scf_value_t *val;
402 if ((val = scf_value_create(hndl)) == NULL)
406 scf_value_destroy(val);
418 if (scf_property_get_value(prop, val) != 0)
421 (void) scf_value_get_boolean(val, &flagval);
430 scf_value_destroy(val);