tag | line | file | source code |
sys_close | 34 | fs/binfmt_coff.c | asmlinkage int sys_close (unsigned fd); |
sys_close | 569 | fs/binfmt_coff.c | sys_close (fd); /* Close unused code file */ |
sys_close | 21 | fs/binfmt_elf.c | asmlinkage int sys_close(unsigned fd); |
sys_close | 188 | fs/binfmt_elf.c | sys_close(elf_exec_fileno); |
sys_close | 499 | fs/binfmt_elf.c | if(!elf_interpreter) sys_close(elf_exec_fileno); |
sys_close | 567 | fs/binfmt_elf.c | sys_close(fd); |
sys_close | 620 | fs/binfmt_elf.c | sys_close(fd); |
sys_close | 51 | fs/exec.c | asmlinkage int sys_close(unsigned fd); |
sys_close | 304 | fs/exec.c | sys_close(fd); |
sys_close | 571 | fs/exec.c | sys_close(i); |
sys_close | 840 | fs/exec.c | sys_close(fd); |
sys_close | 855 | fs/exec.c | sys_close(fd); |
sys_close | 864 | fs/exec.c | sys_close(fd); |
sys_close | 57 | fs/fcntl.c | sys_close(newfd); |
sys_close | 34 | ibcs/binfmt_coff.c | asmlinkage int sys_close (unsigned fd); |
sys_close | 569 | ibcs/binfmt_coff.c | sys_close (fd); /* Close unused code file */ |
sys_close | 29 | ibcs/binfmt_elf.c | asmlinkage int sys_close(unsigned fd); |
sys_close | 196 | ibcs/binfmt_elf.c | sys_close(elf_exec_fileno); |
sys_close | 507 | ibcs/binfmt_elf.c | if(interpreter_type != INTERPRETER_AOUT) sys_close(elf_exec_fileno); |
sys_close | 584 | ibcs/binfmt_elf.c | sys_close(fd); |
sys_close | 637 | ibcs/binfmt_elf.c | sys_close(fd); |
sys_close | 339 | include/linux/fs.h | asmlinkage int sys_close(unsigned int); /* yes, it's really unsigned */ |
sys_close | 392 | kernel/exit.c | sys_close(i); |
sys_close | 190 | net/socket.c | sys_close(fd); /* the count protects us from iput */ |
sys_close | 647 | net/socket.c | sys_close(fd1); |
sys_close | 657 | net/socket.c | sys_close(fd1); |
sys_close | 664 | net/socket.c | sys_close(fd1); |
sys_close | 665 | net/socket.c | sys_close(fd2); |