memswitch.c | 59 u_int8_t *current_values = 0; variable in typeref:typename:u_int8_t * 279 if (current_values == 0) 284 memcpy(modified_values, current_values, 256); 295 current_values = malloc(256); 296 if (current_values == 0) 308 memcpy(¤t_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(¤t_values[i], &modified_values[i] [all...] |