Searched refs:read_file (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/ntb/ |
| D | ntb_test.sh | 99 function read_file() function 147 PEER_PORT=$(read_file "${PEER_DIR}/port") 164 LOCAL_PORT=$(read_file "$LOC/port") 165 REMOTE_PORT=$(read_file "$REM/port") 191 if [[ $(read_file "$REM/link") != "N" ]]; then 209 DB_VALID_MASK=$(read_file "$LOC/db_valid_mask") 214 DB=$(read_file "$REM/db") 268 RVAL=$(read_file "$REM/../spad$i") 293 MSG_OUTBITS_MASK=$(read_file "$LOC/../msg_inbits") 294 MSG_INBITS_MASK=$(read_file "$REM/../msg_inbits") [all …]
|
| /Linux-v6.1/scripts/basic/ |
| D | fixdep.c | 211 static void *read_file(const char *filename) in read_file() function 311 buf = read_file(m); in parse_dep_file() 349 buf = read_file(depfile); in main()
|
| /Linux-v6.1/fs/hostfs/ |
| D | hostfs.h | 81 extern int read_file(int fd, unsigned long long *offset, char *buf, int len);
|
| D | hostfs_user.c | 124 int read_file(int fd, unsigned long long *offset, char *buf, int len) in read_file() function
|
| D | hostfs_kern.c | 445 bytes_read = read_file(FILE_HOSTFS_I(file)->fd, &start, buffer, in hostfs_read_folio()
|
| /Linux-v6.1/scripts/ |
| 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-v6.1/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-parse_head.txt | 44 buf = read_file("/sys/kernel/tracing/events/header_page", &size);
|
| D | libtraceevent-parse_event.txt | 48 buf = read_file("/sys/kernel/tracing/events/ftrace/print/format", &size);
|
| /Linux-v6.1/tools/testing/selftests/vm/ |
| D | khugepaged.c | 173 static int read_file(const char *path, char *buf, size_t buflen) in read_file() function 230 if (!read_file(path, buf, sizeof(buf))) { in read_string() 283 if (read_file(path, buf, sizeof(buf)) < 0) { in _read_num() 467 if (read_file(path, buf, sizeof(buf)) < 0) { in get_finfo()
|
| /Linux-v6.1/tools/tracing/latency/ |
| 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()
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-inject.c | 1859 static int read_file(int fd, u64 offs, void *buf, size_t sz) in read_file() function 1881 ret = read_file(fd, offs, buf, sz); in feat_copy()
|