Home
last modified time | relevance | path

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

/original-bsd/sys/tahoe/stand/
H A Dhd.c197 geometry_block *geo; local
219 geo = &geometry.geometry_block;
220 if (geo->version > 64000 || geo->version < 0) {
224 if (strcmp(&geo->id[0], GB_ID)) {
228 GB_CHECKSUM(geo, cnt);
234 dlp->d_partitions[cnt].p_offset = geo->partition[cnt].start;
235 dlp->d_partitions[cnt].p_size = geo->partition[cnt].length;
/original-bsd/sys/tahoe/vba/
H A Dhd.c857 geometry_block *geo; variable
877 geo = &geometry.geometry_block;
878 if (geo->version > 64000 || geo->version < 0) {
882 if (bcmp(&geo->id[0], GB_ID, GB_ID_LEN)) {
886 GB_CHECKSUM(geo, cnt);
896 geo->partition[cnt].start * (1024 / lp->d_secsize);
898 geo->partition[cnt].length * (1024 / lp->d_secsize);