Searched refs:show_str (Results 1 – 1 of 1) sorted by relevance
272 const char *show_str; in zprop_sysfs_show() local291 show_str = zprop_types[property->pd_proptype]; in zprop_sysfs_show()293 show_str = property->pd_attr == PROP_READONLY ? "1" : "0"; in zprop_sysfs_show()295 show_str = property->pd_attr == PROP_ONETIME ? "1" : "0"; in zprop_sysfs_show()297 show_str = property->pd_visible ? "1" : "0"; in zprop_sysfs_show()299 show_str = property->pd_values ? property->pd_values : ""; in zprop_sysfs_show()305 show_str = number; in zprop_sysfs_show()308 show_str = property->pd_strdefault ? in zprop_sysfs_show()313 property->pd_numdefault, &show_str, in zprop_sysfs_show()315 show_str = ""; in zprop_sysfs_show()[all …]