tag | line | file | source code |
length | 261 | arch/i386/boot/compressed/gzip.h | void send_bits OF((int value, int length)); |
length | 262 | arch/i386/boot/compressed/gzip.h | unsigned bi_reverse OF((unsigned value, int length)); |
length | 104 | arch/i386/kernel/bios32.c | unsigned char length; /* Length in paragraphs should be 01 */ |
length | 148 | arch/i386/kernel/bios32.c | unsigned long length; /* %ecx */ |
length | 154 | arch/i386/kernel/bios32.c | "=c" (length), |
length | 698 | arch/i386/kernel/bios32.c | int pr, length; |
length | 702 | arch/i386/kernel/bios32.c | for (length = pr ; (temp) && (length<4000); temp = temp->next) |
length | 706 | arch/i386/kernel/bios32.c | length += sprintf(buf+length, "Bus %2d Device %3d Function %2d.\n", |
length | 711 | arch/i386/kernel/bios32.c | length += sprintf(buf+length, " %s : %s %s (rev %d). ", |
length | 718 | arch/i386/kernel/bios32.c | length += sprintf(buf+length, "BIST capable. "); |
length | 721 | arch/i386/kernel/bios32.c | length += sprintf(buf+length, "8259's interrupt %d.", pr); |
length | 723 | arch/i386/kernel/bios32.c | length += sprintf(buf+length, "\n"); |
length | 727 | arch/i386/kernel/bios32.c | length += sprintf(buf+length, "4K limit reached!\n"); |
length | 729 | arch/i386/kernel/bios32.c | return length; |
length | 739 | arch/i386/kernel/bios32.c | int i, length; |
length | 753 | arch/i386/kernel/bios32.c | length = check->fields.length * 16; |
length | 754 | arch/i386/kernel/bios32.c | if (!length) |
length | 757 | arch/i386/kernel/bios32.c | for (i = 0; i < length ; ++i) |
length | 20 | arch/i386/kernel/ioport.c | int length = low_index + extent; |
length | 24 | arch/i386/kernel/ioport.c | if (length < 32) |
length | 25 | arch/i386/kernel/ioport.c | mask &= ~(~0 << length); |
length | 30 | arch/i386/kernel/ioport.c | length -= 32; |
length | 34 | arch/i386/kernel/ioport.c | while (length >= 32) { |
length | 36 | arch/i386/kernel/ioport.c | length -= 32; |
length | 39 | arch/i386/kernel/ioport.c | if (length > 0) { |
length | 40 | arch/i386/kernel/ioport.c | mask = ~(~0 << length); |
length | 24 | arch/mips/kernel/ioport.c | int length = low_index + extent; |
length | 28 | arch/mips/kernel/ioport.c | if (length < 32) |
length | 29 | arch/mips/kernel/ioport.c | mask &= ~(~0 << length); |
length | 34 | arch/mips/kernel/ioport.c | length -= 32; |
length | 38 | arch/mips/kernel/ioport.c | while (length >= 32) { |
length | 40 | arch/mips/kernel/ioport.c | length -= 32; |
length | 43 | arch/mips/kernel/ioport.c | if (length > 0) { |
length | 44 | arch/mips/kernel/ioport.c | mask = ~(~0 << length); |
length | 67 | drivers/block/blk.h | extern long rd_init(long mem_start, int length); |
length | 847 | drivers/block/floppy.c | if (raw_cmd.length == 0){ |
length | 860 | drivers/block/floppy.c | raw_cmd.length > 512 * CURRENT->nr_sectors) && |
length | 862 | drivers/block/floppy.c | current_addr + raw_cmd.length > |
length | 865 | drivers/block/floppy.c | current_addr, raw_cmd.length, floppy_track_buffer); |
length | 882 | drivers/block/floppy.c | ((long)(current_addr + raw_cmd.length-1) & ~(64*1024-1))){ |
length | 884 | drivers/block/floppy.c | current_addr, current_addr + raw_cmd.length); |
length | 898 | drivers/block/floppy.c | set_dma_count(FLOPPY_DMA, raw_cmd.length); |
length | 1844 | drivers/block/floppy.c | raw_cmd.length = 4 * F_SECT_PER_TRACK; |
length | 2328 | drivers/block/floppy.c | raw_cmd.length = current_count_sectors << 9; |
length | 2329 | drivers/block/floppy.c | if (raw_cmd.length == 0){ |
length | 2375 | drivers/block/floppy.c | raw_cmd.length = sector_t+current_count_sectors-aligned_sector_t; |
length | 2376 | drivers/block/floppy.c | raw_cmd.length = ((raw_cmd.length -1)|(ssize-1))+1; |
length | 2377 | drivers/block/floppy.c | raw_cmd.length <<= 9; |
length | 2379 | drivers/block/floppy.c | if ((raw_cmd.length < current_count_sectors << 9) || |
length | 2382 | drivers/block/floppy.c | (aligned_sector_t + (raw_cmd.length >> 9) > buffer_max || |
length | 2384 | drivers/block/floppy.c | raw_cmd.length % ( 128 << SIZECODE ) || |
length | 2385 | drivers/block/floppy.c | raw_cmd.length <= 0 || current_count_sectors <= 0){ |
length | 2387 | drivers/block/floppy.c | raw_cmd.length, current_count_sectors); |
length | 2407 | drivers/block/floppy.c | raw_cmd.length < 0 || |
length | 2408 | drivers/block/floppy.c | current_addr + raw_cmd.length > |
length | 2413 | drivers/block/floppy.c | raw_cmd.length >> 9 ); |
length | 2422 | drivers/block/floppy.c | } else if (raw_cmd.length > CURRENT->nr_sectors << 9 || |
length | 2426 | drivers/block/floppy.c | } else if ( raw_cmd.length < current_count_sectors << 9 ){ |
length | 2428 | drivers/block/floppy.c | printk("bytes=%ld\n", raw_cmd.length >> 9 ); |
length | 2431 | drivers/block/floppy.c | if (raw_cmd.length == 0){ |
length | 2672 | drivers/block/floppy.c | count = raw_cmd.length; |
length | 2709 | drivers/block/floppy.c | raw_cmd.length = get_dma_residue(FLOPPY_DMA); |
length | 78 | drivers/block/ramdisk.c | long rd_init(long mem_start, int length) |
length | 89 | drivers/block/ramdisk.c | rd_length = length; |
length | 91 | drivers/block/ramdisk.c | for (i=0; i < length; i++) |
length | 97 | drivers/block/ramdisk.c | return(length); |
length | 299 | drivers/net/3c505.c | if (pcb->length > MAX_PCB_DATA) |
length | 300 | drivers/net/3c505.c | printk(invalid_pcb_msg, pcb->length, filename, __LINE__); |
length | 316 | drivers/net/3c505.c | OUTB(pcb->length, (adapter->io_addr)+PORT_COMMAND); |
length | 320 | drivers/net/3c505.c | for (i = 0; cont && (i < pcb->length); i++) { |
length | 330 | drivers/net/3c505.c | OUTB(2+pcb->length, adapter->io_addr+PORT_COMMAND); |
length | 406 | drivers/net/3c505.c | pcb->length = INB(adapter->io_addr+PORT_COMMAND); |
length | 408 | drivers/net/3c505.c | if (pcb->length > MAX_PCB_DATA) |
length | 409 | drivers/net/3c505.c | printk(invalid_pcb_msg, pcb->length, filename,__LINE__); |
length | 431 | drivers/net/3c505.c | if (total_length != (pcb->length + 2)) { |
length | 526 | drivers/net/3c505.c | tx_pcb->length = sizeof(struct Rcv_pkt); |
length | 919 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Memconf); |
length | 939 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
length | 990 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Xmit_pkt); |
length | 1142 | drivers/net/3c505.c | adapter->tx_pcb.length = 0; |
length | 1234 | drivers/net/3c505.c | adapter->tx_pcb.length = 6*num_addrs; |
length | 1261 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
length | 1488 | drivers/net/3c505.c | adapter.tx_pcb.length = 0; |
length | 1492 | drivers/net/3c505.c | (adapter.rx_pcb.length != 6)) { |
length | 93 | drivers/net/3c505dta.h | byte length; |
length | 290 | drivers/net/3c507.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 491 | drivers/net/3c507.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 496 | drivers/net/3c507.c | hardware_send_packet(dev, buf, length); |
length | 756 | drivers/net/3c507.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 770 | drivers/net/3c507.c | *write_ptr++ = length | 0x8000; /* Byte count parameter. */ |
length | 781 | drivers/net/3c507.c | memcpy(write_ptr, buf, length); |
length | 794 | drivers/net/3c507.c | dev->name, ioaddr, length, tx_block, lp->tx_head); |
length | 100 | 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 | 176 | drivers/net/8390.c | length = skb->len; |
length | 197 | drivers/net/8390.c | send_length = ETH_ZLEN < length ? length : ETH_ZLEN; |
length | 225 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, output_page); |
length | 239 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, ei_local->tx_start_page); |
length | 688 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 700 | drivers/net/8390.c | outb_p(length & 0xff, e8390_base + EN0_TCNTLO); |
length | 701 | drivers/net/8390.c | outb_p(length >> 8, e8390_base + EN0_TCNTHI); |
length | 630 | drivers/net/apricot.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 651 | drivers/net/apricot.c | tx_cmd->tbd->size = EOF | length; |
length | 320 | drivers/net/arcnet.c | short length, /* bytes total */ |
length | 364 | drivers/net/arcnet.c | short length,char *data); |
length | 1008 | drivers/net/arcnet.c | out->length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 1027 | drivers/net/arcnet.c | if (out->length<=XMTU) /* fits in one packet? */ |
length | 1030 | drivers/net/arcnet.c | out->length,out->hdr->split_flag); |
length | 1037 | drivers/net/arcnet.c | out->length-sizeof(struct ClientData), |
length | 1060 | drivers/net/arcnet.c | out->dataleft=out->length-sizeof(struct ClientData); |
length | 1066 | drivers/net/arcnet.c | out->length,out->numsegs); |
length | 1158 | drivers/net/arcnet.c | out->length,out->hdr->split_flag); |
length | 1193 | drivers/net/arcnet.c | arcnet_prepare_tx(struct device *dev,struct ClientData *hdr,short length, |
length | 1207 | drivers/net/arcnet.c | length+=sizeof(struct ClientData); |
length | 1211 | drivers/net/arcnet.c | hdr,length,data); |
length | 1220 | drivers/net/arcnet.c | if (length<=MTU) /* Normal (256-byte) Packet */ |
length | 1224 | drivers/net/arcnet.c | arcpacket->hardheader.offset1=offset=256-length |
length | 1229 | drivers/net/arcnet.c | else if (length>=MinTU) /* Extended (512-byte) Packet */ |
length | 1234 | drivers/net/arcnet.c | arcpacket->hardheader.offset2=offset=512-length |
length | 1244 | drivers/net/arcnet.c | arcpacket->hardheader.offset2=offset=512-length-4 |
length | 1268 | drivers/net/arcnet.c | length-sizeof(struct ClientData)); |
length | 1271 | drivers/net/arcnet.c | daddr,length,pkttype); |
length | 1530 | drivers/net/arcnet.c | short length,offset; |
length | 1552 | drivers/net/arcnet.c | length=256-offset+EXTRA_CLIENTDATA; |
length | 1563 | drivers/net/arcnet.c | length=512-offset+EXTRA_CLIENTDATA; |
length | 1571 | drivers/net/arcnet.c | length=512-offset+EXTRA_CLIENTDATA-4; |
length | 1594 | drivers/net/arcnet.c | skb = alloc_skb(length, GFP_ATOMIC); |
length | 1603 | drivers/net/arcnet.c | skb->len = length; |
length | 1608 | drivers/net/arcnet.c | length-EXTRA_CLIENTDATA); |
length | 1614 | drivers/net/arcnet.c | saddr,daddr,length,pkttype); |
length | 1803 | drivers/net/arcnet.c | length-sizeof(struct ClientData)); |
length | 1805 | drivers/net/arcnet.c | skb->len+=length-sizeof(struct ClientData); |
length | 1812 | drivers/net/arcnet.c | saddr,daddr,length,pkttype); |
length | 407 | drivers/net/at1700.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 413 | drivers/net/at1700.c | outw(length, ioaddr + DATAPORT); |
length | 414 | drivers/net/at1700.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 417 | drivers/net/at1700.c | lp->tx_queue_len += length + 2; |
length | 135 | drivers/net/atp.c | static void write_packet(short ioaddr, int length, unsigned char *packet, int mode); |
length | 136 | drivers/net/atp.c | static void trigger_send(short ioaddr, int length); |
length | 140 | drivers/net/atp.c | static void read_block(short ioaddr, int length, unsigned char *buffer, int data_mode); |
length | 376 | drivers/net/atp.c | static void trigger_send(short ioaddr, int length) |
length | 378 | drivers/net/atp.c | write_reg_byte(ioaddr, TxCNT0, length & 0xff); |
length | 379 | drivers/net/atp.c | write_reg(ioaddr, TxCNT1, length >> 8); |
length | 383 | drivers/net/atp.c | static void write_packet(short ioaddr, int length, unsigned char *packet, int data_mode) |
length | 385 | drivers/net/atp.c | length = (length + 1) & ~1; /* Round up to word length. */ |
length | 392 | drivers/net/atp.c | } while (--length > 0) ; |
length | 405 | drivers/net/atp.c | while (--length > 0) |
length | 448 | drivers/net/atp.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 460 | drivers/net/atp.c | write_packet(ioaddr, length, buf, dev->if_port); |
length | 464 | drivers/net/atp.c | trigger_send(ioaddr, length); |
length | 469 | drivers/net/atp.c | lp->saved_tx_size = length; |
length | 701 | drivers/net/atp.c | static void read_block(short ioaddr, int length, unsigned char *p, int data_mode) |
length | 706 | drivers/net/atp.c | outb(length == 8 ? RdAddr | HNib | MAR : RdAddr | MAR, |
length | 709 | drivers/net/atp.c | do *p++ = read_byte_mode0(ioaddr); while (--length > 0); |
length | 711 | drivers/net/atp.c | do *p++ = read_byte_mode2(ioaddr); while (--length > 0); |
length | 713 | drivers/net/atp.c | do *p++ = read_byte_mode4(ioaddr); while (--length > 0); |
length | 715 | drivers/net/atp.c | do *p++ = read_byte_mode6(ioaddr); while (--length > 0); |
length | 288 | drivers/net/depca.c | short length; /* This length is negative 2's complement! */ |
length | 880 | drivers/net/depca.c | lp->tx_ring[entry].length = -len; |
length | 917 | drivers/net/depca.c | lp->tx_ring[entry].length = -len; |
length | 937 | drivers/net/depca.c | lp->tx_ring[entry].base, -lp->tx_ring[entry].length); |
length | 300 | drivers/net/eexpress.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 496 | drivers/net/eexpress.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 501 | drivers/net/eexpress.c | hardware_send_packet(dev, buf, length); |
length | 854 | drivers/net/eexpress.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 868 | drivers/net/eexpress.c | outw(length | 0x8000, ioaddr); /* Byte count parameter. */ |
length | 880 | drivers/net/eexpress.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 894 | drivers/net/eexpress.c | "reap %4x status %4.4x.\n", dev->name, ioaddr, length, |
length | 276 | drivers/net/i82586.h | and length/type field already prepended to the data, |
length | 176 | drivers/net/lance.c | short length; /* Length is 2s complement (negative)! */ |
length | 737 | drivers/net/lance.c | lp->tx_ring[i].base, -lp->tx_ring[i].length, |
length | 789 | drivers/net/lance.c | lp->tx_ring[entry].length = |
length | 792 | drivers/net/lance.c | lp->tx_ring[entry].length = -skb->len; |
length | 126 | drivers/net/ni52.h | unsigned short length; /* 802.3 frame-length */ |
length | 243 | drivers/net/ni52.h | unsigned short length; /* user defined: 802.3 length / Ether type */ |
length | 180 | drivers/net/plip.c | } length; |
length | 499 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) { |
length | 511 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) |
length | 518 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.msb)) |
length | 520 | drivers/net/plip.c | if (rcv->length.h > dev->mtu || rcv->length.h < 8) { |
length | 521 | drivers/net/plip.c | printk("%s: bogus packet size %d.\n", dev->name, rcv->length.h); |
length | 525 | drivers/net/plip.c | rcv->skb = alloc_skb(rcv->length.h, GFP_ATOMIC); |
length | 530 | drivers/net/plip.c | rcv->skb->len = rcv->length.h; |
length | 542 | drivers/net/plip.c | while (++rcv->byte < rcv->length.h); |
length | 691 | drivers/net/plip.c | &snd->nibble, snd->length.b.lsb)) |
length | 697 | drivers/net/plip.c | &snd->nibble, snd->length.b.msb)) |
length | 708 | drivers/net/plip.c | while (++snd->byte < snd->length.h); |
length | 890 | drivers/net/plip.c | snd->length.h = skb->len; |
length | 108 | drivers/net/skeleton.c | extern void hardware_send_packet(short ioaddr, char *buf, int length); |
length | 340 | drivers/net/skeleton.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 343 | drivers/net/skeleton.c | hardware_send_packet(ioaddr, buf, length); |
length | 131 | drivers/net/tulip.c | int length; |
length | 137 | drivers/net/tulip.c | int length; |
length | 312 | drivers/net/tulip.c | tp->tx_ring[0].length = 0x08000000 | 192; |
length | 360 | drivers/net/tulip.c | tp->rx_ring[i].length = PKT_BUF_SZ; |
length | 365 | drivers/net/tulip.c | tp->rx_ring[i-1].length = PKT_BUF_SZ | 0x02000000; |
length | 429 | drivers/net/tulip.c | tp->tx_ring[entry].length = skb->len | |
length | 1203 | drivers/net/wavelan.c | hardware_send_packet(device *dev, void *buf, short length) |
length | 1260 | drivers/net/wavelan.c | tbd.tbd_status = TBD_STATUS_EOF | (TBD_STATUS_ACNT & length); |
length | 1269 | drivers/net/wavelan.c | obram_write(ioaddr, buf_addr, buf, length); |
length | 1305 | drivers/net/wavelan.c | length, |
length | 1365 | drivers/net/wavelan.c | short length; |
length | 1368 | drivers/net/wavelan.c | length = (ETH_ZLEN < skb->len) ? skb->len : ETH_ZLEN; |
length | 1371 | drivers/net/wavelan.c | hardware_send_packet(dev, buf, length); |
length | 2043 | drivers/net/wavelan.c | wavelan_get_info(char *buffer, char **start, off_t offset, int length) |
length | 2080 | drivers/net/wavelan.c | if (pos > offset + length) |
length | 2090 | drivers/net/wavelan.c | if (len > length) |
length | 2091 | drivers/net/wavelan.c | len = length; /* Ending slop */ |
length | 360 | drivers/net/znet.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 363 | drivers/net/znet.c | ushort rnd_len = (length + 1)>>1; |
length | 378 | drivers/net/znet.c | *zn.tx_cur++ = length; |
length | 383 | drivers/net/znet.c | memcpy(zn.tx_start, buf + semi_cnt, length - semi_cnt); |
length | 398 | drivers/net/znet.c | printk(KERN_DEBUG "%s: Transmitter queued, length %d.\n", dev->name, length); |
length | 2576 | drivers/scsi/53c7,8xx.c | ((struct scatterlist *)cmd->buffer)[i].length : |
length | 309 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 1967 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 814 | drivers/scsi/aha152x.c | SCpnt->SCp.this_residual = SCpnt->SCp.buffer->length; |
length | 2003 | drivers/scsi/aha152x.c | current_SC->SCp.buffer->length; |
length | 2139 | drivers/scsi/aha152x.c | current_SC->SCp.buffer->length; |
length | 613 | drivers/scsi/aha1542.c | if(sgpnt[i].length == 0 || SCpnt->use_sg > 16 || |
length | 614 | drivers/scsi/aha1542.c | (((int)sgpnt[i].address) & 1) || (sgpnt[i].length & 1)){ |
length | 619 | drivers/scsi/aha1542.c | sgpnt[i].length); |
length | 628 | drivers/scsi/aha1542.c | any2scsi(cptr[i].datalen, sgpnt[i].length); |
length | 333 | drivers/scsi/aha1740.c | cptr[i].datalen = sgpnt[i].length; |
length | 138 | drivers/scsi/aha274x.c | (char *)&(sg).length - (char *)&(sg) != 8 || \ |
length | 140 | drivers/scsi/aha274x.c | sizeof((sg).length) != 4 || \ |
length | 363 | drivers/scsi/aha274x.c | unsigned length; |
length | 370 | drivers/scsi/aha274x.c | for (i = length = 0; |
length | 374 | drivers/scsi/aha274x.c | length += sg[i].length; |
length | 377 | drivers/scsi/aha274x.c | length = cmd->request_bufflen; |
length | 379 | drivers/scsi/aha274x.c | return(length); |
length | 390 | drivers/scsi/aha274x.c | if ((unsigned)sg[i].length > 0xffff) |
length | 1064 | drivers/scsi/aha274x.c | unsigned length; |
length | 1084 | drivers/scsi/aha274x.c | length = aha274x_length(cmd, 0); |
length | 1094 | drivers/scsi/aha274x.c | if (length > 0xffffff) { |
length | 1110 | drivers/scsi/aha274x.c | length); |
length | 707 | drivers/scsi/buslogic.c | cptr[i].datalen = sgpnt[i].length; |
length | 586 | drivers/scsi/eata.c | cpp->sglist[k].num_bytes = htonl((unsigned int) sgpnt[k].length); |
length | 380 | drivers/scsi/eata_dma.c | cp->sg_list[i].len = htonl((ulong) sl->length); |
length | 1240 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1273 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1357 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 207 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 264 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 496 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 383 | drivers/scsi/qlogic.c | if (ql_pdma(phase, sglist->address, sglist->length)) |
length | 349 | drivers/scsi/scsi.h | unsigned int length; |
length | 122 | drivers/scsi/scsi_debug.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 262 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 331 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 208 | drivers/scsi/sd.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 212 | drivers/scsi/sd.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 213 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 268 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 624 | drivers/scsi/sd.c | sgpnt[count].length += bh->b_size; |
length | 627 | drivers/scsi/sd.c | if (((long) sgpnt[count].address) + sgpnt[count].length - 1 > |
length | 634 | drivers/scsi/sd.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 10) { |
length | 637 | drivers/scsi/sd.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 649 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 670 | drivers/scsi/sd.c | if (((long) sgpnt[count].address) + sgpnt[count].length + |
length | 677 | drivers/scsi/sd.c | tmp = (char *) scsi_malloc(sgpnt[count].length + bhp->b_size); |
length | 683 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 711 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 719 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 154 | drivers/scsi/seagate.c | unsigned length; |
length | 328 | drivers/scsi/seagate.c | signatures[j].length)) { |
length | 905 | drivers/scsi/seagate.c | hostno, i, buffer[i].address, buffer[i].length); |
length | 910 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1146 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1292 | drivers/scsi/seagate.c | len = buffer->length; |
length | 182 | drivers/scsi/sr.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 184 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 220 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 693 | drivers/scsi/sr.c | sgpnt[count].length = (SCpnt->request.sector % 4) << 9; |
length | 694 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 704 | drivers/scsi/sr.c | sgpnt[count].length = bh->b_size; |
length | 709 | drivers/scsi/sr.c | sgpnt[count].length = end_rec; |
length | 714 | drivers/scsi/sr.c | if (((int) sgpnt[count].address) + sgpnt[count].length > |
length | 720 | drivers/scsi/sr.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 5) { |
length | 723 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 734 | drivers/scsi/sr.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 751 | drivers/scsi/sr.c | sgpnt[count].length); |
length | 535 | drivers/scsi/u14-34f.c | cpp->sglist[k].num_bytes = sgpnt[k].length; |
length | 536 | drivers/scsi/u14-34f.c | data_len += sgpnt[k].length; |
length | 655 | drivers/scsi/ultrastor.c | mscp->sglist[i].num_bytes = sl[i].length; |
length | 656 | drivers/scsi/ultrastor.c | transfer_length += sl[i].length; |
length | 927 | drivers/scsi/wd7000.c | any2scsi(sgb[i].len, sg[i].length); |
length | 234 | fs/hpfs/hpfs.h | unsigned short length; /* offset to next dirent */ |
length | 272 | fs/hpfs/hpfs.h | return *(dnode_secno *) ((void *) de + de->length - 4); |
length | 293 | fs/hpfs/hpfs.h | return (void *) de + de->length; |
length | 311 | fs/hpfs/hpfs.h | unsigned length; /* length, sectors */ |
length | 793 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 1050 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
length | 1053 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_n_secs = n[i].length; |
length | 1293 | 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 | 69 | fs/open.c | asmlinkage int sys_truncate(const char * path, unsigned int length) |
length | 99 | fs/open.c | inode->i_size = newattrs.ia_size = length; |
length | 111 | fs/open.c | asmlinkage int sys_ftruncate(unsigned int fd, unsigned int length) |
length | 125 | fs/open.c | inode->i_size = newattrs.ia_size = length; |
length | 838 | fs/proc/array.c | int length; |
length | 849 | fs/proc/array.c | length = fill_array((char *) page, pid, type); |
length | 850 | fs/proc/array.c | if (length < 0) { |
length | 852 | fs/proc/array.c | return length; |
length | 854 | fs/proc/array.c | if (file->f_pos >= length) { |
length | 858 | fs/proc/array.c | if (count + file->f_pos > length) |
length | 859 | fs/proc/array.c | count = length - file->f_pos; |
length | 242 | fs/proc/net.c | int length; |
length | 264 | fs/proc/net.c | length = unix_get_info(page,&start,file->f_pos,thistime); |
length | 268 | fs/proc/net.c | length = afinet_get_info(page,&start,file->f_pos,thistime); |
length | 271 | fs/proc/net.c | length = arp_get_info(page,&start,file->f_pos,thistime); |
length | 274 | fs/proc/net.c | length = rt_get_info(page,&start,file->f_pos,thistime); |
length | 277 | fs/proc/net.c | length = dev_get_info(page,&start,file->f_pos,thistime); |
length | 280 | fs/proc/net.c | length = raw_get_info(page,&start,file->f_pos,thistime); |
length | 283 | fs/proc/net.c | length = tcp_get_info(page,&start,file->f_pos,thistime); |
length | 286 | fs/proc/net.c | length = udp_get_info(page,&start,file->f_pos,thistime); |
length | 289 | fs/proc/net.c | length = snmp_get_info(page, &start, file->f_pos,thistime); |
length | 293 | fs/proc/net.c | length = ip_mc_procinfo(page, &start, file->f_pos,thistime); |
length | 298 | fs/proc/net.c | length = ip_fw_fwd_procinfo(page, &start, file->f_pos, |
length | 302 | fs/proc/net.c | length = ip_fw_blk_procinfo(page, &start, file->f_pos, |
length | 308 | fs/proc/net.c | length = ip_acct_procinfo(page, &start, file->f_pos, |
length | 314 | fs/proc/net.c | length = ip_msqhst_procinfo(page, &start, file->f_pos,thistime); |
length | 319 | fs/proc/net.c | length = rarp_get_info(page,&start,file->f_pos,thistime); |
length | 324 | fs/proc/net.c | length = wavelan_get_info(page, &start, file->f_pos, thistime); |
length | 330 | fs/proc/net.c | length = ipx_get_interface_info(page, &start, file->f_pos, thistime); |
length | 333 | fs/proc/net.c | length = ipx_rt_get_info(page,&start,file->f_pos,thistime); |
length | 336 | fs/proc/net.c | length = ipx_get_info(page,&start,file->f_pos,thistime); |
length | 341 | fs/proc/net.c | length = atalk_get_info(page, &start, file->f_pos, thistime); |
length | 344 | fs/proc/net.c | length = atalk_rt_get_info(page, &start, file->f_pos, thistime); |
length | 347 | fs/proc/net.c | length = atalk_if_get_info(page, &start, file->f_pos, thistime); |
length | 352 | fs/proc/net.c | length = ax25_rt_get_info(page,&start,file->f_pos,thistime); |
length | 355 | fs/proc/net.c | length = ax25_get_info(page,&start,file->f_pos,thistime); |
length | 359 | fs/proc/net.c | length = nr_nodes_get_info(page,&start,file->f_pos,thistime); |
length | 362 | fs/proc/net.c | length = nr_neigh_get_info(page,&start,file->f_pos,thistime); |
length | 365 | fs/proc/net.c | length = nr_get_info(page,&start,file->f_pos,thistime); |
length | 381 | fs/proc/net.c | if (length <= 0) |
length | 386 | fs/proc/net.c | memcpy_tofs(buf+copied, start, length); |
length | 387 | fs/proc/net.c | file->f_pos+=length; /* Move down the file */ |
length | 388 | fs/proc/net.c | bytes-=length; |
length | 389 | fs/proc/net.c | copied+=length; |
length | 390 | fs/proc/net.c | if(length<thistime) |
length | 226 | include/linux/fd.h | long length; |
length | 107 | include/linux/iso_fs.h | char length [ISODCL (1, 1)]; /* 711 */ |
length | 212 | include/linux/netdevice.h | extern int dev_get_info(char *buffer, char **start, off_t offset, int length); |
length | 49 | init/main.c | extern long rd_init(long mem_start, int length); |
length | 944 | net/inet/arp.c | int arp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 1005 | net/inet/arp.c | if(pos>offset+length) |
length | 1013 | net/inet/arp.c | if(len>length) |
length | 1014 | net/inet/arp.c | len=length; /* Ending slop */ |
length | 12 | net/inet/arp.h | extern int arp_get_info(char *buffer, char **start, off_t origin, int length); |
length | 925 | net/inet/dev.c | int dev_get_info(char *buffer, char **start, off_t offset, int length) |
length | 953 | net/inet/dev.c | if(pos>offset+length) |
length | 959 | net/inet/dev.c | if(len>length) |
length | 960 | net/inet/dev.c | len=length; /* Ending slop */ |
length | 1999 | net/inet/ip.c | int ip_mc_procinfo(char *buffer, char **start, off_t offset, int length) |
length | 2029 | net/inet/ip.c | if(pos>offset+length) |
length | 2037 | net/inet/ip.c | if(len>length) |
length | 2038 | net/inet/ip.c | len=length; |
length | 920 | net/inet/ip_fw.c | off_t offset, int length, int reset) |
length | 982 | net/inet/ip_fw.c | if(pos>offset+length) |
length | 989 | net/inet/ip_fw.c | if(len>length) |
length | 990 | net/inet/ip_fw.c | len=length; |
length | 997 | net/inet/ip_fw.c | int ip_acct_procinfo(char *buffer, char **start, off_t offset, int length, int reset) |
length | 999 | net/inet/ip_fw.c | return ip_chain_procinfo(IP_INFO_ACCT, buffer,start,offset,length,reset); |
length | 1006 | net/inet/ip_fw.c | int ip_fw_blk_procinfo(char *buffer, char **start, off_t offset, int length, int reset) |
length | 1008 | net/inet/ip_fw.c | return ip_chain_procinfo(IP_INFO_BLK, buffer,start,offset,length,reset); |
length | 1011 | net/inet/ip_fw.c | int ip_fw_fwd_procinfo(char *buffer, char **start, off_t offset, int length, int reset) |
length | 1013 | net/inet/ip_fw.c | return ip_chain_procinfo(IP_INFO_FWD, buffer,start,offset,length,reset); |
length | 1116 | net/inet/ipx.c | ipx_get_interface_info(char *buffer, char **start, off_t offset, int length) |
length | 1145 | net/inet/ipx.c | if(pos>offset+length) /* We have dumped enough */ |
length | 1152 | net/inet/ipx.c | if(len>length) |
length | 1153 | net/inet/ipx.c | len=length; /* Remove unwanted tail data from length */ |
length | 1159 | net/inet/ipx.c | ipx_get_info(char *buffer, char **start, off_t offset, int length) |
length | 1201 | net/inet/ipx.c | if(pos>offset+length) /* We have dumped enough */ |
length | 1209 | net/inet/ipx.c | if(len>length) |
length | 1210 | net/inet/ipx.c | len=length; /* Remove unwanted tail data from length */ |
length | 1215 | net/inet/ipx.c | int ipx_rt_get_info(char *buffer, char **start, off_t offset, int length) |
length | 1243 | net/inet/ipx.c | if(pos>offset+length) |
length | 1248 | net/inet/ipx.c | if(len>length) |
length | 1249 | net/inet/ipx.c | len=length; |
length | 57 | net/inet/proc.c | get__netinfo(struct proto *pro, char *buffer, int format, char **start, off_t offset, int length) |
length | 114 | net/inet/proc.c | if(pos>offset+length) |
length | 119 | net/inet/proc.c | if(pos>offset+length) |
length | 124 | net/inet/proc.c | if(len>length) |
length | 125 | net/inet/proc.c | len=length; |
length | 130 | net/inet/proc.c | int tcp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 132 | net/inet/proc.c | return get__netinfo(&tcp_prot, buffer,0, start, offset, length); |
length | 136 | net/inet/proc.c | int udp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 138 | net/inet/proc.c | return get__netinfo(&udp_prot, buffer,1, start, offset, length); |
length | 142 | net/inet/proc.c | int raw_get_info(char *buffer, char **start, off_t offset, int length) |
length | 144 | net/inet/proc.c | return get__netinfo(&raw_prot, buffer,1, start, offset, length); |
length | 151 | net/inet/proc.c | int afinet_get_info(char *buffer, char **start, off_t offset, int length) |
length | 157 | net/inet/proc.c | int len = socket_get_info(buffer,start,offset,length); |
length | 170 | net/inet/proc.c | if (len > length) |
length | 171 | net/inet/proc.c | len = length; |
length | 180 | net/inet/proc.c | int snmp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 247 | net/inet/proc.c | if (len > length) |
length | 248 | net/inet/proc.c | len = length; |
length | 427 | net/inet/rarp.c | int rarp_get_info(char *buffer, char **start, off_t offset, int length) |
length | 478 | net/inet/rarp.c | if(pos>offset+length) |
length | 486 | net/inet/rarp.c | if(len>length) |
length | 487 | net/inet/rarp.c | len=length; /* Ending slop */ |
length | 12 | net/inet/rarp.h | int length); |
length | 496 | net/inet/route.c | int rt_get_info(char *buffer, char **start, off_t offset, int length) |
length | 525 | net/inet/route.c | if(pos>offset+length) |
length | 531 | net/inet/route.c | if(len>length) |
length | 532 | net/inet/route.c | len=length; |
length | 50 | net/inet/route.h | extern int rt_get_info(char * buffer, char **start, off_t offset, int length); |
length | 2591 | net/inet/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
length | 2596 | net/inet/tcp.c | while(length>0) |
length | 2605 | net/inet/tcp.c | length--; |
length | 2624 | net/inet/tcp.c | length-=opsize; |
length | 1380 | net/socket.c | int socket_get_info(char *buffer, char **start, off_t offset, int length) |
length | 1390 | net/socket.c | if (len > length) |
length | 1391 | net/socket.c | len = length; |
length | 39 | net/unix/proc.c | int unix_get_info(char *buffer, char **start, off_t offset, int length) |
length | 88 | net/unix/proc.c | if(pos>offset+length) |
length | 97 | net/unix/proc.c | if(len>length) |
length | 98 | net/unix/proc.c | len=length; |