Lines Matching refs:current_values
59 u_int8_t *current_values = 0; variable
279 if (current_values == 0) in alloc_modified_values()
284 memcpy(modified_values, current_values, 256); in alloc_modified_values()
295 current_values = malloc(256); in alloc_current_values()
296 if (current_values == 0) in alloc_current_values()
308 memcpy(¤t_values[i], buffer.sram, SRAM_IO_SIZE); in alloc_current_values()
317 current_values = malloc(256); in alloc_current_values()
318 if (current_values == 0) in alloc_current_values()
350 if (read(fd, current_values, 256) != 256) in alloc_current_values()
383 if (memcmp(¤t_values[i], &modified_values[i], in flush()
427 if (write(fd, current_values, 256) != 256) in save()