DevHlp PutWaitingQueue: Difference between revisions
Appearance
Created page with "Category:Undocumented Put I/O request on waiting queue. Category:DevHlps" |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Put I/O request on waiting queue. | Put I/O request on waiting queue. | ||
Put a request on the waiting queue in the unit control block for the specified unit. | |||
==Syntax== | |||
PutWaitingQueue (pUnitCB,pIORB) | |||
==Parameters== | |||
;''pUnitCB'' (NPUNITCB) - input: Pointer to UnitCB. | |||
;''pIORB'' (NPIORB) - input: Pointer to IORB | |||
==Returns== | |||
Void. | |||
[[Category:DevHlps]] | [[Category:DevHlps]] |
Latest revision as of 18:30, 23 May 2025
Put I/O request on waiting queue.
Put a request on the waiting queue in the unit control block for the specified unit.
Syntax
PutWaitingQueue (pUnitCB,pIORB)
Parameters
- pUnitCB (NPUNITCB) - input
- Pointer to UnitCB.
- pIORB (NPIORB) - input
- Pointer to IORB
Returns
Void.