Lines Matching refs:printf

50 		printf("[FAIL]\toutb to 0x%02hx failed\n", port);  in expect_ok()
54 printf("[OK]\toutb to 0x%02hx worked\n", port); in expect_ok()
60 printf("[FAIL]\toutb to 0x%02hx worked\n", port); in expect_gp()
64 printf("[OK]\toutb to 0x%02hx failed\n", port); in expect_gp()
82 printf("[RUN]\tenable 0x80\n"); in main()
84 printf("[OK]\tioperm(0x80, 1, 1) failed (%d) -- try running as root\n", in main()
91 printf("[RUN]\tdisable 0x80\n"); in main()
93 printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno); in main()
101 printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno); in main()
110 printf("[RUN]\tchild: check that we inherited permissions\n"); in main()
113 printf("[RUN]\tchild: Extend permissions to 0x81\n"); in main()
115 printf("[FAIL]\tioperm(0x81, 1, 1) failed (%d)", errno); in main()
118 printf("[RUN]\tchild: Drop permissions to 0x80\n"); in main()
120 printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno); in main()
129 printf("[FAIL]\tChild died\n"); in main()
132 printf("[FAIL]\tChild failed\n"); in main()
135 printf("[OK]\tChild succeeded\n"); in main()
140 printf("\tVerify that unsharing the bitmap worked\n"); in main()
144 printf("\tDrop privileges\n"); in main()
146 printf("[WARN]\tDropping privileges failed\n"); in main()
150 printf("[RUN]\tdisable 0x80\n"); in main()
152 printf("[FAIL]\tioperm(0x80, 1, 0) failed (%d)", errno); in main()
155 printf("[OK]\tit worked\n"); in main()
157 printf("[RUN]\tenable 0x80 again\n"); in main()
159 printf("[FAIL]\tit succeeded but should have failed.\n"); in main()
162 printf("[OK]\tit failed\n"); in main()