Searched defs:chs (Results 1 – 3 of 3) sorted by relevance
19 struct chs { struct20 uint64_t chs_cyl; argument21 uint32_t chs_head; argument22 uint32_t chs_sect; argument
752 chs_to_dp(const unsigned char prt_id, const struct chs *chs, uint8_t *dp_cyl, in chs_to_dp()
287 char buf[100], chs[20]; local