Searched refs:read_file (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/scripts/ |
H A D | sign-file | 46 sub read_file($) subroutine 80 my $x509_certificate = read_file($x509); 355 $signature = read_file($signature_file); 386 my $unsigned_module = read_file($module);
|
/linux-4.1.27/fs/hostfs/ |
H A D | hostfs.h | 76 extern int read_file(int fd, unsigned long long *offset, char *buf, int len);
|
H A D | hostfs_user.c | 124 int read_file(int fd, unsigned long long *offset, char *buf, int len) read_file() function
|
H A D | hostfs_kern.c | 449 bytes_read = read_file(FILE_HOSTFS_I(file)->fd, &start, buffer, hostfs_readpage()
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | nandsim.c | 1391 static ssize_t read_file(struct nandsim *ns, struct file *file, void *buf, size_t count, loff_t pos) read_file() function 1486 tx = read_file(ns, ns->cfile, ns->buf.byte, num, pos); read_page() 1560 tx = read_file(ns, ns->cfile, pg_off, num, off); prog_page()
|
Completed in 198 milliseconds