Searched refs:chs_table (Results 1 – 1 of 1) sorted by relevance
61 static const chs_entry_t chs_table[] = { variable80 while (chs_table[k].size > 0 && size > chs_table[k].size) in get_chs()83 if (chs_table[k].size > 0) { in get_chs()85 *cyl = chs_table[k].cyl; in get_chs()87 *head = chs_table[k].head; in get_chs()89 *sec = chs_table[k].sec; in get_chs()