Lines Matching refs:cc
725 int retry, cc; in __disable_subchannel_easy() local
727 cc = 0; in __disable_subchannel_easy()
730 cc = msch_err(schid, schib); in __disable_subchannel_easy()
731 if (cc) in __disable_subchannel_easy()
732 return (cc==3?-ENODEV:-EBUSY); in __disable_subchannel_easy()
976 int cc; in cio_tm_start_key() local
985 cc = ssch(sch->schid, orb); in cio_tm_start_key()
986 switch (cc) { in cio_tm_start_key()
1006 int cc; in cio_tm_intrg() local
1010 cc = xsch(sch->schid); in cio_tm_intrg()
1011 switch (cc) { in cio_tm_intrg()