Lines Matching refs:fprintf

68 		fprintf(stderr, "failed to open %s: %s\n", path, strerror(errno));  in rmtfs_mem_open_rfsa()
76 fprintf(stderr, "failed to stat %s: %s\n", path, strerror(errno)); in rmtfs_mem_open_rfsa()
84 fprintf(stderr, "failed to create udev context\n"); in rmtfs_mem_open_rfsa()
91 fprintf(stderr, "unable to find udev device\n"); in rmtfs_mem_open_rfsa()
97 fprintf(stderr, "failed to parse phys_addr of %s\n", path); in rmtfs_mem_open_rfsa()
104 fprintf(stderr, "failed to parse size of %s\n", path); in rmtfs_mem_open_rfsa()
138 fprintf(stderr, "failed to open %s: %s\n", path, strerror(errno)); in rmtfs_mem_open_uio()
146 fprintf(stderr, "failed to stat %s: %s\n", path, strerror(errno)); in rmtfs_mem_open_uio()
154 fprintf(stderr, "failed to create udev context\n"); in rmtfs_mem_open_uio()
161 fprintf(stderr, "unable to find udev device\n"); in rmtfs_mem_open_uio()
167 fprintf(stderr, "failed to parse phys_addr of %s\n", path); in rmtfs_mem_open_uio()
174 fprintf(stderr, "failed to parse size of %s\n", path); in rmtfs_mem_open_uio()
182 fprintf(stderr, "failed to mmap: %s\n", strerror(errno)); in rmtfs_mem_open_uio()
218 fprintf(stderr, "failed to open %s: %s\n", path, strerror(errno)); in rmtfs_mem_open_rfsa()
226 fprintf(stderr, "failed to open %s: %s\n", path, strerror(errno)); in rmtfs_mem_open_rfsa()
241 fprintf(stderr, "failed to open %s: %s\n", path, strerror(errno)); in rmtfs_mem_open_rfsa()
261 fprintf(stderr, "uio access is not supported on ANDROID yet\n"); in rmtfs_mem_open_uio()
284 fprintf(stderr, "falling back to uio access\n"); in rmtfs_mem_open()
289 fprintf(stderr, "falling back to /dev/mem access\n"); in rmtfs_mem_open()
297 fprintf(stderr, "failed to open /dev/mem\n"); in rmtfs_mem_open()
303 fprintf(stderr, "failed to mmap: %s\n", strerror(errno)); in rmtfs_mem_open()
324 fprintf(stderr, in rmtfs_mem_alloc()
419 fprintf(stderr, in rmtfs_mem_enumerate()
432 fprintf(stderr, "failed to open %s: %s\n", in rmtfs_mem_enumerate()
440 fprintf(stderr, "failed to open reg of %s: %s\n", in rmtfs_mem_enumerate()
454 fprintf(stderr, "failed to read reg of %s: %s\n", in rmtfs_mem_enumerate()