Frees up system resources used by the specified communications device until they are needed.
devno | Major and minor device numbers. |
chan | Channel number assigned by the device handler's ddmpx entry point. |
The ddclose entry point frees up system resources used by the specified communications device until they are needed again. Data retained in the receive queue, transmit queue, or status queue is purged. All buffers associated with this channel are freed. The ddclose entry point should be called once for each successfully issued ddopen entry point.
Before issuing a ddclose entry point, a CIO_HALT operation should be issued for each previously successful CIO_START operation on this channel.
A ddclose entry point can be called from the process environment only.
In general, communication device-handlers use the common return codes defined for entry points. However, device handlers for specific communication devices may return device-specific codes. The common return code for the ddclose entry point is the following:
ENXIO | Indicates an attempt to close an unconfigured device. |
The ddmpx entry point, ddopen entry point.
The CIO_HALT ddioctl Communications PDH Operation, CIO_START ddioctl Communications PDH Operation.