Query: ccw_device_tm_start_key
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CCW_DEVICE_TM_START_(9) The ccw bus CCW_DEVICE_TM_START_(9)NAMEccw_device_tm_start_key - perform start functionSYNOPSISint ccw_device_tm_start_key(struct ccw_device * cdev, struct tcw * tcw, unsigned long intparm, u8 lpm, u8 key);ARGUMENTScdev ccw device on which to perform the start function tcw transport-command word to be started intparm user defined parameter to be passed to the interrupt handler lpm mask of paths to use key storage key to use for storage accessDESCRIPTIONStart the tcw on the given ccw device. Return zero on success, non-zero otherwise.AUTHORCornelia Huck <cornelia.huck@de.ibm.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CCW_DEVICE_TM_START_(9)