Lines Matching refs:printf

32 		printf("Error: couldn't map the space we need for the test\n");  in find_base_addr()
37 printf("Error: couldn't map the space we need for the test\n"); in find_base_addr()
55 printf("Error: couldn't map the space we need for the test\n"); in main()
67 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
71 printf("Error: couldn't map the space we need for the test\n"); in main()
78 printf("Error: munmap failed!?\n"); in main()
81 printf("unmap() successful\n"); in main()
87 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
91 printf("Error: first mmap() failed unexpectedly\n"); in main()
107 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
111 printf("Error:1: mmap() succeeded when it shouldn't have\n"); in main()
128 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
132 printf("Error:2: mmap() succeeded when it shouldn't have\n"); in main()
148 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
152 printf("Error:3: mmap() succeeded when it shouldn't have\n"); in main()
168 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
172 printf("Error:4: mmap() succeeded when it shouldn't have\n"); in main()
188 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
192 printf("Error:5: mmap() failed when it shouldn't have\n"); in main()
208 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
212 printf("Error:6: mmap() failed when it shouldn't have\n"); in main()
220 printf("Error: munmap failed!?\n"); in main()
223 printf("unmap() successful\n"); in main()
225 printf("OK\n"); in main()