Query: ccw_device_set_offline
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CCW_DEVICE_SET_OFFLI(9) The ccw bus CCW_DEVICE_SET_OFFLI(9)NAMEccw_device_set_offline - disable a ccw device for I/OSYNOPSISint ccw_device_set_offline(struct ccw_device * cdev);ARGUMENTScdev target ccw deviceDESCRIPTIONThis function calls the driver's set_offline function for cdev, if given, and then disables cdev.RETURNS0 on success and a negative error value on failure.CONTEXTenabled, ccw device lock not heldAUTHORCornelia Huck <cornelia.huck@de.ibm.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 CCW_DEVICE_SET_OFFLI(9)