Lines Matching refs:cc
20 int cc; in test_priv() local
23 cc = sck(&time_to_set_privileged); in test_priv()
24 report(!cc, "set clock cc=%d", cc); in test_priv()
26 cc = stck(&time_verify); in test_priv()
27 report(!cc, "store clock cc=%d", cc); in test_priv()
39 cc = stck(&time_verify); in test_priv()
40 report(!cc, "store clock cc=%d", cc); in test_priv()
66 int cc; in test_set() local
70 cc = sck(&time); in test_set()
71 report(!cc, "set clock cc=%d", cc); in test_set()
73 cc = stck(&start); in test_set()
74 report(!cc, "store start clock cc=%d", cc); in test_set()
79 cc = stck(&end); in test_set()
80 report(!cc, "store end clock cc=%d", cc); in test_set()