Home
last modified time | relevance | path

Searched refs:dp_sect (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/fdisk/
H A Dpart.c753 uint8_t *dp_hd, uint8_t *dp_sect) in chs_to_dp() argument
767 *dp_sect = (sect & 0x3F) | ((cyl & 0x300) >> 2); in chs_to_dp()