Home
last modified time | relevance | path

Searched refs:target_cylinder (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp_disclib.c2177 uint32 block, target_cylinder; in start_seek() local
2186target_cylinder = 0; /* seek to cylinder 0 and don't reset the EOC … in start_seek()
2189 target_cylinder = cvptr->cylinder; /* seek to the controller cylinder */ in start_seek()
2193 if (target_cylinder >= drive_props [model].cylinders) { /* is the cylinder out of bounds? */ in start_seek()
2199 … delta = abs (uptr->CYL - (int32) target_cylinder); /* calculate the relative movement */ in start_seek()
2200 uptr->CYL = target_cylinder; /* and move the positioner */ in start_seek()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_disclib.c2220 uint32 block, target_cylinder; in start_seek() local
2229target_cylinder = 0; /* seek to cylinder 0 and don't reset the EOC … in start_seek()
2232 target_cylinder = cvptr->cylinder; /* seek to the controller cylinder */ in start_seek()
2236 if (target_cylinder >= drive_props [model].cylinders) { /* is the cylinder out of bounds? */ in start_seek()
2242 delta = abs (uptr->Cyl - (int32) target_cylinder); /* calculate the relative movement */ in start_seek()
2243 uptr->Cyl = target_cylinder; /* and move the positioner */ in start_seek()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_disclib.c2218 uint32 block, target_cylinder; in start_seek() local
2227target_cylinder = 0; /* seek to cylinder 0 and don't reset the EOC … in start_seek()
2230 target_cylinder = cvptr->cylinder; /* seek to the controller cylinder */ in start_seek()
2234 if (target_cylinder >= drive_props [model].cylinders) { /* is the cylinder out of bounds? */ in start_seek()
2240 delta = abs (uptr->CYL - (int32) target_cylinder); /* calculate the relative movement */ in start_seek()
2241 uptr->CYL = target_cylinder; /* and move the positioner */ in start_seek()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp_disclib.c4043 uint32 target_cylinder; in start_seek() local
4055target_cylinder = 0; /* then seek to cylinder 0 and don't reset t… in start_seek()
4058 target_cylinder = cvptr->cylinder; /* so seek to the controller cylinder */ in start_seek()
4062 if (target_cylinder >= drive_props [model].cylinders) { /* if the cylinder is out of bounds */ in start_seek()
4068 delta = abs (uptr->CYL - (int32) target_cylinder); /* calculate the relative movement */ in start_seek()
4069 uptr->CYL = target_cylinder; /* and move the positioner */ in start_seek()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp_disclib.c4044 uint32 target_cylinder; in start_seek() local
4056target_cylinder = 0; /* then seek to cylinder 0 and don't reset t… in start_seek()
4059 target_cylinder = cvptr->cylinder; /* so seek to the controller cylinder */ in start_seek()
4063 if (target_cylinder >= drive_props [model].cylinders) { /* if the cylinder is out of bounds */ in start_seek()
4069 delta = abs (uptr->Cyl - (int32) target_cylinder); /* calculate the relative movement */ in start_seek()
4070 uptr->Cyl = target_cylinder; /* and move the positioner */ in start_seek()