Searched defs:id (Results 1 - 1 of 1) sorted by relevance

/gkrellm-k10addon/src/
H A Dk10.c204 * @param id ID, which will be used by the callee to query value updates
234 init(DeviceType type, guint8 id, gchar **name, gchar **desc, gchar **label, argument
240 int dev_id = id;
243 if (type != SENSOR || id > (dev_count * data_per_dev -1)) {
271 dev_id = id/data_per_dev;
272 *name = g_strdup_printf("CPU %d Core %d Temperature", dev_id, id & 1);
273 *label = g_strdup_printf("C%d:%d T", dev_id, id & 1);
317 * @param id the ID assigned by the callee (see #initSensor())
322 update(DeviceType type, guint8 id, int *value) { argument
327 if (type != SENSOR || id > (dev_coun
[all...]

Completed in 9 milliseconds