Home | History | Annotate | Download | only in memswitch

Lines Matching refs:current_values

59 u_int8_t *current_values = 0;
279 if (current_values == 0)
284 memcpy(modified_values, current_values, 256);
295 current_values = malloc(256);
296 if (current_values == 0)
308 memcpy(&current_values[i], buffer.sram, SRAM_IO_SIZE);
317 current_values = malloc(256);
318 if (current_values == 0)
350 if (read(fd, current_values, 256) != 256)
383 if (memcmp(&current_values[i], &modified_values[i],
427 if (write(fd, current_values, 256) != 256)