tag | line | file | source code |
read | 96 | arch/alpha/boot/tools/build.c | if (read(fd, &fhdr, sizeof(struct filehdr)) != sizeof(struct filehdr)) |
read | 102 | arch/alpha/boot/tools/build.c | if (read(fd, &ahdr, sizeof(struct aouthdr)) != sizeof(struct aouthdr)) |
read | 105 | arch/alpha/boot/tools/build.c | if (read(fd, i+shdr, sizeof(struct scnhdr)) != sizeof(struct scnhdr)) |
read | 138 | arch/alpha/boot/tools/build.c | if (read(fd, buffer, num) != num) |
read | 114 | arch/alpha/boot/tools/mkbb.c | nread = read(fd, &bootloader_image, sizeof(bootblock)); |
read | 122 | arch/alpha/boot/tools/mkbb.c | nread = read(dev, &bootblock_from_disk, sizeof(bootblock)); |
read | 36 | arch/i386/boot/compressed/piggyback.c | while ((n = read(0, &tmp_buf[len], sizeof(tmp_buf)-len+1)) > 0) |
read | 51 | arch/i386/boot/compressed/xtract.c | if (read(id,buf,GCC_HEADER) != GCC_HEADER) |
read | 70 | arch/i386/boot/compressed/xtract.c | if ((n=read(id, buf, l)) !=l) |
read | 136 | arch/i386/boot/tools/build.c | if (read(id,buf,MINIX_HEADER) != MINIX_HEADER) |
read | 150 | arch/i386/boot/tools/build.c | i=read(id,buf,sizeof buf); |
read | 165 | arch/i386/boot/tools/build.c | if (read(id,buf,MINIX_HEADER) != MINIX_HEADER) |
read | 179 | arch/i386/boot/tools/build.c | for (i=0 ; (c=read(id,buf,sizeof buf))>0 ; i+=c ) |
read | 218 | arch/i386/boot/tools/build.c | if (read(id,buf,GCC_HEADER) != GCC_HEADER) |
read | 248 | arch/i386/boot/tools/build.c | if ((n=read(id, buf, l)) != l) { |
read | 577 | arch/m68k/boot/amiga/bootstrap.c | if (read (kfd, (void *)&kexec, sizeof(kexec)) != sizeof(kexec)) { |
read | 629 | arch/m68k/boot/amiga/bootstrap.c | if (read (kfd, memptr, kexec.a_text) != kexec.a_text) { |
read | 636 | arch/m68k/boot/amiga/bootstrap.c | if (read (kfd, memptr + kexec.a_text, kexec.a_data) != kexec.a_data) { |
read | 653 | arch/m68k/boot/amiga/bootstrap.c | if (read (rfd, memptr + kexec.a_text + kexec.a_data |
read | 254 | arch/m68k/boot/atari/bootstrap.c | # define kread read |
read | 840 | arch/m68k/boot/atari/bootstrap.c | if (read (rfd, memptr + kernel_size + sizeof (bi), |
read | 58 | arch/ppc/boot/cortstrip.c | while ( (n = read(fd, data, SIZE)) > 0 ) |
read | 49 | arch/ppc/kernel/cortstrip.c | while ( (n = read(fd, data, SIZE)) > 0 ) |
read | 54 | arch/ppc/kernel/mkboot.c | while ( (n = read(fd, data, SIZE)) > 0 ) |
read | 357 | drivers/block/rd.c | fp->f_op->read(fp->f_inode, fp, buf, size); |
read | 378 | drivers/block/rd.c | fp->f_op->read(fp->f_inode, fp, buf, size); |
read | 489 | drivers/block/rd.c | infile.f_op->read(infile.f_inode, &infile, buf, |
read | 620 | drivers/block/rd.c | insize = crd_infp->f_op->read(crd_infp->f_inode, crd_infp, |
read | 458 | drivers/cdrom/gscd.c | int found, read; |
read | 464 | drivers/cdrom/gscd.c | read = inb ( GSCDPORT(0) ); |
read | 465 | drivers/cdrom/gscd.c | read &= 0x0f; |
read | 466 | drivers/cdrom/gscd.c | } while ( read != found ); |
read | 469 | drivers/cdrom/gscd.c | printk ( "Wait for: %d\n", read ); |
read | 472 | drivers/cdrom/gscd.c | return read; |
read | 703 | drivers/cdrom/gscd.c | char read; |
read | 714 | drivers/cdrom/gscd.c | read = inb (GSCDPORT(2)); |
read | 717 | drivers/cdrom/gscd.c | *pb = read; |
read | 46 | drivers/char/mem.c | int read; |
read | 55 | drivers/char/mem.c | read = 0; |
read | 62 | drivers/char/mem.c | read++; |
read | 66 | drivers/char/mem.c | read += count; |
read | 67 | drivers/char/mem.c | file->f_pos += read; |
read | 68 | drivers/char/mem.c | return read; |
read | 745 | drivers/char/tty_io.c | if (tty->ldisc.read) |
read | 747 | drivers/char/tty_io.c | i = (tty->ldisc.read)(tty,file,(unsigned char *)buf,(unsigned int)count); |
read | 67 | drivers/char/vc_screen.c | int viewed, attr, size, read; |
read | 115 | drivers/char/vc_screen.c | read = buf - buf0; |
read | 116 | drivers/char/vc_screen.c | file->f_pos += read; |
read | 117 | drivers/char/vc_screen.c | return read; |
read | 363 | drivers/net/ppp.c | ppp_ldisc.read = ppp_tty_read; |
read | 1201 | drivers/net/sdla.c | static int sdla_xfer(struct device *dev, struct sdla_mem *info, int read) |
read | 1212 | drivers/net/sdla.c | if (read) |
read | 1236 | drivers/net/slip.c | sl_ldisc.read = NULL; |
read | 1452 | drivers/net/strip.c | strip_ldisc.read = NULL; |
read | 351 | drivers/sound/configure.c | if ((len = read (0, answ, sizeof (answ))) < 1) |
read | 389 | drivers/sound/configure.c | if ((len = read (0, answ, sizeof (answ))) < 1) |
read | 1582 | drivers/sound/configure.c | count = read (fd, &c, 1); |
read | 433 | fs/binfmt_aout.c | error = file->f_op->read(inode, file, (char *) &ex, sizeof(ex)); |
read | 733 | fs/binfmt_elf.c | error = file->f_op->read(inode, file, (char *) &elf_ex, sizeof(elf_ex)); |
read | 176 | fs/block_dev.c | int read; |
read | 209 | fs/block_dev.c | read = 0; |
read | 289 | fs/block_dev.c | read += chars; |
read | 310 | fs/block_dev.c | if (!read) |
read | 313 | fs/block_dev.c | return read; |
read | 266 | fs/dquot.c | filp->f_op->read(filp->f_inode, filp, (char *)&dquot->dq_dqb, sizeof(struct dqblk)); |
read | 980 | fs/dquot.c | if (filp->f_op->read || filp->f_op->write) { |
read | 168 | fs/exec.c | if (file && file->f_inode && file->f_op && file->f_op->read) { |
read | 342 | fs/exec.c | if (!file.f_op || !file.f_op->read) |
read | 352 | fs/exec.c | result = file.f_op->read(inode, &file, addr, count); |
read | 358 | fs/exec.c | result = file.f_op->read(inode, &file, addr, count); |
read | 77 | fs/ext/file.c | int read,left,chars; |
read | 103 | fs/ext/file.c | read = 0; |
read | 169 | fs/ext/file.c | read += chars; |
read | 190 | fs/ext/file.c | if (!read) |
read | 197 | fs/ext/file.c | return read; |
read | 32 | fs/pipe.c | int chars = 0, size = 0, read = 0; |
read | 59 | fs/pipe.c | read += chars; |
read | 70 | fs/pipe.c | if (read) |
read | 71 | fs/pipe.c | return read; |
read | 62 | fs/proc/array.c | int read; |
read | 86 | fs/proc/array.c | read = 0; |
read | 97 | fs/proc/array.c | read += count1; |
read | 105 | fs/proc/array.c | read++; |
read | 108 | fs/proc/array.c | read += count; |
read | 109 | fs/proc/array.c | file->f_pos += read; |
read | 110 | fs/proc/array.c | return read; |
read | 132 | fs/proc/array.c | int read; |
read | 142 | fs/proc/array.c | read = 0; |
read | 146 | fs/proc/array.c | buf++; p++; count--; read++; |
read | 150 | fs/proc/array.c | read += count; |
read | 151 | fs/proc/array.c | file->f_pos += read; |
read | 152 | fs/proc/array.c | return read; |
read | 113 | fs/read_write.c | if (!file->f_op || !file->f_op->read) |
read | 123 | fs/read_write.c | return file->f_op->read(inode,file,buf,count); |
read | 246 | fs/read_write.c | fn = file->f_op->read; |
read | 78 | fs/sysv/file.c | int read,left,chars; |
read | 105 | fs/sysv/file.c | read = 0; |
read | 171 | fs/sysv/file.c | read += chars; |
read | 192 | fs/sysv/file.c | if (!read) |
read | 199 | fs/sysv/file.c | return read; |
read | 75 | fs/xiafs/file.c | int read, left, chars; |
read | 96 | fs/xiafs/file.c | read = 0; |
read | 161 | fs/xiafs/file.c | read += chars; |
read | 182 | fs/xiafs/file.c | if (!read) |
read | 189 | fs/xiafs/file.c | return read; |
read | 452 | include/linux/fs.h | int (*read) (struct inode *, struct file *, char *, int); |
read | 22 | include/linux/tty_ldisc.h | int (*read)(struct tty_struct * tty, struct file * file, |
read | 551 | mm/filemap.c | int error, read; |
read | 559 | mm/filemap.c | read = 0; |
read | 667 | mm/filemap.c | read += nr; |
read | 720 | mm/filemap.c | if (!read) |
read | 721 | mm/filemap.c | read = error; |
read | 722 | mm/filemap.c | return read; |
read | 73 | scripts/lxdialog/textbox.c | if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) { |
read | 152 | scripts/lxdialog/textbox.c | if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) { |
read | 185 | scripts/lxdialog/textbox.c | if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) { |
read | 361 | scripts/lxdialog/textbox.c | if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) { |
read | 410 | scripts/lxdialog/textbox.c | if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) { |
read | 490 | scripts/lxdialog/textbox.c | if ((bytes_read = read (fd, buf, BUF_SIZE)) == -1) { |