tag | line | file | source code |
close | 44 | include/linux/mm.h | void (*close)(struct vm_area_struct * area); |
close | 199 | include/linux/tty.h | void (*close)(struct tty_struct * tty, struct file * filp); |
close | 221 | include/linux/tty.h | void (*close)(struct tty_struct *); |
close | 49 | init/main.c | static inline _syscall1(int,close,int,fd) |
close | 312 | init/main.c | close(0); |
close | 327 | init/main.c | close(0);close(1);close(2); |
close | 76 | kernel/chr_drv/pty.c | tty->close = tty->link->close = pty_close; |
close | 944 | kernel/chr_drv/serial.c | tty->close = rs_close; |
close | 1004 | kernel/chr_drv/tty_io.c | if (tty->close) |
close | 1005 | kernel/chr_drv/tty_io.c | tty->close(tty, filp); |
close | 1021 | kernel/chr_drv/tty_io.c | if (ldiscs[tty->disc].close != NULL) |
close | 1022 | kernel/chr_drv/tty_io.c | ldiscs[tty->disc].close(tty); |
close | 284 | kernel/chr_drv/tty_ioctl.c | if (ldiscs[tty->disc].close) |
close | 285 | kernel/chr_drv/tty_ioctl.c | ldiscs[tty->disc].close(tty); |
close | 10 | lib/close.c | _syscall1(int,close,int,fd) |
close | 515 | net/tcp/sock.c | skb->sk->prot->close (skb->sk, 0); |
close | 643 | net/tcp/sock.c | sk->pair->prot->close (sk->pair, 0); |
close | 1128 | net/tcp/sock.c | sk->prot->close(sk,0); |
close | 1134 | net/tcp/sock.c | sk->prot->close(sk, 0); |
close | 118 | net/tcp/sock.h | void (*close)(volatile struct sock *sk, int timeout); |
close | 245 | net/tcp/tcp.c | sk->prot->close(sk, 0); |
close | 284 | net/tcp/timer.c | sk->prot->close (sk,1); |
close | 302 | net/tcp/timer.c | sk->prot->close (sk,1); |
close | 329 | net/tcp/timer.c | sk->prot->close (sk, 1); |
close | 167 | net/tcp/udp.c | sk->prot->close(sk, 0); |
close | 138 | tools/build.c | close (id); |
close | 159 | tools/build.c | close (id); |
close | 184 | tools/build.c | close(id); |