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 | 1965 | drivers/block/ide.c | unsigned long capacity, check; |
check | 2052 | drivers/block/ide.c | check = (id->cur_capacity0 << 16) | id->cur_capacity1; |
check | 2053 | drivers/block/ide.c | if (check == capacity) { /* was it swapped? */ |
check | 443 | drivers/net/slhc.c | deltaA = ntohs(th->check); |
check | 537 | drivers/net/slhc.c | thp->check = htons(x); |
check | 611 | drivers/net/slhc.c | ip->check = 0; |
check | 624 | drivers/net/slhc.c | ((struct iphdr *)icp)->check = ip_fast_csum(icp, ((struct iphdr*)icp)->ihl); |
check | 237 | drivers/net/tunnel.c | iph->check = 0; |
check | 238 | 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 | 268 | fs/msdos/inode.c | "uid=%d,gid=%d,umask=%03o%s]\n",MSDOS_SB(sb)->fat_bits,check, |
check | 288 | 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 | 90 | include/linux/ip.h | __u16 check; |
check | 53 | include/linux/tcp.h | __u16 check; |
check | 25 | include/linux/udp.h | unsigned short check; |
check | 366 | net/ipv4/ip.c | iph->check = 0; |
check | 367 | net/ipv4/ip.c | iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); |
check | 1102 | net/ipv4/ip.c | iph->check = ntohs(iph->check) + 0x0100; |
check | 1103 | net/ipv4/ip.c | if ((iph->check & 0xFF00) == 0) |
check | 1104 | net/ipv4/ip.c | iph->check++; /* carry overflow */ |
check | 1105 | net/ipv4/ip.c | iph->check = htons(iph->check); |
check | 2574 | net/ipv4/ip.c | iph->check=0; |
check | 2575 | net/ipv4/ip.c | iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); |
check | 2735 | net/ipv4/ip.c | iph->check = 0; |
check | 2738 | net/ipv4/ip.c | iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl); |
check | 709 | net/ipv4/ip_fw.c | uh->check=0; |
check | 710 | net/ipv4/ip_fw.c | uh->check=csum_tcpudp_magic(saddr,daddr,len, |
check | 712 | net/ipv4/ip_fw.c | if(uh->check==0) |
check | 713 | net/ipv4/ip_fw.c | uh->check=0xFFFF; |
check | 153 | net/ipv4/raw.c | iph->check=0; |
check | 161 | net/ipv4/raw.c | iph->check=ip_fast_csum((unsigned char *)iph, iph->ihl); |
check | 1125 | net/ipv4/tcp.c | th->check = 0; |
check | 1126 | net/ipv4/tcp.c | th->check = tcp_check(th, len, saddr, daddr, |
check | 1196 | net/ipv4/tcp.c | th->check = 0; |
check | 5020 | net/ipv4/tcp.c | nth->check = 0; |
check | 5046 | net/ipv4/tcp.c | th->check = 0; |
check | 245 | net/ipv4/udp.c | ufh->uh.check = csum_tcpudp_magic(saddr, ufh->daddr, |
check | 248 | net/ipv4/udp.c | if (ufh->uh.check == 0) |
check | 249 | net/ipv4/udp.c | ufh->uh.check = -1; |
check | 300 | net/ipv4/udp.c | ufh.uh.check = 0; |
check | 610 | net/ipv4/udp.c | if (uh->check && ( |