Searched refs:read_file (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 108 function read_file() function 156 PEER_PORT=$(read_file "${PEER_DIR}/port") 173 LOCAL_PORT=$(read_file "$LOC/port") 174 REMOTE_PORT=$(read_file "$REM/port") 200 if [[ $(read_file "$REM/link") != "N" ]]; then 218 DB_VALID_MASK=$(read_file "$LOC/db_valid_mask") 223 DB=$(read_file "$REM/db") 277 RVAL=$(read_file "$REM/../spad$i") 302 MSG_OUTBITS_MASK=$(read_file "$LOC/../msg_inbits") 303 MSG_INBITS_MASK=$(read_file "$REM/../msg_inbits") [all …]
|
/Linux-v4.19/scripts/basic/ |
D | fixdep.c | 251 static void *read_file(const char *filename) in read_file() function 352 buf = read_file(m); in parse_dep_file() 397 buf = read_file(depfile); in main()
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs.h | 77 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 | 449 bytes_read = read_file(FILE_HOSTFS_I(file)->fd, &start, buffer, in hostfs_readpage()
|
/Linux-v4.19/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-v4.19/drivers/mtd/nand/raw/ |
D | nandsim.c | 1354 static ssize_t read_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t pos) in read_file() function 1451 tx = read_file(ns, ns->cfile, ns->buf.byte, num, pos); in read_page() 1525 tx = read_file(ns, ns->cfile, pg_off, num, off); in prog_page()
|