Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is an IO status block?

block IO Status
0
Posted

What is an IO status block?

0

System routines involving I/O operations often refer to a structure called an “I/O status block”. It is mainly used in asynchronous operations, or to pass additional status information. The IOSB consists of a 16bit word holding the number of bytes transfered, a 16bit word holding the condition value describing the I/O operation’s completion status, and additional information (dependant on the operation and the device). The “I/O Reference Manual” in the documentation set has the gory details. It should always be used with asynchronous operations, because the condition value returned from the system routine only refers to the queuing of the operation, while the actual result of the operation is passed in the IOSB.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.