Searched refs:read_file_alloc (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/powerpc/syscalls/ | 
| D | rtas_filter.c | 63 	return read_file_alloc(path, prop_val, prop_len);  in get_property()90 	err = read_file_alloc("/proc/ppc64/rtas/rmo_buffer", &buf, NULL);  in read_kregion_bounds()
 
 | 
| /Linux-v6.6/tools/testing/selftests/powerpc/include/ | 
| D | utils.h | 55 int read_file_alloc(const char *path, char **buf, size_t *len);
 | 
| /Linux-v6.6/tools/testing/selftests/powerpc/nx-gzip/ | 
| D | gzfht_test.c | 212 	if (read_file_alloc(argv[1], &inbuf, &inlen))  in compress_file()
 | 
| /Linux-v6.6/tools/testing/selftests/powerpc/ | 
| D | utils.c | 68 int read_file_alloc(const char *path, char **buf, size_t *len)  in read_file_alloc()  function
 |