tag | line | file | source code |
length | 89 | drivers/block/blk.h | extern long rd_init(long mem_start, int length); |
length | 75 | drivers/block/ramdisk.c | long rd_init(long mem_start, int length) |
length | 86 | drivers/block/ramdisk.c | rd_length = length; |
length | 88 | drivers/block/ramdisk.c | for (i=0; i < length; i++) |
length | 94 | drivers/block/ramdisk.c | return(length); |
length | 269 | drivers/net/3c507.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 499 | drivers/net/3c507.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 504 | drivers/net/3c507.c | hardware_send_packet(dev, buf, length); |
length | 764 | drivers/net/3c507.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 778 | drivers/net/3c507.c | *write_ptr++ = length | 0x8000; /* Byte count parameter. */ |
length | 789 | drivers/net/3c507.c | memcpy(write_ptr, buf, length); |
length | 802 | drivers/net/3c507.c | dev->name, ioaddr, length, tx_block, lp->tx_head); |
length | 93 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 131 | drivers/net/8390.c | int length, send_length; |
length | 173 | drivers/net/8390.c | length = skb->len; |
length | 174 | drivers/net/8390.c | send_length = ETH_ZLEN < length ? length : ETH_ZLEN; |
length | 223 | drivers/net/8390.c | ei_block_output(dev, length, (unsigned char *)(skb+1), output_page); |
length | 237 | drivers/net/8390.c | ei_block_output(dev, length, (unsigned char *)(skb+1), |
length | 729 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 742 | drivers/net/8390.c | outb_p(length & 0xff, e8390_base + EN0_TCNTLO); |
length | 743 | drivers/net/8390.c | outb_p(length >> 8, e8390_base + EN0_TCNTHI); |
length | 418 | drivers/net/at1700.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 428 | drivers/net/at1700.c | outw(length, ioaddr + DATAPORT); |
length | 429 | drivers/net/at1700.c | port_write(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 432 | drivers/net/at1700.c | lp->tx_queue_len += length + 2; |
length | 300 | drivers/net/eexpress.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 526 | drivers/net/eexpress.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 531 | drivers/net/eexpress.c | hardware_send_packet(dev, buf, length); |
length | 859 | drivers/net/eexpress.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 873 | drivers/net/eexpress.c | outw(length | 0x8000, ioaddr); /* Byte count parameter. */ |
length | 885 | drivers/net/eexpress.c | port_write(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 899 | drivers/net/eexpress.c | "reap %4x status %4.4x.\n", dev->name, ioaddr, length, |
length | 178 | drivers/net/lance.c | short length; /* Length is 2's complement (negative)! */ |
length | 496 | drivers/net/lance.c | lp->tx_ring[i].base, -lp->tx_ring[i].length, |
length | 548 | drivers/net/lance.c | lp->tx_ring[entry].length = |
length | 551 | drivers/net/lance.c | lp->tx_ring[entry].length = -skb->len; |
length | 161 | drivers/net/plip.c | static int plip_send_packet(struct device *dev, unsigned char *buf, int length); |
length | 422 | drivers/net/plip.c | unsigned length; |
length | 436 | drivers/net/plip.c | length = get_byte(dev) << 8; |
length | 437 | drivers/net/plip.c | length |= get_byte(dev); |
length | 462 | drivers/net/plip.c | PRINTK2(("length = %d\n", length)); |
length | 463 | drivers/net/plip.c | if (length > dev->mtu || length < 8) { |
length | 464 | drivers/net/plip.c | PRINTK2(("%s: bogus packet size %d.\n", dev->name, length)); |
length | 473 | drivers/net/plip.c | sksize = sizeof(struct sk_buff) + length; |
length | 494 | drivers/net/plip.c | for ( i = 0; i < length - sizeof(eth); i++) { |
length | 504 | drivers/net/plip.c | } else if(dev_rint((unsigned char *)skb, length, IN_SKBUFF, dev)) { |
length | 514 | drivers/net/plip.c | timeout = jiffies + length * timeoutfactor / 16; |
length | 626 | drivers/net/plip.c | plip_send_packet(struct device *dev, unsigned char *buf, int length) |
length | 633 | drivers/net/plip.c | dev->name, length, buf[0], buf[1], buf[2], buf[3], buf[4])); |
length | 634 | drivers/net/plip.c | if (length > dev->mtu) { |
length | 635 | drivers/net/plip.c | printk("%s: packet too big, %d.\n", dev->name, length); |
length | 690 | drivers/net/plip.c | send_byte(dev, length >> 8); send_byte(dev, length); |
length | 707 | drivers/net/plip.c | for (i = 0; i < length - sizeof(struct ethhdr); i++) { |
length | 722 | drivers/net/plip.c | timeout = jiffies + ((length * timeoutfactor) >> 4); |
length | 738 | drivers/net/plip.c | PRINTK2(("plip_send_packet(%d) done.\n", length)); |
length | 121 | drivers/net/skeleton.c | extern void hardware_send_packet(short ioaddr, char *buf, int length); |
length | 332 | drivers/net/skeleton.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 335 | drivers/net/skeleton.c | hardware_send_packet(ioaddr, buf, length); |
length | 262 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 1499 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 738 | drivers/scsi/aha152x.c | SCpnt->SCp.this_residual = SCpnt->SCp.buffer->length; |
length | 1802 | drivers/scsi/aha152x.c | current_SC->SCp.buffer->length; |
length | 1926 | drivers/scsi/aha152x.c | current_SC->SCp.buffer->length; |
length | 492 | drivers/scsi/aha1542.c | if(sgpnt[i].length == 0 || SCpnt->use_sg > 16 || |
length | 493 | drivers/scsi/aha1542.c | (((int)sgpnt[i].address) & 1) || (sgpnt[i].length & 1)){ |
length | 498 | drivers/scsi/aha1542.c | sgpnt[i].length); |
length | 507 | drivers/scsi/aha1542.c | any2scsi(cptr[i].datalen, sgpnt[i].length); |
length | 325 | drivers/scsi/aha1740.c | cptr[i].datalen = sgpnt[i].length; |
length | 1126 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1159 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1243 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 309 | drivers/scsi/scsi.h | unsigned short length; |
length | 104 | drivers/scsi/scsi_debug.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 228 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 287 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 165 | drivers/scsi/sd.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 169 | drivers/scsi/sd.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 170 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 225 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 506 | drivers/scsi/sd.c | sgpnt[count].length = bh->b_size; |
length | 507 | drivers/scsi/sd.c | if (((int) sgpnt[count].address) + sgpnt[count].length > |
length | 516 | drivers/scsi/sd.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 527 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 538 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 152 | drivers/scsi/seagate.c | unsigned length; |
length | 332 | drivers/scsi/seagate.c | signatures[j].length)) { |
length | 903 | drivers/scsi/seagate.c | hostno, i, buffer[i].address, buffer[i].length); |
length | 908 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1144 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1290 | drivers/scsi/seagate.c | len = buffer->length; |
length | 155 | drivers/scsi/sr.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 157 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 193 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 466 | drivers/scsi/sr.c | sgpnt[count].length = (SCpnt->request.sector % 4) << 9; |
length | 467 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 477 | drivers/scsi/sr.c | sgpnt[count].length = bh->b_size; |
length | 482 | drivers/scsi/sr.c | sgpnt[count].length = end_rec; |
length | 487 | drivers/scsi/sr.c | if (((int) sgpnt[count].address) + sgpnt[count].length > |
length | 493 | drivers/scsi/sr.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 5) { |
length | 496 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 507 | drivers/scsi/sr.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 524 | drivers/scsi/sr.c | sgpnt[count].length); |
length | 650 | drivers/scsi/ultrastor.c | mscp->sglist[i].num_bytes = sl[i].length; |
length | 651 | drivers/scsi/ultrastor.c | transfer_length += sl[i].length; |
length | 404 | drivers/scsi/wd7000.c | any2scsi(sgb->len, sg[i].length); |
length | 515 | drivers/scsi/wd7000.c | unsigned length; |
length | 535 | drivers/scsi/wd7000.c | (void *) signatures[j].signature,signatures[j].length)){ |
length | 229 | fs/hpfs/hpfs.h | unsigned short length; /* offset to next dirent */ |
length | 266 | fs/hpfs/hpfs.h | return *(dnode_secno *) ((void *) de + de->length - 4); |
length | 287 | fs/hpfs/hpfs.h | return (void *) de + de->length; |
length | 305 | fs/hpfs/hpfs.h | unsigned length; /* length, sectors */ |
length | 788 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 1045 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
length | 1048 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_n_secs = n[i].length; |
length | 1292 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 1552 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 68 | fs/open.c | asmlinkage int sys_truncate(const char * path, unsigned int length) |
length | 84 | fs/open.c | inode->i_size = length; |
length | 94 | fs/open.c | asmlinkage int sys_ftruncate(unsigned int fd, unsigned int length) |
length | 105 | fs/open.c | inode->i_size = length; |
length | 419 | fs/proc/array.c | int length; |
length | 432 | fs/proc/array.c | length = get_loadavg(page); |
length | 435 | fs/proc/array.c | length = get_uptime(page); |
length | 438 | fs/proc/array.c | length = get_meminfo(page); |
length | 441 | fs/proc/array.c | length = get_version(page); |
length | 444 | fs/proc/array.c | length = get_env(pid, page); |
length | 447 | fs/proc/array.c | length = get_arg(pid, page); |
length | 450 | fs/proc/array.c | length = get_stat(pid, page); |
length | 453 | fs/proc/array.c | length = get_statm(pid, page); |
length | 457 | fs/proc/array.c | length = get_malloc(page); |
length | 464 | fs/proc/array.c | length = get_maps(pid, page); |
length | 470 | fs/proc/array.c | if (file->f_pos >= length) { |
length | 474 | fs/proc/array.c | if (count + file->f_pos > length) |
length | 475 | fs/proc/array.c | count = length - file->f_pos; |
length | 161 | fs/proc/net.c | int length; |
length | 173 | fs/proc/net.c | length = unix_get_info(page); |
length | 176 | fs/proc/net.c | length = arp_get_info(page); |
length | 179 | fs/proc/net.c | length = rt_get_info(page); |
length | 182 | fs/proc/net.c | length = dev_get_info(page); |
length | 185 | fs/proc/net.c | length = raw_get_info(page); |
length | 188 | fs/proc/net.c | length = tcp_get_info(page); |
length | 191 | fs/proc/net.c | length = udp_get_info(page); |
length | 198 | fs/proc/net.c | if (file->f_pos >= length) { |
length | 202 | fs/proc/net.c | if (count + file->f_pos > length) |
length | 203 | fs/proc/net.c | count = length - file->f_pos; |
length | 107 | include/linux/iso_fs.h | char length [ISODCL (1, 1)]; /* 711 */ |
length | 143 | include/linux/kd.h | long length; /* number of bytes */ |
length | 79 | init/main.c | extern long rd_init(long mem_start, int length); |
length | 53 | kernel/ioport.c | int length = low_index + extent; |
length | 57 | kernel/ioport.c | if (length < 32) |
length | 58 | kernel/ioport.c | mask &= ~(~0 << length); |
length | 63 | kernel/ioport.c | length -= 32; |
length | 67 | kernel/ioport.c | while (length >= 32) { |
length | 69 | kernel/ioport.c | length -= 32; |
length | 72 | kernel/ioport.c | if (length > 0) { |
length | 73 | kernel/ioport.c | mask = ~(~0 << length); |
length | 87 | kernel/ioport.c | int length = low_index + extent; |
length | 91 | kernel/ioport.c | if (length < 32) |
length | 92 | kernel/ioport.c | mask &= ~(~0 << length); |
length | 95 | kernel/ioport.c | length -= 32; |
length | 97 | kernel/ioport.c | while (length >= 32) { |
length | 100 | kernel/ioport.c | length -= 32; |
length | 103 | kernel/ioport.c | if (length > 0) { |
length | 104 | kernel/ioport.c | mask = ~(~0 << length); |
length | 1647 | net/inet/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
length | 1652 | net/inet/tcp.c | while(length>0) |
length | 1661 | net/inet/tcp.c | length-=2; |
length | 1679 | net/inet/tcp.c | length-=opsize; |
length | 261 | zBoot/gzip.h | void send_bits OF((int value, int length)); |
length | 262 | zBoot/gzip.h | unsigned bi_reverse OF((unsigned value, int length)); |