Searched refs:read_file_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/powerpc/syscalls/ |
A 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-6.3-rc2/tools/testing/selftests/powerpc/include/ |
A D | utils.h | 45 int read_file_alloc(const char *path, char **buf, size_t *len);
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/ |
A D | gzfht_test.c | 212 if (read_file_alloc(argv[1], &inbuf, &inlen)) in compress_file()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/ |
A D | utils.c | 68 int read_file_alloc(const char *path, char **buf, size_t *len) in read_file_alloc() function
|
Completed in 5 milliseconds