Home
last modified time | relevance | path

Searched refs:UNIT_UNLOAD (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_dp.c127 #define UNIT_UNLOAD (1 << UNIT_V_UNLOAD) macro
330 UNIT_DISABLE | UNIT_UNLOAD, DP_SIZE3) },
332 UNIT_DISABLE | UNIT_UNLOAD, DP_SIZE3) },
334 UNIT_DISABLE | UNIT_UNLOAD, DP_SIZE3) },
336 UNIT_DISABLE | UNIT_UNLOAD, DP_SIZE3) }
369 { UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", dpc_load_unload },
370 { UNIT_UNLOAD, 0, "heads loaded", "LOADED", dpc_load_unload },
863 if (uptr->flags & UNIT_UNLOAD) { /* drive down? */ in dpc_svc()
1046 dpc_load_unload (uptr, UNIT_UNLOAD, NULL, NULL); /* unload heads */ in dpc_detach()
1059 if (value == UNIT_UNLOAD) /* unload heads? */ in dpc_load_unload()
[all …]
H A Dhp2100_dq.c85 #define UNIT_UNLOAD (1 << UNIT_V_UNLOAD) macro
256 UNIT_DISABLE | UNIT_UNLOAD, DQ_SIZE) },
258 UNIT_DISABLE | UNIT_UNLOAD, DQ_SIZE) }
287 { UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", dqc_load_unload },
288 { UNIT_UNLOAD, 0, "heads loaded", "LOADED", dqc_load_unload },
626 if ((dqc_unit[drv].flags & UNIT_UNLOAD) == 0) /* drive up? */ in dqd_svc()
682 if (uptr->flags & UNIT_UNLOAD) { /* drive down? */ in dqc_svc()
869 dqc_load_unload (uptr, UNIT_UNLOAD, NULL, NULL); /* unload heads */ in dqc_detach()
878 if (value == UNIT_UNLOAD) /* unload heads? */ in dqc_load_unload()
879 uptr->flags = uptr->flags | UNIT_UNLOAD; /* indicate unload */ in dqc_load_unload()
[all …]
H A Dhp2100_ds.c236 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
303 { UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &ds_load_unload, NULL, NULL },
304 { UNIT_UNLOAD, 0, "heads loaded", "LOADED", &ds_load_unload, NULL, NULL },
1197 const t_bool load = (value != UNIT_UNLOAD); /* true if the heads are loading */ in ds_load_unload()
H A Dhp2100_di_da.c527 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
553 { UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &da_load_unload, NULL, NULL },
554 { UNIT_UNLOAD, 0, "heads loaded", "LOADED", &da_load_unload, NULL, NULL },
1261 const t_bool load = (value != UNIT_UNLOAD); /* true if the heads are loading */ in da_load_unload()
H A Dhp_disclib.c1568 uptr->flags = uptr->flags & ~UNIT_UNLOAD; /* clear the unload flag */ in dl_load_unload()
1576 uptr->flags = uptr->flags | UNIT_UNLOAD; /* set the unload flag */ in dl_load_unload()
1947 if (uptr->flags & UNIT_UNLOAD) { /* if the drive is not ready, */ in end_write()
2071 else if (uptr->flags & UNIT_UNLOAD) /* is the drive ready for positioning? */ in position_sector()
2180 if (uptr->flags & UNIT_UNLOAD) { /* are the heads unloaded? */ in start_seek()
2356 else if (uptr->flags & UNIT_UNLOAD) /* are the heads unloaded? */ in drive_status()
H A Dhp_disclib.h86 #define UNIT_UNLOAD (1 << UNIT_V_UNLOAD) macro
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_dq.c107 #define UNIT_UNLOAD (1 << UNIT_V_UNLOAD) macro
327 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
370 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &dqc_load_unload, NULL, NULL…
371 …{ UNIT_UNLOAD, 0, "heads loaded", "LOADED", &dqc_load_unload, NULL, NULL…
824 if (not (dqc_unit[drv].flags & UNIT_UNLOAD)) /* drive up? */ in dqd_svc()
883 if (uptr->flags & UNIT_UNLOAD) { /* drive down? */ in dqc_svc()
1120 dqc_load_unload (uptr, UNIT_UNLOAD, NULL, NULL); /* unload heads */ in dqc_detach()
1129 if (value == UNIT_UNLOAD) /* unload heads? */ in dqc_load_unload()
1130 uptr->flags = uptr->flags | UNIT_UNLOAD; /* indicate unload */ in dqc_load_unload()
1131 else uptr->flags = uptr->flags & ~UNIT_UNLOAD; /* indicate load */ in dqc_load_unload()
H A Dhp2100_dp.c262 #define UNIT_UNLOAD (1 << UNIT_V_UNLOAD) macro
537 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
585 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &dpc_load_unload, NULL, NULL…
586 …{ UNIT_UNLOAD, 0, "heads loaded", "LOADED", &dpc_load_unload, NULL, NULL…
1150 if (not (dpc_unit[drv].flags & UNIT_UNLOAD)) { /* drive up? */ in dpd_svc()
1223 if (uptr->flags & UNIT_UNLOAD) { /* drive down? */ in dpc_svc()
1450 dpc_load_unload (uptr, UNIT_UNLOAD, NULL, NULL); /* unload heads */ in dpc_detach()
1463 if (value == UNIT_UNLOAD) /* unload heads? */ in dpc_load_unload()
1464 uptr->flags = uptr->flags | UNIT_UNLOAD; /* indicate unload */ in dpc_load_unload()
1466 uptr->flags = uptr->flags & ~UNIT_UNLOAD; /* indicate load */ in dpc_load_unload()
H A Dhp2100_ds.c237 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
330 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &ds_load_unload, NULL, NULL …
331 …{ UNIT_UNLOAD, 0, "heads loaded", "LOADED", &ds_load_unload, NULL, NULL …
1421 const t_bool load = (value != UNIT_UNLOAD); /* true if the heads are loading */ in ds_load_unload()
H A Dhp2100_di_da.c553 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
581 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &da_load_unload, NULL, NULL …
582 …{ UNIT_UNLOAD, 0, "heads loaded", "LOADED", &da_load_unload, NULL, NULL …
1362 const t_bool load = (value != UNIT_UNLOAD); /* true if the heads are loading */ in da_load_unload()
H A Dhp2100_disclib.c1583 uptr->flags = uptr->flags & ~UNIT_UNLOAD; /* clear the unload flag */ in dl_load_unload()
1591 uptr->flags = uptr->flags | UNIT_UNLOAD; /* set the unload flag */ in dl_load_unload()
1978 if (uptr->flags & UNIT_UNLOAD) { /* if the drive is not ready, */ in end_write()
2106 else if (uptr->flags & UNIT_UNLOAD) /* is the drive ready for positioning? */ in position_sector()
2223 if (uptr->flags & UNIT_UNLOAD) { /* are the heads unloaded? */ in start_seek()
2404 else if (uptr->flags & UNIT_UNLOAD) /* are the heads unloaded? */ in drive_status()
H A Dhp2100_disclib.h87 #define UNIT_UNLOAD (1 << UNIT_V_UNLOAD) macro
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_dq.c104 #define UNIT_UNLOAD (1 << UNIT_V_UNLOAD) macro
322 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
365 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &dqc_load_unload, NULL, NULL…
366 …{ UNIT_UNLOAD, 0, "heads loaded", "LOADED", &dqc_load_unload, NULL, NULL…
819 if ((dqc_unit[drv].flags & UNIT_UNLOAD) == 0) /* drive up? */ in dqd_svc()
878 if (uptr->flags & UNIT_UNLOAD) { /* drive down? */ in dqc_svc()
1117 dqc_load_unload (uptr, UNIT_UNLOAD, NULL, NULL); /* unload heads */ in dqc_detach()
1126 if (value == UNIT_UNLOAD) /* unload heads? */ in dqc_load_unload()
1127 uptr->flags = uptr->flags | UNIT_UNLOAD; /* indicate unload */ in dqc_load_unload()
1128 else uptr->flags = uptr->flags & ~UNIT_UNLOAD; /* indicate load */ in dqc_load_unload()
H A Dhp2100_dp.c259 #define UNIT_UNLOAD (1 << UNIT_V_UNLOAD) macro
532 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
580 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &dpc_load_unload, NULL, NULL…
581 …{ UNIT_UNLOAD, 0, "heads loaded", "LOADED", &dpc_load_unload, NULL, NULL…
1145 if ((dpc_unit[drv].flags & UNIT_UNLOAD) == 0) { /* drive up? */ in dpd_svc()
1218 if (uptr->flags & UNIT_UNLOAD) { /* drive down? */ in dpc_svc()
1447 dpc_load_unload (uptr, UNIT_UNLOAD, NULL, NULL); /* unload heads */ in dpc_detach()
1460 if (value == UNIT_UNLOAD) /* unload heads? */ in dpc_load_unload()
1461 uptr->flags = uptr->flags | UNIT_UNLOAD; /* indicate unload */ in dpc_load_unload()
1463 uptr->flags = uptr->flags & ~UNIT_UNLOAD; /* indicate load */ in dpc_load_unload()
H A Dhp2100_ds.c232 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
325 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &ds_load_unload, NULL, NULL …
326 …{ UNIT_UNLOAD, 0, "heads loaded", "LOADED", &ds_load_unload, NULL, NULL …
1413 const t_bool load = (value != UNIT_UNLOAD); /* true if the heads are loading */ in ds_load_unload()
H A Dhp2100_di_da.c547 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
575 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOADED", &da_load_unload, NULL, NULL …
576 …{ UNIT_UNLOAD, 0, "heads loaded", "LOADED", &da_load_unload, NULL, NULL …
1356 const t_bool load = (value != UNIT_UNLOAD); /* true if the heads are loading */ in da_load_unload()
H A Dhp2100_disclib.c1581 uptr->flags = uptr->flags & ~UNIT_UNLOAD; /* clear the unload flag */ in dl_load_unload()
1589 uptr->flags = uptr->flags | UNIT_UNLOAD; /* set the unload flag */ in dl_load_unload()
1976 if (uptr->flags & UNIT_UNLOAD) { /* if the drive is not ready, */ in end_write()
2104 else if (uptr->flags & UNIT_UNLOAD) /* is the drive ready for positioning? */ in position_sector()
2221 if (uptr->flags & UNIT_UNLOAD) { /* are the heads unloaded? */ in start_seek()
2402 else if (uptr->flags & UNIT_UNLOAD) /* are the heads unloaded? */ in drive_status()
H A Dhp2100_disclib.h86 #define UNIT_UNLOAD (1 << UNIT_V_UNLOAD) macro
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp_disclib.h112 #define UNIT_UNLOAD (1u << UNIT_UNLOAD_SHIFT) macro
521 …{ UNIT_UNLOAD, 0, "heads loaded", "LOAD", &(loadvalid), NULL, NULL }…
522 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOAD", &(loadvalid), NULL, NULL }…
H A Dhp3000_ds.c402 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
1045 const t_bool load = (value != UNIT_UNLOAD); /* TRUE if the heads are loading */ in ds_load_unload()
H A Dhp_disclib.c2806 uptr->flags &= ~UNIT_UNLOAD; /* then clear the unload flag */ in dl_load_unload()
2814 uptr->flags |= UNIT_UNLOAD; /* so set the unload flag */ in dl_load_unload()
3751 if (uptr->flags & UNIT_UNLOAD) { /* if the drive is not ready */ in end_write()
3903 else if (uptr->flags & UNIT_UNLOAD) /* otherwise if the drive is not ready for … in position_sector()
4046 if (uptr->flags & UNIT_UNLOAD) /* if the heads are unloaded */ in start_seek()
4220 else if (uptr->flags & UNIT_UNLOAD) /* if the heads are unloaded */ in drive_status()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp_disclib.h113 #define UNIT_UNLOAD (1u << UNIT_UNLOAD_SHIFT) macro
522 …{ UNIT_UNLOAD, 0, "heads loaded", "LOAD", &(loadvalid), NULL, NULL }…
523 …{ UNIT_UNLOAD, UNIT_UNLOAD, "heads unloaded", "UNLOAD", &(loadvalid), NULL, NULL }…
H A Dhp3000_ds.c403 #define UNIT_FLAGS (UNIT_FIX | UNIT_ATTABLE | UNIT_ROABLE | UNIT_DISABLE | UNIT_UNLOAD)
1046 const t_bool load = (value != UNIT_UNLOAD); /* TRUE if the heads are loading */ in ds_load_unload()
H A Dhp_disclib.c2807 uptr->flags &= ~UNIT_UNLOAD; /* then clear the unload flag */ in dl_load_unload()
2815 uptr->flags |= UNIT_UNLOAD; /* so set the unload flag */ in dl_load_unload()
3752 if (uptr->flags & UNIT_UNLOAD) { /* if the drive is not ready */ in end_write()
3904 else if (uptr->flags & UNIT_UNLOAD) /* otherwise if the drive is not ready for … in position_sector()
4047 if (uptr->flags & UNIT_UNLOAD) /* if the heads are unloaded */ in start_seek()
4221 else if (uptr->flags & UNIT_UNLOAD) /* if the heads are unloaded */ in drive_status()