Searched refs:expected_chst (Results 1 – 1 of 1) sorted by relevance
84 static bool is_hd(const CHST *expected_chst) in is_hd() argument86 return expected_chst && expected_chst->cyls; in is_hd()117 const CHST *expected_chst) in test_cmos_drive_cyl() argument119 if (is_hd(expected_chst)) { in test_cmos_drive_cyl()120 int c = expected_chst->cyls; in test_cmos_drive_cyl()121 int h = expected_chst->heads; in test_cmos_drive_cyl()122 int s = expected_chst->secs; in test_cmos_drive_cyl()346 const CHST expected_chst = { secs / (4 * 32) , 4, 32, trans }; in test_ide_drive_user() local352 expected_chst.cyls, expected_chst.heads, in test_ide_drive_user()353 expected_chst.secs); in test_ide_drive_user()[all …]