tag | line | file | source code |
memcmp | 152 | arch/i386/kernel/setup.c | if (!memcmp(from+4, "nopentium", 9)) { |
memcmp | 118 | arch/i386/kernel/smp.c | if(memcmp(mpc->mpc_signature,MPC_SIGNATURE,4)) |
memcmp | 146 | drivers/block/xd.c | if (!memcmp(xd_bases[i] + xd_sigs[j].offset,xd_sigs[j].string,strlen(xd_sigs[j].string))) { |
memcmp | 1392 | drivers/char/tty_io.c | if (memcmp(&tmp_ws, &tty->winsize, |
memcmp | 707 | drivers/net/apricot.c | if(memcmp(eth_addr,"\x00\x00\x49",3)!= 0) |
memcmp | 356 | drivers/net/slhc.c | || (ip->ihl > 5 && memcmp(ip+1,cs->cs_ipopt,((ip->ihl)-5)*4) != 0) |
memcmp | 357 | drivers/net/slhc.c | || (th->doff > 5 && memcmp(th+1,cs->cs_tcpopt,((th->doff)-5)*4) != 0)){ |
memcmp | 468 | drivers/scsi/NCR53c406a.c | if(!memcmp((void *) addresses[ii]+signatures[jj].sig_offset, |
memcmp | 719 | drivers/scsi/aha152x.c | ok=!memcmp((void *) addresses[i]+signatures[j].sig_offset, |
memcmp | 3071 | drivers/scsi/aic7xxx.c | if (!memcmp(buf, AIC7xxx[i].signature, AIC7xxx[i].n)) |
memcmp | 890 | drivers/scsi/fdomain.c | if (!memcmp( ((char *)addresses[i] + signatures[j].sig_offset), |
memcmp | 280 | drivers/scsi/scsi.c | if(memcmp(device_list[i].vendor, pnt, |
memcmp | 284 | drivers/scsi/scsi.c | if(memcmp(device_list[i].model, pnt, |
memcmp | 221 | drivers/scsi/scsi_proc.c | if (memcmp(startPos, (char*)(handle->cmdPos[++cmdIndex]), cmdLen)) |
memcmp | 335 | drivers/scsi/seagate.c | if (!memcmp ((const void *) (seagate_bases[i] + |
memcmp | 218 | drivers/scsi/t128.c | if (!bases[current_base].noauto && !memcmp |
memcmp | 1123 | drivers/scsi/wd7000.c | if (!memcmp(cfg->bios+sig->ofs, sig->sig, sig->len)) { |
memcmp | 146 | fs/dcache.c | if (memcmp(de->name, name, len)) |
memcmp | 65 | fs/ext/namei.c | return !memcmp(name, de->name, len); |
memcmp | 57 | fs/ext2/namei.c | return !memcmp(name, de->name, len); |
memcmp | 400 | fs/hpfs/hpfs_fs.c | || memcmp(&bootblock->sig_hpfs, "HPFS ", 8) |
memcmp | 545 | fs/hpfs/hpfs_fs.c | return p[0] == 0 && memcmp(p, p + 1, len - 1) == 0; |
memcmp | 50 | fs/isofs/namei.c | return !memcmp(name, compare, len); |
memcmp | 30 | fs/minix/namei.c | return !memcmp(name, buffer, len); |
memcmp | 245 | fs/nfs/nfsroot.c | if (memcmp(tha, dev->dev_addr, dev->addr_len)) { |
memcmp | 149 | fs/nfs/rpcsock.c | if (alen != salen || memcmp(&sa, sap, alen)) { |
memcmp | 341 | fs/proc/root.c | return !memcmp(name, de->name, len); |
memcmp | 297 | fs/sysv/inode.c | if ((memcmp(sbd->s_fname,"noname",6) && memcmp(sbd->s_fname,"xxxxx ",6)) |
memcmp | 298 | fs/sysv/inode.c | || (memcmp(sbd->s_fpack,"nopack",6) && memcmp(sbd->s_fpack,"xxxxx\n",6))) |
memcmp | 310 | fs/sysv/inode.c | if ((memcmp(sbd->s_fname,"noname",6) && memcmp(sbd->s_fname,"xxxxx ",6)) |
memcmp | 311 | fs/sysv/inode.c | || (memcmp(sbd->s_fpack,"nopack",6) && memcmp(sbd->s_fpack,"xxxxx\n",6))) |
memcmp | 32 | fs/sysv/namei.c | return !memcmp(name, buffer, len); |
memcmp | 341 | fs/umsdos/emd.c | && memcmp(entry->name,rentry->name,rentry->name_len) |
memcmp | 257 | fs/umsdos/mangle.c | && memcmp(fname,UMSDOS_EMD_FILE,UMSDOS_EMD_NAMELEN)==0)){ |
memcmp | 356 | fs/umsdos/mangle.c | if (memcmp(info->fake.fname,tbdev[i],base_len)==0){ |
memcmp | 45 | fs/umsdos/rdir.c | || memcmp(name,UMSDOS_PSDROOT_NAME,UMSDOS_PSDROOT_LEN)!=0){ |
memcmp | 33 | include/linux/string.h | extern int memcmp(const void *,const void *,size_t); |
memcmp | 171 | kernel/ksyms.c | X(memcmp), |
memcmp | 295 | lib/string.c | if (!memcmp(s1,s2,l2)) |
memcmp | 1206 | mm/swap.c | if (memcmp("SWAP-SPACE",p->swap_lockmap+PAGE_SIZE-10,10)) { |
memcmp | 32 | net/802/psnap.c | for (proto = snap_list; proto != NULL && memcmp(proto->type, desc, 5) ; proto = proto->next); |
memcmp | 105 | net/802/tr.c | if(!memcmp(trh->daddr,dev->broadcast,TR_ALEN)) |
memcmp | 113 | net/802/tr.c | if(memcmp(trh->daddr, dev->dev_addr, TR_ALEN)) |
memcmp | 129 | net/802/tr.c | if(!memcmp(&(trh->daddr[0]),&(dev->broadcast[0]),TR_ALEN)) { |
memcmp | 137 | net/802/tr.c | for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry->next); |
memcmp | 176 | net/802/tr.c | for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->saddr[0]),TR_ALEN);entry=entry->next); |
memcmp | 1743 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET && memcmp(&sk->ax25->dest_addr, &sax.sax25_call, sizeof(ax25_address)) != 0) |
memcmp | 90 | net/core/dev_mcast.c | if(memcmp((*dmi)->dmi_addr,addr,(*dmi)->dmi_addrlen)==0 && alen==(*dmi)->dmi_addrlen) |
memcmp | 113 | net/core/dev_mcast.c | if(memcmp(dmi->dmi_addr,addr,dmi->dmi_addrlen)==0 && dmi->dmi_addrlen==alen) |
memcmp | 183 | net/ethernet/eth.c | if(memcmp(eth->h_dest,dev->broadcast, ETH_ALEN)==0) |
memcmp | 196 | net/ethernet/eth.c | if(memcmp(eth->h_dest,dev->dev_addr, ETH_ALEN)) |
memcmp | 368 | net/ipv4/ip_forward.c | if (memcmp(&target_addr, &optptr[srrptr-1], 4) == 0) |
memcmp | 637 | net/ipv4/ip_fw.c | if (memcmp(data,"PORT ",5) && memcmp(data,"port ",5)) |
memcmp | 170 | net/ipv4/ip_options.c | if (memcmp(&saddr, &start[soffset+3], 4) == 0) |
memcmp | 260 | net/ipv4/rarp.c | if (!memcmp(entry->ha, tha, rarp->ar_hln)) |
memcmp | 505 | net/ipx/af_ipx.c | if (memcmp(intrfc->if_node, node, IPX_NODE_LEN) == 0) |
memcmp | 520 | net/ipx/af_ipx.c | if (memcmp(ipx_broadcast_node, node, IPX_NODE_LEN) == 0) |
memcmp | 561 | net/ipx/af_ipx.c | if (memcmp(ipx_broadcast_node, node, IPX_NODE_LEN) == 0) |
memcmp | 676 | net/ipx/af_ipx.c | if ((memcmp(ipx_broadcast_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0) |
memcmp | 677 | net/ipx/af_ipx.c | || (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) |
memcmp | 1054 | net/netrom/af_netrom.c | if (sk->type == SOCK_SEQPACKET && memcmp(&sk->nr->dest_addr, &sax.sax25_call, sizeof(ax25_address)) != 0) |