Close(iORequest), printerDev
The close routine notifies a device that it will no longer be using the device. The driver will clear the IO_DEVICE and IO_UNIT entries in the iORequest structure.
The open count on the device will be decremented, and if it falls to zero and an
Expunge is pending, the
Expunge will take place.