taglinefilesource code
check737arch/i386/kernel/bios32.cunion bios32 *check;
check750arch/i386/kernel/bios32.cfor (check = (union bios32 *) 0xe0000; check <= (union bios32 *) 0xffff0; ++check) {
check751arch/i386/kernel/bios32.cif (check->fields.signature != BIOS32_SIGNATURE)
check753arch/i386/kernel/bios32.clength = check->fields.length * 16;
check758arch/i386/kernel/bios32.csum += check->chars[i];
check761arch/i386/kernel/bios32.cif (check->fields.revision != 0) {
check763arch/i386/kernel/bios32.ccheck->fields.revision, check);
check766arch/i386/kernel/bios32.cprintk ("bios32_init : BIOS32 Service Directory structure at 0x%p\n", check);
check768arch/i386/kernel/bios32.cbios32_indirect.address = bios32_entry = check->fields.entry;
check1605drivers/block/ide.cunsigned long capacity, check;
check1684drivers/block/ide.ccheck = (id->cur_capacity0 << 16) | id->cur_capacity1;
check1685drivers/block/ide.cif (check == capacity)    /* was it swapped? */
check440drivers/net/slhc.cdeltaA = ntohs(th->check);
check534drivers/net/slhc.cthp->check = htons(x);
check608drivers/net/slhc.cip->check = 0;
check621drivers/net/slhc.c((struct iphdr *)icp)->check = ip_fast_csum(icp, ((struct iphdr*)icp)->ihl);
check84fs/msdos/inode.cstatic int parse_options(char *options,char *check,char *conversion,uid_t *uid,
check90fs/msdos/inode.c*check = 'n';
check102fs/msdos/inode.c*check = *value;
check103fs/msdos/inode.celse if (!strcmp(value,"relaxed")) *check = 'r';
check104fs/msdos/inode.celse if (!strcmp(value,"normal")) *check = 'n';
check105fs/msdos/inode.celse if (!strcmp(value,"strict")) *check = 's';
check175fs/msdos/inode.cchar check,conversion;
check188fs/msdos/inode.cif (!parse_options((char *) data,&check,&conversion,&uid,&gid,&umask,
check270fs/msdos/inode.c"uid=%d,gid=%d,umask=%03o%s]\n",MSDOS_SB(sb)->fat_bits,check,
check290fs/msdos/inode.cMSDOS_SB(sb)->name_check = check;
check126fs/select.cif (FD_ISSET(i,in) && check(SEL_IN,wait,current->files->fd[i])) {
check131fs/select.cif (FD_ISSET(i,out) && check(SEL_OUT,wait,current->files->fd[i])) {
check136fs/select.cif (FD_ISSET(i,ex) && check(SEL_EX,wait,current->files->fd[i])) {
check96include/linux/ip.h__u16  check;
check64include/linux/tcp.h__u16  check;
check25include/linux/udp.hunsigned short  check;
check548net/inet/ip.ciph->check = 0;
check549net/inet/ip.ciph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
check1099net/inet/tcp.cth->check = 0;
check1100net/inet/tcp.cth->check = tcp_check(th, len, saddr, daddr);
check1169net/inet/tcp.cth->check = 0;
check236net/inet/udp.cuh->check = 0;
check239net/inet/udp.cuh->check = udp_check(uh, len, saddr, daddr);
check246net/inet/udp.cif (uh->check == 0)
check247net/inet/udp.cuh->check = 0xffff;
check600net/inet/udp.cif (uh->check && udp_check(uh, len, saddr, daddr))