tag | line | file | source code |
totlen | 160 | drivers/net/bsd_comp.c | int totlen; /* length of this structure */ |
totlen | 473 | drivers/net/bsd_comp.c | db->totlen = sizeof (struct bsd_db) + |
totlen | 894 | drivers/net/ni52.c | unsigned short totlen; |
totlen | 908 | drivers/net/ni52.c | if( (totlen = rbd->status) & RBD_LAST) /* the first and the last buffer? */ |
totlen | 910 | drivers/net/ni52.c | totlen &= RBD_MASK; /* length of this frame */ |
totlen | 912 | drivers/net/ni52.c | skb = (struct sk_buff *) dev_alloc_skb(totlen+2); |
totlen | 917 | drivers/net/ni52.c | skb_put(skb,totlen); |
totlen | 918 | drivers/net/ni52.c | eth_copy_and_sum(skb,(char *) p->base+(unsigned long) rbd->buffer,totlen,0); |
totlen | 930 | drivers/net/ni52.c | totlen = 0; |
totlen | 933 | drivers/net/ni52.c | totlen += rstat & RBD_MASK; |
totlen | 942 | drivers/net/ni52.c | totlen += rstat & RBD_MASK; |
totlen | 944 | drivers/net/ni52.c | printk("%s: received oversized frame! length: %d\n",dev->name,totlen); |
totlen | 1288 | drivers/net/ppp.c | int totlen; |
totlen | 1312 | drivers/net/ppp.c | totlen = len + 2; |
totlen | 1313 | drivers/net/ppp.c | PUTC (totlen >> 8); |
totlen | 1314 | drivers/net/ppp.c | PUTC (totlen); |
totlen | 1319 | drivers/net/ppp.c | totlen -= 2; |
totlen | 1320 | drivers/net/ppp.c | while (totlen-- > 0) { |
totlen | 4659 | drivers/scsi/advansys.c | totlen += len; \ |
totlen | 4662 | drivers/scsi/advansys.c | return totlen; \ |
totlen | 4681 | drivers/scsi/advansys.c | int totlen; |
totlen | 4686 | drivers/scsi/advansys.c | totlen = len = 0; |
totlen | 4722 | drivers/scsi/advansys.c | return totlen; |
totlen | 399 | fs/vfat/namei.c | int sz, extlen, baselen, totlen; |
totlen | 512 | fs/vfat/namei.c | totlen = baselen + extlen + (extlen > 0); |
totlen | 515 | fs/vfat/namei.c | res = vfat_find(dir, msdos_name, totlen, 0, 0, 0, &sinfo); |
totlen | 535 | fs/vfat/namei.c | totlen = baselen + sz + 1 + extlen + (extlen > 0); |
totlen | 536 | fs/vfat/namei.c | res = vfat_find(dir, msdos_name, totlen, 0, 0, 0, &sinfo); |
totlen | 538 | fs/vfat/namei.c | res = vfat_format_name('x', msdos_name, totlen, name_res, 1); |