Lines Matching refs:cc
40 int cc; in sclp_service_call_test() local
44 cc = servc(command, __pa(sccb)); in sclp_service_call_test()
49 if (!cc) in sclp_service_call_test()
51 return cc; in sclp_service_call_test()
403 int cc; in test_instbits() local
414 : "=&d" (cc) in test_instbits()
421 if (cc) in test_instbits()
425 report(cc == 0, "Instruction format ignored bits"); in test_instbits()
437 int i, cc; in find_valid_sclp_code() local
445 cc = sclp_service_call(commands[i], h); in find_valid_sclp_code()
446 if (cc) in find_valid_sclp_code()