Searched refs:sp_cylsec (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.c83 uint16_t sp_cylsec; member in struct:specification_packet
383 bd->bd_cyl = ((bc_sp.sp_cylsec & 0xc0) << 2) +
384 ((bc_sp.sp_cylsec & 0xff00) >> 8) + 1;
385 bd->bd_sec = bc_sp.sp_cylsec & 0x3f;
/freebsd-11-stable/stand/pc98/libpc98/
H A Dbioscd.c76 u_short sp_cylsec; member in struct:specification_packet

Completed in 107 milliseconds