Searched defs:hdd (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/usr/arrakismon/
H A Dhdd.h19 struct hdd { struct
[all...]
H A Dhdd.c22 calc_chs (struct hdd *hdd) argument
71 hdd_reset(struct hdd *hdd) argument
76 hdd_get_geometry_chs(struct hdd *hdd, uint16_t *cylinders, uint8_t *heads, uint8_t *sectors) argument
87 hdd_get_blocks_count(struct hdd *hdd) argument
93 hdd_read_blocks(struct hdd *hdd, size_t start_block, size_t *count, uintptr_t buffer) argument
[all...]
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dhdd.h19 struct hdd { struct
[all...]
H A Dhdd.c22 calc_chs (struct hdd *hdd) argument
71 hdd_reset(struct hdd *hdd) argument
76 hdd_get_geometry_chs(struct hdd *hdd, uint16_t *cylinders, uint8_t *heads, uint8_t *sectors) argument
87 hdd_get_blocks_count(struct hdd *hdd) argument
93 hdd_read_blocks(struct hdd *hdd, size_t start_block, size_t *count, uintptr_t buffer) argument
[all...]

Completed in 38 milliseconds