Lines Matching refs:cc
706 int retry, cc; in __disable_subchannel_easy() local
708 cc = 0; in __disable_subchannel_easy()
711 cc = msch_err(schid, schib); in __disable_subchannel_easy()
712 if (cc) in __disable_subchannel_easy()
713 return (cc==3?-ENODEV:-EBUSY); in __disable_subchannel_easy()
971 int cc; in cio_tm_start_key() local
980 cc = ssch(sch->schid, orb); in cio_tm_start_key()
981 switch (cc) { in cio_tm_start_key()
1001 int cc; in cio_tm_intrg() local
1005 cc = xsch(sch->schid); in cio_tm_intrg()
1006 switch (cc) { in cio_tm_intrg()