Home
last modified time | relevance | path

Searched defs:chs (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sbin/fdisk/
H A Dpart.h19 struct chs { struct
20 uint64_t chs_cyl; argument
21 uint32_t chs_head; argument
22 uint32_t chs_sect; argument
H A Dpart.c752 chs_to_dp(const unsigned char prt_id, const struct chs *chs, uint8_t *dp_cyl, in chs_to_dp()
/openbsd-src/usr.bin/rpcgen/
H A Drpc_scan.c287 char buf[100], chs[20]; local