Lines Matching refs:printf

50 		printf("[FAIL]\toutb to 0x%02hx failed\n", port);  in expect_ok_outb()
54 printf("[OK]\toutb to 0x%02hx worked\n", port); in expect_ok_outb()
60 printf("[FAIL]\toutb to 0x%02hx worked\n", port); in expect_gp_outb()
64 printf("[OK]\toutb to 0x%02hx failed\n", port); in expect_gp_outb()
117 printf("[OK]\tSTI faulted\n"); in expect_gp_sti()
120 printf("[OK]\tSTI NOPped\n"); in expect_gp_sti()
123 printf("[FAIL]\tSTI worked\n"); in expect_gp_sti()
137 printf("[OK]\tCLI faulted\n"); in test_cli()
140 printf("[OK]\tCLI NOPped\n"); in test_cli()
143 printf("[FAIL]\tCLI worked\n"); in test_cli()
165 printf("[OK]\tiopl() nor supported\n"); in main()
168 printf("[OK]\tiopl(3) failed (%d) -- try running as root\n", in main()
200 printf("\tchild: set IOPL to 3\n"); in main()
204 printf("[RUN]\tchild: write to 0x80\n"); in main()
212 printf("[FAIL]\tChild died\n"); in main()
215 printf("[FAIL]\tChild failed\n"); in main()
218 printf("[OK]\tChild succeeded\n"); in main()
222 printf("[RUN]\tparent: write to 0x80 (should fail)\n"); in main()
228 printf("\tiopl(3)\n"); in main()
232 printf("\tDrop privileges\n"); in main()
234 printf("[WARN]\tDropping privileges failed\n"); in main()
238 printf("[RUN]\tiopl(3) unprivileged but with IOPL==3\n"); in main()
240 printf("[FAIL]\tiopl(3) should work if iopl is already 3 even if unprivileged\n"); in main()
244 printf("[RUN]\tiopl(0) unprivileged\n"); in main()
246 printf("[FAIL]\tiopl(0) should work if iopl is already 3 even if unprivileged\n"); in main()
250 printf("[RUN]\tiopl(3) unprivileged\n"); in main()
252 printf("[FAIL]\tiopl(3) should fail if when unprivileged if iopl==0\n"); in main()
255 printf("[OK]\tFailed as expected\n"); in main()