Searched refs:show_str (Results 1 – 1 of 1) sorted by relevance
273 const char *show_str; in zprop_sysfs_show() local292 show_str = zprop_types[property->pd_proptype]; in zprop_sysfs_show()294 show_str = property->pd_attr == PROP_READONLY ? "1" : "0"; in zprop_sysfs_show()296 show_str = property->pd_attr == PROP_ONETIME ? "1" : "0"; in zprop_sysfs_show()298 show_str = property->pd_visible ? "1" : "0"; in zprop_sysfs_show()300 show_str = property->pd_values ? property->pd_values : ""; in zprop_sysfs_show()306 show_str = number; in zprop_sysfs_show()309 show_str = property->pd_strdefault ? in zprop_sysfs_show()314 property->pd_numdefault, &show_str, in zprop_sysfs_show()316 show_str = ""; in zprop_sysfs_show()[all …]