Home
last modified time | relevance | path

Searched refs:read_file_alloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/tools/testing/selftests/powerpc/syscalls/
Drtas_filter.c63 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/
Dutils.h55 int read_file_alloc(const char *path, char **buf, size_t *len);
/Linux-v6.6/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c212 if (read_file_alloc(argv[1], &inbuf, &inlen)) in compress_file()
/Linux-v6.6/tools/testing/selftests/powerpc/
Dutils.c68 int read_file_alloc(const char *path, char **buf, size_t *len) in read_file_alloc() function