tag | line | file | source code |
write | 98 | fs/read_write.c | if (file->f_op && file->f_op->write) |
write | 99 | fs/read_write.c | return file->f_op->write(inode,file,buf,count); |
write | 164 | include/linux/fs.h | int (*write) (struct inode *, struct file *, char *, int); |
write | 118 | include/linux/tty.h | void (*write)(struct tty_struct * tty); |
write | 138 | include/linux/tty.h | (tty)->write((tty)); \ |
write | 139 | include/unistd.h | int write(int fildes, const char * buf, off_t count); |
write | 40 | init/main.c | static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count) |
write | 204 | init/main.c | write(1,printbuf,i=vsprintf(printbuf, fmt, args)); |
write | 92 | kernel/chr_drv/tty_io.c | if (!(tty && tty->write && tty->read_q && |
write | 280 | kernel/chr_drv/tty_io.c | if (other_tty && other_tty->write) |
write | 321 | kernel/chr_drv/tty_io.c | if (other_tty && other_tty->write) |
write | 355 | kernel/chr_drv/tty_io.c | if (!(tty->write_q && tty->write)) |
write | 247 | kernel/chr_drv/tty_ioctl.c | if (!(tty->write_q && tty->read_q && tty->secondary && tty->write)) |
write | 10 | lib/write.c | _syscall3(int,write,int,fd,const char *,buf,off_t,count) |
write | 54 | net/kern_sock.h | int (*write)(struct socket *sock, char *ubuf, int size, int nonblock); |
write | 257 | net/socket.c | return sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)); |
write | 114 | tools/build.c | i=write(1,buf,512); |
write | 136 | tools/build.c | if (write(1,buf,c)!=c) |
write | 149 | tools/build.c | if (write(1,buf,c) != c) |
write | 161 | tools/build.c | if (write(1,buf,c)!=c) |