Lines Matching refs:printf

36 		printf("Error: couldn't map the space we need for the test\n");  in find_base_addr()
41 printf("Error: couldn't map the space we need for the test\n"); in find_base_addr()
59 printf("Error: couldn't map the space we need for the test\n"); in main()
71 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
75 printf("Error: couldn't map the space we need for the test\n"); in main()
82 printf("Error: munmap failed!?\n"); in main()
85 printf("unmap() successful\n"); in main()
91 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
95 printf("Error: first mmap() failed unexpectedly\n"); in main()
111 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
115 printf("Error:1: mmap() succeeded when it shouldn't have\n"); in main()
132 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
136 printf("Error:2: mmap() succeeded when it shouldn't have\n"); in main()
152 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
156 printf("Error:3: mmap() succeeded when it shouldn't have\n"); in main()
172 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
176 printf("Error:4: mmap() succeeded when it shouldn't have\n"); in main()
192 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
196 printf("Error:5: mmap() failed when it shouldn't have\n"); in main()
212 printf("mmap() @ 0x%lx-0x%lx p=%p result=%m\n", addr, addr + size, p); in main()
216 printf("Error:6: mmap() failed when it shouldn't have\n"); in main()
224 printf("Error: munmap failed!?\n"); in main()
227 printf("unmap() successful\n"); in main()
229 printf("OK\n"); in main()