| tag | line | file | source code |
| check | 403 | arch/i386/kernel/bios32.c | union bios32 *check; |
| check | 414 | arch/i386/kernel/bios32.c | for (check = (union bios32 *) 0xe0000; check <= (union bios32 *) 0xffff0; ++check) { |
| check | 415 | arch/i386/kernel/bios32.c | if (check->fields.signature != BIOS32_SIGNATURE) |
| check | 417 | arch/i386/kernel/bios32.c | length = check->fields.length * 16; |
| check | 422 | arch/i386/kernel/bios32.c | sum += check->chars[i]; |
| check | 425 | arch/i386/kernel/bios32.c | if (check->fields.revision != 0) { |
| check | 427 | arch/i386/kernel/bios32.c | check->fields.revision, check); |
| check | 430 | arch/i386/kernel/bios32.c | printk ("pcibios_init : BIOS32 Service Directory structure at 0x%p\n", check); |
| check | 432 | arch/i386/kernel/bios32.c | if (check->fields.entry >= 0x100000) { |
| check | 435 | arch/i386/kernel/bios32.c | bios32_indirect.address = bios32_entry = check->fields.entry; |
| check | 1960 | drivers/block/ide.c | unsigned long capacity, check; |
| check | 2047 | drivers/block/ide.c | check = (id->cur_capacity0 << 16) | id->cur_capacity1; |
| check | 2048 | drivers/block/ide.c | if (check == capacity) { /* was it swapped? */ |
| check | 447 | drivers/net/slhc.c | deltaA = ntohs(th->check); |
| check | 541 | drivers/net/slhc.c | thp->check = htons(x); |
| check | 615 | drivers/net/slhc.c | ip->check = 0; |
| check | 629 | drivers/net/slhc.c | stw_u(ip_fast_csum(icp, ip->ihl), &((struct iphdr *)icp)->check); |
| check | 631 | drivers/net/slhc.c | ((struct iphdr *)icp)->check = ip_fast_csum(icp, ((struct iphdr*)icp)->ihl); |
| check | 244 | drivers/net/tunnel.c | iph->check = 0; |
| check | 245 | drivers/net/tunnel.c | iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); |
| check | 41 | drivers/sound/hex2hex.h | int n, check; |
| check | 74 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &check) != 1) |
| check | 78 | drivers/sound/hex2hex.h | if (check != sum) |
| check | 82 | fs/msdos/inode.c | static int parse_options(char *options,char *check,char *conversion,uid_t *uid, |
| check | 88 | fs/msdos/inode.c | *check = 'n'; |
| check | 100 | fs/msdos/inode.c | *check = *value; |
| check | 101 | fs/msdos/inode.c | else if (!strcmp(value,"relaxed")) *check = 'r'; |
| check | 102 | fs/msdos/inode.c | else if (!strcmp(value,"normal")) *check = 'n'; |
| check | 103 | fs/msdos/inode.c | else if (!strcmp(value,"strict")) *check = 's'; |
| check | 173 | fs/msdos/inode.c | char check,conversion; |
| check | 186 | fs/msdos/inode.c | if (!parse_options((char *) data,&check,&conversion,&uid,&gid,&umask, |
| check | 269 | fs/msdos/inode.c | "uid=%d,gid=%d,umask=%03o%s]\n",MSDOS_SB(sb)->fat_bits,check, |
| check | 291 | fs/msdos/inode.c | MSDOS_SB(sb)->name_check = check; |
| check | 126 | fs/select.c | if (FD_ISSET(i,in) && check(SEL_IN,wait,current->files->fd[i])) { |
| check | 131 | fs/select.c | if (FD_ISSET(i,out) && check(SEL_OUT,wait,current->files->fd[i])) { |
| check | 136 | fs/select.c | if (FD_ISSET(i,ex) && check(SEL_EX,wait,current->files->fd[i])) { |
| check | 106 | include/linux/ip.h | __u16 check; |
| check | 53 | include/linux/tcp.h | __u16 check; |
| check | 25 | include/linux/udp.h | unsigned short check; |
| check | 781 | net/ipv4/ip.c | iph->check = 0; |
| check | 782 | net/ipv4/ip.c | iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); |
| check | 1581 | net/ipv4/ip.c | iph->check = ntohs(iph->check) + 0x0100; |
| check | 1582 | net/ipv4/ip.c | if ((iph->check & 0xFF00) == 0) |
| check | 1583 | net/ipv4/ip.c | iph->check++; /* carry overflow */ |
| check | 1584 | net/ipv4/ip.c | iph->check = htons(iph->check); |
| check | 3249 | net/ipv4/ip.c | iph->check=0; |
| check | 3250 | net/ipv4/ip.c | iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); |
| check | 3427 | net/ipv4/ip.c | iph->check = 0; |
| check | 3430 | net/ipv4/ip.c | iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); |
| check | 735 | net/ipv4/ip_fw.c | iph->check = 0; |
| check | 736 | net/ipv4/ip_fw.c | iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); |
| check | 767 | net/ipv4/ip_fw.c | uh->check=0; |
| check | 768 | net/ipv4/ip_fw.c | uh->check=csum_tcpudp_magic(saddr,daddr,len, |
| check | 770 | net/ipv4/ip_fw.c | if(uh->check==0) |
| check | 771 | net/ipv4/ip_fw.c | uh->check=0xFFFF; |
| check | 166 | net/ipv4/raw.c | iph->check=0; |
| check | 174 | net/ipv4/raw.c | iph->check=ip_fast_csum((unsigned char *)iph, iph->ihl); |
| check | 1314 | net/ipv4/tcp.c | th->check = 0; |
| check | 1315 | net/ipv4/tcp.c | th->check = tcp_check(th, len, saddr, daddr, |
| check | 1385 | net/ipv4/tcp.c | th->check = 0; |
| check | 5238 | net/ipv4/tcp.c | nth->check = 0; |
| check | 5264 | net/ipv4/tcp.c | th->check = 0; |
| check | 248 | net/ipv4/udp.c | ufh->uh.check = csum_tcpudp_magic(saddr, ufh->daddr, |
| check | 251 | net/ipv4/udp.c | if (ufh->uh.check == 0) |
| check | 252 | net/ipv4/udp.c | ufh->uh.check = -1; |
| check | 307 | net/ipv4/udp.c | ufh.uh.check = 0; |
| check | 619 | net/ipv4/udp.c | if (uh->check && ( |