Lines Matching refs:printf
71 printf("[FAIL]\toutb to 0x%02hx failed\n", port);
75 printf("[OK]\toutb to 0x%02hx worked\n", port);
81 printf("[FAIL]\toutb to 0x%02hx worked\n", port);
85 printf("[OK]\toutb to 0x%02hx failed\n", port);
138 printf("[OK]\tSTI faulted\n");
141 printf("[OK]\tSTI NOPped\n");
144 printf("[FAIL]\tSTI worked\n");
158 printf("[OK]\tCLI faulted\n");
161 printf("[OK]\tCLI NOPped\n");
164 printf("[FAIL]\tCLI worked\n");
186 printf("[OK]\tiopl() nor supported\n");
189 printf("[OK]\tiopl(3) failed (%d) -- try running as root\n",
221 printf("\tchild: set IOPL to 3\n");
225 printf("[RUN]\tchild: write to 0x80\n");
233 printf("[FAIL]\tChild died\n");
236 printf("[FAIL]\tChild failed\n");
239 printf("[OK]\tChild succeeded\n");
243 printf("[RUN]\tparent: write to 0x80 (should fail)\n");
249 printf("\tiopl(3)\n");
253 printf("\tDrop privileges\n");
255 printf("[WARN]\tDropping privileges failed\n");
259 printf("[RUN]\tiopl(3) unprivileged but with IOPL==3\n");
261 printf("[FAIL]\tiopl(3) should work if iopl is already 3 even if unprivileged\n");
265 printf("[RUN]\tiopl(0) unprivileged\n");
267 printf("[FAIL]\tiopl(0) should work if iopl is already 3 even if unprivileged\n");
271 printf("[RUN]\tiopl(3) unprivileged\n");
273 printf("[FAIL]\tiopl(3) should fail if when unprivileged if iopl==0\n");
276 printf("[OK]\tFailed as expected\n");