Lines Matching refs:printf

71 		printf("[FAIL]\toutb to 0x%02hx failed\n", port);  in expect_ok_outb()
75 printf("[OK]\toutb to 0x%02hx worked\n", port); in expect_ok_outb()
81 printf("[FAIL]\toutb to 0x%02hx worked\n", port); in expect_gp_outb()
85 printf("[OK]\toutb to 0x%02hx failed\n", port); in expect_gp_outb()
115 printf("[FAIL]\tSTI worked\n"); in expect_gp_sti()
118 printf("[OK]\tSTI faulted\n"); in expect_gp_sti()
125 printf("[FAIL]\tCLI worked\n"); in expect_gp_cli()
128 printf("[OK]\tCLI faulted\n"); in expect_gp_cli()
146 printf("[OK]\tiopl() nor supported\n"); in main()
149 printf("[OK]\tiopl(3) failed (%d) -- try running as root\n", in main()
182 printf("\tchild: set IOPL to 3\n"); in main()
186 printf("[RUN]\tchild: write to 0x80\n"); in main()
194 printf("[FAIL]\tChild died\n"); in main()
197 printf("[FAIL]\tChild failed\n"); in main()
200 printf("[OK]\tChild succeeded\n"); in main()
204 printf("[RUN]\tparent: write to 0x80 (should fail)\n"); in main()
211 printf("\tiopl(3)\n"); in main()
215 printf("\tDrop privileges\n"); in main()
217 printf("[WARN]\tDropping privileges failed\n"); in main()
221 printf("[RUN]\tiopl(3) unprivileged but with IOPL==3\n"); in main()
223 printf("[FAIL]\tiopl(3) should work if iopl is already 3 even if unprivileged\n"); in main()
227 printf("[RUN]\tiopl(0) unprivileged\n"); in main()
229 printf("[FAIL]\tiopl(0) should work if iopl is already 3 even if unprivileged\n"); in main()
233 printf("[RUN]\tiopl(3) unprivileged\n"); in main()
235 printf("[FAIL]\tiopl(3) should fail if when unprivileged if iopl==0\n"); in main()
238 printf("[OK]\tFailed as expected\n"); in main()