Lines Matching refs:cc

364 	unsigned int cc;  in test_channel_subsystem_call()  local
374 : [cc] "=d" (cc) in test_channel_subsystem_call()
378 cc = cc >> 28; in test_channel_subsystem_call()
379 report(cc == 0 && comm_block[9], chsc_msg); in test_channel_subsystem_call()
385 cc = chsc_key_1(comm_block); in test_channel_subsystem_call()
386 report(cc == 0 && comm_block[9], chsc_msg); in test_channel_subsystem_call()
420 cc = chsc_key_1(comm_block); in test_channel_subsystem_call()
421 report(cc == 0 && comm_block[9], chsc_msg); in test_channel_subsystem_call()
587 int cc; in test_msch() local
598 cc = stsch(test_device_sid, schib); in test_msch()
599 if (cc) { in test_msch()
607 cc = msch(test_device_sid, schib); in test_msch()
608 if (!cc) { in test_msch()
610 cc = stsch(test_device_sid, schib); in test_msch()
611 report(!cc && schib->pmcw.intparm == 100, "fetched from SCHIB"); in test_msch()
620 cc = modify_subchannel_key_1(test_device_sid, schib); in test_msch()
621 if (!cc) { in test_msch()
623 cc = stsch(test_device_sid, schib); in test_msch()
624 report(!cc && schib->pmcw.intparm == 200, "fetched from SCHIB"); in test_msch()
635 cc = modify_subchannel_key_1(test_device_sid, schib); in test_msch()
636 if (!cc) { in test_msch()
638 cc = stsch(test_device_sid, schib); in test_msch()
639 report(!cc && schib->pmcw.intparm == 300, "fetched from SCHIB"); in test_msch()
653 cc = stsch(test_device_sid, schib); in test_msch()
654 report(!cc && schib->pmcw.intparm == 0, "did not modify subchannel"); in test_msch()
678 cc = stsch(test_device_sid, schib); in test_msch()
679 report(!cc && schib->pmcw.intparm == 0, "did not modify subchannel"); in test_msch()
691 cc = modify_subchannel_key_1(test_device_sid, (struct schib *)0); in test_msch()
693 if (!cc) { in test_msch()
695 cc = stsch(test_device_sid, schib); in test_msch()
696 report(!cc && schib->pmcw.intparm == 600, "fetched from SCHIB"); in test_msch()
714 cc = stsch(test_device_sid, schib); in test_msch()
715 report(!cc && schib->pmcw.intparm == 0, "did not modify subchannel"); in test_msch()