Searched refs:sector (Results 1 – 3 of 3) sorted by relevance
75 int sector = -1; in main() local110 sector = strtol(optarg, NULL, 0); in main()177 if (sector >= 0) { in main()178 printf("Erasing sector %d\n", sector); in main()179 ret = erase_sector(handle, sector); in main()
101 uint8_t erase_sector(handle_t *handle, uint16_t sector) in erase_sector() argument112 write_cnt(handle, sector); in erase_sector()
43 uint8_t erase_sector(handle_t *handle, uint16_t sector);