Searched refs:platform_name (Results 1 – 6 of 6) sorted by relevance
61 char *platform_name; in scf_is_fb_blacklisted() local92 platform_name = scf_simple_prop_next_astring(prop); in scf_is_fb_blacklisted()93 if (platform_name == NULL) in scf_is_fb_blacklisted()95 if (strcmp(platform_name, info.smbi_product) == 0) { in scf_is_fb_blacklisted()
750 extern void platform_name(Syscapset *);
446 platform_name(scapset); in expand()
302 platform_name(org_scapset); in setup()
201 platform_name(scapset); in platcap_check()
3662 platform_name(Syscapset *scapset) in platform_name() function