Query: ccw_device_halt
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CCW_DEVICE_HALT(9) The ccw bus CCW_DEVICE_HALT(9)NAMEccw_device_halt - halt I/O request processingSYNOPSISint ccw_device_halt(struct ccw_device * cdev, unsigned long intparm);ARGUMENTScdev target ccw device intparm interruption parameter; value is only used if no I/O is outstanding, otherwise the intparm associated with the I/O request is returnedDESCRIPTIONccw_device_halt calls hsch on cdev's subchannel.RETURNS0 on success, -ENODEV on device not operational, -EINVAL on invalid device state, -EBUSY on device busy or interrupt pending.CONTEXTInterrupts disabled, ccw device lock heldAUTHORCornelia Huck <cornelia.huck@de.ibm.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 CCW_DEVICE_HALT(9)