Home
last modified time | relevance | path

Searched refs:store_value (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dtests.py115 self.table.store_value(version, pkgarch, checksum0, "0")
116 self.table.store_value(version, pkgarch, checksum1, "1")
118 self.table.store_value(version, pkgarch, checksum0, "2")
119 self.table.store_value(version, pkgarch, checksum2, "1.0")
141 self.table.store_value(version, pkgarch, checksum1, "1.3")
142 self.table.store_value(version, pkgarch, checksum1, "1.20")
H A Ddb.py157 def store_value(self, version, pkgarch, checksum, value): member in PRTable
192 self.store_value(version, pkgarch, checksum, value)
196 self.store_value(version, pkgarch, checksum, value)
H A Dserv.py119 self.server.table.store_value(version, pkgarch, checksum, value)
146 self.server.table.store_value(version, pkgarch, checksum, value)
159 self.server.table.store_value(version, pkgarch, checksum, subvalue)
/openbmc/linux/security/tomoyo/
H A Dcondition.c577 goto store_value; in tomoyo_get_condition()
592 goto store_value; in tomoyo_get_condition()
626 goto store_value; in tomoyo_get_condition()
641 store_value: in tomoyo_get_condition()
/openbmc/linux/drivers/hid/
H A Dhid-sensor-custom.c385 static ssize_t store_value(struct device *dev, struct device_attribute *attr, in store_value() function
600 device_attr->store = store_value; in hid_sensor_custom_add_attributes()