Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/syscalls/
H A 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/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c222 if (read_file_alloc(model_path, &model, NULL)) in get_system_loc_code()
225 if (read_file_alloc(system_id_path, &system_id, NULL)) in get_system_loc_code()
/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h55 int read_file_alloc(const char *path, char **buf, size_t *len);
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c212 if (read_file_alloc(argv[1], &inbuf, &inlen)) in compress_file()
/linux/tools/testing/selftests/powerpc/
H A Dutils.c68 int read_file_alloc(const char *path, char **buf, size_t *len) in read_file_alloc() function