Searched refs:write_byte_offset (Results 1 – 1 of 1) sorted by relevance
31 static int write_byte_offset = -1; variable86 write_byte_offset = strtoul(optarg, NULL, 16); in parse_opts()99 if (write_byte_offset < 0 || in parse_opts()100 write_byte_offset >= EC_SPACE_SIZE) { in parse_opts()103 write_byte_offset, EC_SPACE_SIZE - 1); in parse_opts()109 "[0-0xff]\n", write_byte_offset); in parse_opts()233 write_ec_val(fd, write_byte_offset, write_value); in main()