Searched refs:read_file (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/ntb/ |
| A D | ntb_test.sh | 99 function read_file() function 164 LOCAL_PORT=$(read_file "$LOC/port") 165 REMOTE_PORT=$(read_file "$REM/port") 214 DB=$(read_file "$REM/db") 268 RVAL=$(read_file "$REM/../spad$i") 302 RVAL=$(read_file "$REM/../msg$i") 434 LOC_END=$(read_file "$LOC/count") 435 REM_END=$(read_file "$REM/count") 454 CNT=$(read_file "$LOC/count") 485 read_file "$LOCAL_PERF/run" [all …]
|
| /linux/scripts/basic/ |
| A D | fixdep.c | 230 static void *read_file(const char *filename) in read_file() function 330 buf = read_file(m); in parse_dep_file() 368 buf = read_file(depfile); in main()
|
| /linux/fs/hostfs/ |
| A D | hostfs.h | 81 extern int read_file(int fd, unsigned long long *offset, char *buf, int len);
|
| A D | hostfs_user.c | 124 int read_file(int fd, unsigned long long *offset, char *buf, int len) in read_file() function
|
| A D | hostfs_kern.c | 443 bytes_read = read_file(FILE_HOSTFS_I(file)->fd, &start, buffer, in hostfs_readpage()
|
| /linux/scripts/ |
| A D | insert-sys-cert.c | 228 static char *read_file(char *file_name, int *size) in read_file() function 310 cert = read_file(cert_file, &cert_size); in main()
|
| /linux/tools/testing/selftests/vm/ |
| A D | khugepaged.c | 121 static int read_file(const char *path, char *buf, size_t buflen) in read_file() function 172 if (!read_file(path, buf, sizeof(buf))) { in read_string() 233 ret = read_file(path, buf, sizeof(buf)); in read_num()
|
| /linux/tools/lib/traceevent/Documentation/ |
| A D | libtraceevent-parse_head.txt | 44 buf = read_file("/sys/kernel/tracing/events/header_page", &size);
|
| A D | libtraceevent-parse_event.txt | 48 buf = read_file("/sys/kernel/tracing/events/ftrace/print/format", &size);
|
| /linux/tools/tracing/latency/ |
| A D | latency-collector.c | 572 static char *read_file(const char *file, enum errhandling h) in read_file() function 629 maxlat = read_file(TR_MAXLAT, ERR_WARN); in cleanup_exit() 1380 tracer = read_file(TR_CURRENT, ERR_EXIT); in save_and_disable_tracer() 1381 orig_th = read_file(TR_THRESH, ERR_EXIT); in save_and_disable_tracer()
|
Completed in 28 milliseconds