| tag | line | file | source code |
| errno | 630 | fs/nfs/proc.c | int errno; |
| errno | 655 | fs/nfs/proc.c | int errno; |
| errno | 658 | fs/nfs/proc.c | errno = EIO; |
| errno | 661 | fs/nfs/proc.c | errno = nfs_errtbl[i].errno; |
| errno | 665 | fs/nfs/proc.c | return errno; |
| errno | 127 | include/linux/unistd.h | extern int errno; |
| errno | 139 | include/linux/unistd.h | errno = -__res; \ |
| errno | 153 | include/linux/unistd.h | errno = -__res; \ |
| errno | 167 | include/linux/unistd.h | errno = -__res; \ |
| errno | 181 | include/linux/unistd.h | errno=-__res; \ |
| errno | 196 | include/linux/unistd.h | errno=-__res; \ |
| errno | 211 | include/linux/unistd.h | errno=-__res; \ |
| errno | 7 | lib/errno.c | int errno; |
| errno | 24 | lib/open.c | errno = -res; |
| errno | 64 | net/tcp/icmp.h | int errno; |
| errno | 114 | net/tcp/raw.c | sk->err = icmp_err_convert[err & 0xff].errno; |
| errno | 225 | net/tcp/tcp.c | sk->err = icmp_err_convert[err & 0xff].errno; |
| errno | 154 | net/tcp/udp.c | sk->err = icmp_err_convert[err & 0xff].errno; |