| 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 | 97 | arch/i386/kernel/bios32.c | unsigned char length; /* Length in paragraphs should be 01 */ |
| length | 126 | arch/i386/kernel/bios32.c | unsigned long length; /* %ecx */ |
| length | 132 | arch/i386/kernel/bios32.c | "=c" (length), |
| length | 405 | arch/i386/kernel/bios32.c | int i, length; |
| length | 417 | arch/i386/kernel/bios32.c | length = check->fields.length * 16; |
| length | 418 | arch/i386/kernel/bios32.c | if (!length) |
| length | 421 | 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 | 80 | drivers/block/blk.h | extern long rd_init(long mem_start, int length); |
| length | 975 | drivers/block/floppy.c | if (raw_cmd.length == 0){ |
| length | 988 | drivers/block/floppy.c | raw_cmd.length > 512 * CURRENT->nr_sectors) && |
| length | 990 | drivers/block/floppy.c | current_addr + raw_cmd.length > |
| length | 993 | drivers/block/floppy.c | current_addr, raw_cmd.length, floppy_track_buffer); |
| length | 1009 | drivers/block/floppy.c | if (CROSS_64KB(current_addr, raw_cmd.length)) { |
| length | 1011 | drivers/block/floppy.c | current_addr, current_addr + raw_cmd.length); |
| length | 1024 | drivers/block/floppy.c | set_dma_count(FLOPPY_DMA, raw_cmd.length); |
| length | 2020 | drivers/block/floppy.c | raw_cmd.length = 4 * F_SECT_PER_TRACK; |
| length | 2505 | drivers/block/floppy.c | raw_cmd.length = current_count_sectors << 9; |
| length | 2506 | drivers/block/floppy.c | if (raw_cmd.length == 0){ |
| length | 2552 | drivers/block/floppy.c | raw_cmd.length = sector_t+current_count_sectors-aligned_sector_t; |
| length | 2553 | drivers/block/floppy.c | raw_cmd.length = ((raw_cmd.length -1)|(ssize-1))+1; |
| length | 2554 | drivers/block/floppy.c | raw_cmd.length <<= 9; |
| length | 2556 | drivers/block/floppy.c | if ((raw_cmd.length < current_count_sectors << 9) || |
| length | 2559 | drivers/block/floppy.c | (aligned_sector_t + (raw_cmd.length >> 9) > buffer_max || |
| length | 2561 | drivers/block/floppy.c | raw_cmd.length % ( 128 << SIZECODE ) || |
| length | 2562 | drivers/block/floppy.c | raw_cmd.length <= 0 || current_count_sectors <= 0){ |
| length | 2564 | drivers/block/floppy.c | raw_cmd.length, current_count_sectors); |
| length | 2584 | drivers/block/floppy.c | raw_cmd.length < 0 || |
| length | 2585 | drivers/block/floppy.c | current_addr + raw_cmd.length > |
| length | 2590 | drivers/block/floppy.c | raw_cmd.length >> 9 ); |
| length | 2599 | drivers/block/floppy.c | } else if (raw_cmd.length > CURRENT->nr_sectors << 9 || |
| length | 2603 | drivers/block/floppy.c | } else if ( raw_cmd.length < current_count_sectors << 9 ){ |
| length | 2605 | drivers/block/floppy.c | printk("bytes=%ld\n", raw_cmd.length >> 9 ); |
| length | 2608 | drivers/block/floppy.c | if (raw_cmd.length == 0){ |
| length | 2854 | drivers/block/floppy.c | count = raw_cmd.length; |
| length | 2891 | drivers/block/floppy.c | raw_cmd.length = get_dma_residue(FLOPPY_DMA); |
| length | 3775 | drivers/block/floppy.c | int length = strlen(pattern)+1; |
| length | 3805 | drivers/block/floppy.c | if(j==length){ |
| 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 | 342 | drivers/net/3c505.c | outb_command(pcb->length, dev->base_addr); |
| length | 347 | drivers/net/3c505.c | for (i = 0; cont && (i < pcb->length); i++) { |
| length | 357 | drivers/net/3c505.c | outb_command(2+pcb->length, dev->base_addr); |
| length | 427 | drivers/net/3c505.c | pcb->length = inb_command(dev->base_addr); |
| length | 429 | drivers/net/3c505.c | if (pcb->length > MAX_PCB_DATA) { |
| length | 430 | drivers/net/3c505.c | INVALID_PCB_MSG(pcb->length); |
| length | 456 | drivers/net/3c505.c | if (total_length != (pcb->length + 2)) { |
| length | 524 | drivers/net/3c505.c | tx_pcb->length = sizeof(struct Rcv_pkt); |
| length | 880 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Memconf); |
| length | 900 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
| length | 955 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Xmit_pkt); |
| length | 1082 | drivers/net/3c505.c | adapter->tx_pcb.length = 0; |
| length | 1175 | drivers/net/3c505.c | adapter->tx_pcb.length = 6*num_addrs; |
| length | 1202 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
| length | 1385 | drivers/net/3c505.c | adapter.tx_pcb.length = 0; |
| length | 1389 | drivers/net/3c505.c | (adapter.rx_pcb.length != 6)) { |
| length | 217 | drivers/net/3c505.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 | 175 | drivers/net/8390.c | length = skb->len; |
| length | 188 | drivers/net/8390.c | send_length = ETH_ZLEN < length ? length : ETH_ZLEN; |
| length | 216 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, output_page); |
| length | 230 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, ei_local->tx_start_page); |
| length | 680 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
| length | 692 | drivers/net/8390.c | outb_p(length & 0xff, e8390_base + EN0_TCNTLO); |
| length | 693 | 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 | 388 | drivers/net/arcnet.c | short length, /* bytes total */ |
| length | 438 | drivers/net/arcnet.c | short length,char *data); |
| length | 448 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr); |
| length | 450 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr); |
| length | 1136 | drivers/net/arcnet.c | out->length = 1 < skb->len ? skb->len : 1; |
| length | 1157 | drivers/net/arcnet.c | if (out->length-EXTRA_CLIENTDATA<=XMTU) |
| length | 1161 | drivers/net/arcnet.c | out->length,out->hdr->split_flag); |
| length | 1168 | drivers/net/arcnet.c | out->length-sizeof(struct ClientData), |
| length | 1190 | drivers/net/arcnet.c | out->dataleft=out->length-sizeof(struct ClientData); |
| length | 1196 | drivers/net/arcnet.c | out->length,out->numsegs); |
| length | 1270 | drivers/net/arcnet.c | out->length,out->hdr->split_flag); |
| length | 1284 | drivers/net/arcnet.c | arcnetA_prepare_tx(struct device *dev,struct ClientData *hdr,short length, |
| length | 1297 | drivers/net/arcnet.c | length+=4; |
| length | 1301 | drivers/net/arcnet.c | hdr,length,data); |
| length | 1310 | drivers/net/arcnet.c | if (length<=MTU) /* Normal (256-byte) Packet */ |
| length | 1314 | drivers/net/arcnet.c | arcpacket->hardheader.offset1=offset=256-length; |
| length | 1318 | drivers/net/arcnet.c | else if (length>=MinTU) /* Extended (512-byte) Packet */ |
| length | 1323 | drivers/net/arcnet.c | arcpacket->hardheader.offset2=offset=512-length; |
| length | 1332 | drivers/net/arcnet.c | arcpacket->hardheader.offset2=offset=512-length-4; |
| length | 1353 | drivers/net/arcnet.c | data,length-4); |
| length | 1356 | drivers/net/arcnet.c | daddr,length,pkttype); |
| length | 1454 | drivers/net/arcnet.c | short offset,length=skb->len+1; |
| length | 1458 | drivers/net/arcnet.c | if (length>XMTU) |
| length | 1485 | drivers/net/arcnet.c | offset=512-length; |
| length | 1486 | drivers/net/arcnet.c | if (length>MTU) /* long/exception packet */ |
| length | 1488 | drivers/net/arcnet.c | if (length<MinTU) offset-=3; |
| length | 1499 | drivers/net/arcnet.c | length,offset,arcpacket->hardheader.offset1, |
| length | 1515 | drivers/net/arcnet.c | daddr,length); |
| length | 1523 | drivers/net/arcnet.c | for (county=0; county<16+(length>=240)*16; county++) |
| length | 1785 | drivers/net/arcnet.c | short length,offset; |
| length | 1805 | drivers/net/arcnet.c | length=256-offset; |
| length | 1812 | drivers/net/arcnet.c | length=512-offset; |
| length | 1817 | drivers/net/arcnet.c | saddr,daddr,length); |
| length | 1827 | drivers/net/arcnet.c | length,saddr,daddr); |
| length | 1830 | drivers/net/arcnet.c | arcnetW_rx(dev,arcsoft,length,saddr,daddr); |
| length | 1844 | drivers/net/arcnet.c | for (county=0; county<16+(length>240)*16; county++) |
| length | 1867 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr) |
| length | 1875 | drivers/net/arcnet.c | length); |
| length | 1878 | drivers/net/arcnet.c | length+=EXTRA_CLIENTDATA; |
| length | 1888 | drivers/net/arcnet.c | length-=4; |
| length | 1911 | drivers/net/arcnet.c | skb = alloc_skb(length, GFP_ATOMIC); |
| length | 1919 | drivers/net/arcnet.c | skb->len = length; |
| length | 1924 | drivers/net/arcnet.c | length-EXTRA_CLIENTDATA); |
| length | 2112 | drivers/net/arcnet.c | length-sizeof(struct ClientData)); |
| length | 2114 | drivers/net/arcnet.c | skb->len+=length-sizeof(struct ClientData); |
| length | 2152 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr) |
| length | 2159 | drivers/net/arcnet.c | length); |
| length | 2161 | drivers/net/arcnet.c | skb = alloc_skb(length, GFP_ATOMIC); |
| length | 2168 | drivers/net/arcnet.c | skb->len = length; |
| length | 2171 | drivers/net/arcnet.c | memcpy(skb->data,(u_char *)arcsoft+1,length-1); |
| 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 | 302 | drivers/net/depca.c | s16 length; /* This length is negative 2's complement! */ |
| length | 1591 | drivers/net/depca.c | writew(-TX_BUFF_SZ, &lp->tx_ring[i].length);/* packet length in buffer */ |
| length | 1597 | drivers/net/depca.c | writew(-len, &lp->tx_ring[end].length); /* packet length in last buff */ |
| length | 154 | drivers/net/eepro.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
| length | 651 | drivers/net/eepro.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
| length | 654 | drivers/net/eepro.c | hardware_send_packet(dev, buf, length); |
| length | 934 | drivers/net/eepro.c | hardware_send_packet(struct device *dev, void *buf, short length) |
| length | 957 | drivers/net/eepro.c | if (((((length + 1) >> 1) << 1) + 2*XMT_HEADER) |
| length | 962 | drivers/net/eepro.c | end = last + (((length + 1) >> 1) << 1) + XMT_HEADER; |
| length | 969 | drivers/net/eepro.c | end = last + (((length + 1) >> 1) << 1) + XMT_HEADER; |
| length | 978 | drivers/net/eepro.c | outw(length, ioaddr + IO_PORT); |
| length | 979 | drivers/net/eepro.c | outsw(ioaddr + IO_PORT, buf, (length + 1) >> 1); |
| 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 | 275 | 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 | 740 | drivers/net/lance.c | lp->tx_ring[i].base, -lp->tx_ring[i].length, |
| length | 792 | drivers/net/lance.c | lp->tx_ring[entry].length = |
| length | 795 | 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 | 282 | drivers/net/pi2.c | static void setup_tx_dma(struct pi_local *lp, int length) |
| length | 305 | drivers/net/pi2.c | set_dma_count(dmachan, length); |
| length | 403 | drivers/net/pi2.c | int length; |
| length | 444 | drivers/net/pi2.c | length = lp->sndbuf->len - 1; |
| length | 445 | drivers/net/pi2.c | memcpy(lp->txdmabuf, &lp->sndbuf->data[1], length); |
| length | 449 | drivers/net/pi2.c | setup_tx_dma(lp, length); |
| 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 = dev_alloc_skb(rcv->length.h); |
| length | 530 | drivers/net/plip.c | skb_put(rcv->skb,rcv->length.h); |
| length | 542 | drivers/net/plip.c | while (++rcv->byte < rcv->length.h); |
| length | 692 | drivers/net/plip.c | &snd->nibble, snd->length.b.lsb)) |
| length | 698 | drivers/net/plip.c | &snd->nibble, snd->length.b.msb)) |
| length | 709 | drivers/net/plip.c | while (++snd->byte < snd->length.h); |
| length | 891 | drivers/net/plip.c | snd->length.h = skb->len; |
| length | 98 | drivers/net/seeq8005.c | extern void hardware_send_packet(struct device *dev, char *buf, int length); |
| length | 408 | drivers/net/seeq8005.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
| length | 411 | drivers/net/seeq8005.c | hardware_send_packet(dev, buf, length); |
| length | 695 | drivers/net/seeq8005.c | void hardware_send_packet(struct device * dev, char *buf, int length) |
| length | 703 | drivers/net/seeq8005.c | printk("%s: send 0x%04x\n",dev->name,length); |
| length | 711 | drivers/net/seeq8005.c | outw( htons(length + 4), SEEQ_BUFFER); |
| length | 715 | drivers/net/seeq8005.c | outsw( SEEQ_BUFFER, buf, (length +1) >> 1); |
| 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 | 1272 | drivers/net/wavelan.c | hardware_send_packet(device *dev, void *buf, short length) |
| length | 1329 | drivers/net/wavelan.c | tbd.tbd_status = TBD_STATUS_EOF | (TBD_STATUS_ACNT & length); |
| length | 1338 | drivers/net/wavelan.c | obram_write(ioaddr, buf_addr, buf, length); |
| length | 1374 | drivers/net/wavelan.c | length, |
| length | 1434 | drivers/net/wavelan.c | short length; |
| length | 1437 | drivers/net/wavelan.c | length = (ETH_ZLEN < skb->len) ? skb->len : ETH_ZLEN; |
| length | 1440 | drivers/net/wavelan.c | hardware_send_packet(dev, buf, length); |
| length | 2112 | drivers/net/wavelan.c | wavelan_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 2149 | drivers/net/wavelan.c | if (pos > offset + length) |
| length | 2159 | drivers/net/wavelan.c | if (len > length) |
| length | 2160 | 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 | 2600 | 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 | 1968 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
| length | 817 | drivers/scsi/aha152x.c | SCpnt->SCp.this_residual = SCpnt->SCp.buffer->length; |
| length | 2006 | drivers/scsi/aha152x.c | current_SC->SCp.buffer->length; |
| length | 2142 | 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 | 334 | drivers/scsi/aha1740.c | cptr[i].datalen = sgpnt[i].length; |
| length | 732 | drivers/scsi/aic7xxx.c | (char *)&(sg).length - (char *)&(sg) != 8 || \ |
| length | 734 | drivers/scsi/aic7xxx.c | sizeof((sg).length) != 4 || \ |
| length | 1363 | drivers/scsi/aic7xxx.c | unsigned length; |
| length | 1371 | drivers/scsi/aic7xxx.c | for (i = length = 0; i < cmd->use_sg && i < segments; i++) |
| length | 1373 | drivers/scsi/aic7xxx.c | length += sg[i].length; |
| length | 1378 | drivers/scsi/aic7xxx.c | length = cmd->request_bufflen; |
| length | 1381 | drivers/scsi/aic7xxx.c | return (length); |
| length | 1841 | drivers/scsi/aic7xxx.c | scb->sense_sg.length = sizeof(cmd->sense_buffer); |
| length | 3409 | drivers/scsi/aic7xxx.c | unsigned length; |
| length | 3469 | drivers/scsi/aic7xxx.c | length = aic7xxx_length(cmd, 0); |
| length | 3471 | drivers/scsi/aic7xxx.c | if (length > 0xFFFFFF) |
| length | 3488 | drivers/scsi/aic7xxx.c | cmd->use_sg, length); |
| length | 3503 | drivers/scsi/aic7xxx.c | scb->sg.length = cmd->request_bufflen; |
| length | 707 | drivers/scsi/buslogic.c | cptr[i].datalen = sgpnt[i].length; |
| length | 590 | drivers/scsi/eata.c | cpp->sglist[k].num_bytes = htonl((unsigned int) sgpnt[k].length); |
| length | 458 | drivers/scsi/eata_dma.c | cp->sg_list[i].len = htonl((u32) sl->length); |
| length | 32 | drivers/scsi/eata_dma_proc.c | int eata_set_info(char *buffer, int length, struct Scsi_Host *HBA_ptr) |
| length | 34 | drivers/scsi/eata_dma_proc.c | int orig_length = length; |
| length | 36 | drivers/scsi/eata_dma_proc.c | if (length >= 8 && strncmp(buffer, "eata_dma", 8) == 0) { |
| length | 38 | drivers/scsi/eata_dma_proc.c | length -= 9; |
| length | 39 | drivers/scsi/eata_dma_proc.c | if(length >= 8 && strncmp(buffer, "latency", 7) == 0) { |
| length | 44 | drivers/scsi/eata_dma_proc.c | if(length >=10 && strncmp(buffer, "nolatency", 9) == 0) { |
| length | 49 | drivers/scsi/eata_dma_proc.c | printk("Unknown command:%s length: %d\n", buffer, length); |
| length | 67 | drivers/scsi/eata_dma_proc.c | int eata_proc_info(char *buffer, char **start, off_t offset, int length, |
| length | 102 | drivers/scsi/eata_dma_proc.c | return(eata_set_info(buffer, length, HBA_ptr)); |
| length | 305 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
| length | 381 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
| length | 418 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
| length | 453 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
| length | 473 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
| length | 483 | drivers/scsi/eata_dma_proc.c | if(len>length) |
| length | 484 | drivers/scsi/eata_dma_proc.c | len = length; /* Ending slop */ |
| length | 29 | drivers/scsi/eata_dma_proc.h | __u16 length; |
| length | 38 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x24 */ |
| length | 53 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x28 */ |
| length | 69 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x30 */ |
| length | 76 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x34 */ |
| length | 83 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x10 */ |
| length | 95 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x02 */ |
| length | 109 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x02 */ |
| length | 118 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x04 */ |
| length | 125 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x04 */ |
| length | 134 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x02 */ |
| length | 147 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x02 */ |
| length | 157 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x02 */ |
| length | 169 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x04 */ |
| length | 190 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x04 */ |
| length | 197 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x04 */ |
| length | 210 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x02 */ |
| length | 220 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x02 */ |
| length | 235 | drivers/scsi/eata_dma_proc.h | __u8 length; /* 0x04 */ |
| length | 117 | drivers/scsi/eata_pio.c | SCp->this_residual=SCp->buffer->length; |
| length | 368 | drivers/scsi/eata_pio.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
| length | 23 | drivers/scsi/eata_pio_proc.c | int eata_pio_set_info(char *buffer, int length, struct Scsi_Host *HBA_ptr) |
| length | 40 | drivers/scsi/eata_pio_proc.c | int eata_pio_proc_info(char *buffer, char **start, off_t offset, int length, |
| length | 60 | drivers/scsi/eata_pio_proc.c | return(eata_pio_set_info(buffer, length, HBA_ptr)); |
| length | 97 | drivers/scsi/eata_pio_proc.c | if (pos > offset + length) |
| length | 116 | drivers/scsi/eata_pio_proc.c | if (pos > offset + length) |
| length | 126 | drivers/scsi/eata_pio_proc.c | if(len>length) |
| length | 127 | drivers/scsi/eata_pio_proc.c | len = length; /* Ending slop */ |
| length | 1447 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
| length | 1480 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
| length | 1564 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
| length | 210 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
| length | 267 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
| length | 500 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
| length | 393 | drivers/scsi/qlogic.c | if (ql_pdma(phase, sglist->address, sglist->length)) |
| length | 110 | drivers/scsi/scsi.c | off_t offset, int length, int inout); |
| length | 112 | drivers/scsi/scsi.c | off_t offset, int length, int inout); |
| length | 2428 | drivers/scsi/scsi.c | int scsi_proc_info(char *buffer, char **start, off_t offset, int length, |
| length | 2463 | drivers/scsi/scsi.c | if (pos > offset + length) |
| length | 2474 | drivers/scsi/scsi.c | if(len>length) |
| length | 2475 | drivers/scsi/scsi.c | len = length; /* Ending slop */ |
| length | 2479 | drivers/scsi/scsi.c | if(!buffer || length < 25 || strncmp("scsi", buffer, 4)) |
| length | 354 | drivers/scsi/scsi.h | unsigned int length; |
| length | 142 | drivers/scsi/scsi_debug.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
| length | 283 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
| length | 354 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
| length | 620 | drivers/scsi/scsi_debug.c | int length, int inode, int inout) |
| length | 627 | drivers/scsi/scsi_debug.c | if (length >= 10 && strncmp(buffer, "scsi_debug", 10) == 0) { |
| length | 629 | drivers/scsi/scsi_debug.c | length -= 11; |
| length | 635 | drivers/scsi/scsi_debug.c | if( length == 6 && strncmp(buffer, "lockup", length) == 0 ) |
| length | 638 | drivers/scsi/scsi_debug.c | return length; |
| length | 641 | drivers/scsi/scsi_debug.c | if( length == 6 && strncmp(buffer, "unlock", length) == 0 ) |
| length | 644 | drivers/scsi/scsi_debug.c | return length; |
| length | 668 | drivers/scsi/scsi_debug.c | if(len > length) |
| length | 669 | drivers/scsi/scsi_debug.c | len = length; |
| length | 79 | drivers/scsi/scsi_proc.c | int length, int inode, int inout) |
| length | 96 | drivers/scsi/scsi_proc.c | if(len > length) |
| length | 97 | drivers/scsi/scsi_proc.c | len = length; |
| length | 106 | drivers/scsi/scsi_proc.c | off_t offset, int length, int func) |
| length | 116 | drivers/scsi/scsi_proc.c | return(scsi_proc_info(buffer, start, offset, length, 0, func)); |
| length | 122 | drivers/scsi/scsi_proc.c | return generic_proc_info(buffer, start, offset, length, |
| length | 126 | drivers/scsi/scsi_proc.c | length, hpnt->host_no, func)); |
| length | 233 | drivers/scsi/sd.c | sgpnt[i].length); |
| length | 238 | drivers/scsi/sd.c | sgpnt[i].length); |
| length | 239 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
| length | 296 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
| length | 660 | drivers/scsi/sd.c | sgpnt[count].length += bh->b_size; |
| length | 663 | drivers/scsi/sd.c | if (((long) sgpnt[count].address) + sgpnt[count].length - 1 > |
| length | 671 | drivers/scsi/sd.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 10) { |
| length | 675 | drivers/scsi/sd.c | (char *) scsi_malloc(sgpnt[count].length); |
| length | 689 | drivers/scsi/sd.c | sgpnt[count].length); |
| length | 711 | drivers/scsi/sd.c | if (((long) sgpnt[count].address) + sgpnt[count].length + |
| length | 718 | drivers/scsi/sd.c | tmp = (char *) scsi_malloc(sgpnt[count].length |
| length | 725 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
| length | 758 | drivers/scsi/sd.c | sgpnt[count].length); |
| length | 766 | drivers/scsi/sd.c | sgpnt[count].length); |
| length | 158 | drivers/scsi/seagate.c | unsigned length; |
| length | 332 | drivers/scsi/seagate.c | signatures[j].length)) { |
| length | 909 | drivers/scsi/seagate.c | hostno, i, buffer[i].address, buffer[i].length); |
| length | 914 | drivers/scsi/seagate.c | len = buffer->length; |
| length | 1150 | drivers/scsi/seagate.c | len = buffer->length; |
| length | 1296 | drivers/scsi/seagate.c | len = buffer->length; |
| length | 195 | drivers/scsi/sr.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
| length | 197 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
| length | 233 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
| length | 738 | drivers/scsi/sr.c | sgpnt[count].length = (SCpnt->request.sector % 4) << 9; |
| length | 739 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
| length | 749 | drivers/scsi/sr.c | sgpnt[count].length = bh->b_size; |
| length | 754 | drivers/scsi/sr.c | sgpnt[count].length = end_rec; |
| length | 759 | drivers/scsi/sr.c | if (((long) sgpnt[count].address) + sgpnt[count].length > ISA_DMA_THRESHOLD && |
| length | 765 | drivers/scsi/sr.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 5) { |
| length | 768 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
| length | 779 | drivers/scsi/sr.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
| length | 796 | drivers/scsi/sr.c | sgpnt[count].length); |
| length | 549 | drivers/scsi/u14-34f.c | cpp->sglist[k].num_bytes = sgpnt[k].length; |
| length | 550 | drivers/scsi/u14-34f.c | data_len += sgpnt[k].length; |
| length | 659 | drivers/scsi/ultrastor.c | mscp->sglist[i].num_bytes = sl[i].length; |
| length | 660 | drivers/scsi/ultrastor.c | transfer_length += sl[i].length; |
| length | 931 | 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 | 789 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
| length | 1046 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
| length | 1049 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_n_secs = n[i].length; |
| length | 1289 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
| length | 1556 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
| length | 64 | fs/open.c | asmlinkage int sys_truncate(const char * path, unsigned int length) |
| length | 94 | fs/open.c | inode->i_size = newattrs.ia_size = length; |
| length | 106 | fs/open.c | asmlinkage int sys_ftruncate(unsigned int fd, unsigned int length) |
| length | 120 | fs/open.c | inode->i_size = newattrs.ia_size = length; |
| length | 786 | fs/proc/array.c | int length; |
| length | 797 | fs/proc/array.c | length = fill_array((char *) page, pid, type); |
| length | 798 | fs/proc/array.c | if (length < 0) { |
| length | 800 | fs/proc/array.c | return length; |
| length | 802 | fs/proc/array.c | if (file->f_pos >= length) { |
| length | 806 | fs/proc/array.c | if (count + file->f_pos > length) |
| length | 807 | fs/proc/array.c | count = length - file->f_pos; |
| length | 236 | fs/proc/net.c | int length; |
| length | 258 | fs/proc/net.c | length = unix_get_info(page,&start,file->f_pos,thistime); |
| length | 262 | fs/proc/net.c | length = afinet_get_info(page,&start,file->f_pos,thistime); |
| length | 265 | fs/proc/net.c | length = arp_get_info(page,&start,file->f_pos,thistime); |
| length | 268 | fs/proc/net.c | length = rt_get_info(page,&start,file->f_pos,thistime); |
| length | 271 | fs/proc/net.c | length = dev_get_info(page,&start,file->f_pos,thistime); |
| length | 274 | fs/proc/net.c | length = raw_get_info(page,&start,file->f_pos,thistime); |
| length | 277 | fs/proc/net.c | length = tcp_get_info(page,&start,file->f_pos,thistime); |
| length | 280 | fs/proc/net.c | length = udp_get_info(page,&start,file->f_pos,thistime); |
| length | 283 | fs/proc/net.c | length = snmp_get_info(page, &start, file->f_pos,thistime); |
| length | 287 | fs/proc/net.c | length = ip_mc_procinfo(page, &start, file->f_pos,thistime); |
| length | 292 | fs/proc/net.c | length = ip_fw_fwd_procinfo(page, &start, file->f_pos, |
| length | 296 | fs/proc/net.c | length = ip_fw_blk_procinfo(page, &start, file->f_pos, |
| length | 302 | fs/proc/net.c | length = ip_acct_procinfo(page, &start, file->f_pos, |
| length | 308 | fs/proc/net.c | length = ip_msqhst_procinfo(page, &start, file->f_pos,thistime); |
| length | 313 | fs/proc/net.c | length = rarp_get_info(page,&start,file->f_pos,thistime); |
| length | 318 | fs/proc/net.c | length = wavelan_get_info(page, &start, file->f_pos, thistime); |
| length | 324 | fs/proc/net.c | length = ipx_get_interface_info(page, &start, file->f_pos, thistime); |
| length | 327 | fs/proc/net.c | length = ipx_rt_get_info(page,&start,file->f_pos,thistime); |
| length | 330 | fs/proc/net.c | length = ipx_get_info(page,&start,file->f_pos,thistime); |
| length | 335 | fs/proc/net.c | length = atalk_get_info(page, &start, file->f_pos, thistime); |
| length | 338 | fs/proc/net.c | length = atalk_rt_get_info(page, &start, file->f_pos, thistime); |
| length | 341 | fs/proc/net.c | length = atalk_if_get_info(page, &start, file->f_pos, thistime); |
| length | 346 | fs/proc/net.c | length = ax25_rt_get_info(page,&start,file->f_pos,thistime); |
| length | 349 | fs/proc/net.c | length = ax25_get_info(page,&start,file->f_pos,thistime); |
| length | 352 | fs/proc/net.c | length = ax25_cs_get_info(page,&start,file->f_pos,thistime); |
| length | 356 | fs/proc/net.c | length = nr_nodes_get_info(page,&start,file->f_pos,thistime); |
| length | 359 | fs/proc/net.c | length = nr_neigh_get_info(page,&start,file->f_pos,thistime); |
| length | 362 | fs/proc/net.c | length = nr_get_info(page,&start,file->f_pos,thistime); |
| length | 378 | fs/proc/net.c | if (length <= 0) |
| length | 383 | fs/proc/net.c | memcpy_tofs(buf+copied, start, length); |
| length | 384 | fs/proc/net.c | file->f_pos+=length; /* Move down the file */ |
| length | 385 | fs/proc/net.c | bytes-=length; |
| length | 386 | fs/proc/net.c | copied+=length; |
| length | 387 | fs/proc/net.c | if(length<thistime) |
| length | 201 | fs/proc/scsi.c | int get_not_present_info(char *buffer, char **start, off_t offset, int length) |
| length | 215 | fs/proc/scsi.c | if(len > length) |
| length | 216 | fs/proc/scsi.c | len = length; |
| length | 228 | fs/proc/scsi.c | int length; |
| length | 248 | fs/proc/scsi.c | length = dispatch_scsi_info_ptr(inode->i_ino, page, &start, |
| length | 251 | fs/proc/scsi.c | length = get_not_present_info(page, &start, file->f_pos, thistime); |
| length | 252 | fs/proc/scsi.c | if(length < 0) { |
| length | 254 | fs/proc/scsi.c | return(length); |
| length | 262 | fs/proc/scsi.c | if (length <= 0) |
| length | 269 | fs/proc/scsi.c | memcpy_tofs(buf + copied, start, length); |
| length | 270 | fs/proc/scsi.c | file->f_pos += length; /* Move down the file */ |
| length | 271 | fs/proc/scsi.c | bytes -= length; |
| length | 272 | fs/proc/scsi.c | copied += length; |
| length | 274 | fs/proc/scsi.c | if(length < thistime) |
| length | 825 | fs/smbfs/proc.c | smb_proc_trunc(struct smb_server *server, word fid, dword length) |
| length | 837 | fs/smbfs/proc.c | DSET(buf, smb_vwv2, length); |
| length | 39 | include/linux/etherdevice.h | unsigned char *src, int length, int base); |
| length | 230 | include/linux/fd.h | long length; |
| length | 107 | include/linux/iso_fs.h | char length [ISODCL (1, 1)]; /* 711 */ |
| length | 213 | include/linux/netdevice.h | extern int dev_get_info(char *buffer, char **start, off_t offset, int length); |
| length | 158 | include/linux/smb_fs.h | int smb_proc_trunc(struct smb_server *server, word fid, dword length); |
| length | 13 | include/net/arp.h | extern int arp_get_info(char *buffer, char **start, off_t origin, int length); |
| length | 107 | include/net/ip.h | unsigned short int length, |
| length | 12 | include/net/rarp.h | int length); |
| length | 51 | include/net/route.h | extern int rt_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 | 86 | kernel/ksyms.c | off_t offset, int length, |
| length | 244 | net/802/tr.c | int rif_get_info(char *buffer,char **start, off_t offset, int length) { |
| length | 271 | net/802/tr.c | if(pos>offset+length) |
| length | 274 | net/802/tr.c | if(pos>offset+length) |
| length | 280 | net/802/tr.c | if(len>length) |
| length | 281 | net/802/tr.c | len=length; /* Ending slop */ |
| length | 213 | net/appletalk/ddp.c | int atalk_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 245 | net/appletalk/ddp.c | if(pos>offset+length) /* We have dumped enough */ |
| length | 252 | net/appletalk/ddp.c | if(len>length) |
| length | 253 | net/appletalk/ddp.c | len=length; /* Remove unwanted tail data from length */ |
| length | 815 | net/appletalk/ddp.c | int atalk_if_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 836 | net/appletalk/ddp.c | if(pos>offset+length) |
| length | 841 | net/appletalk/ddp.c | if(len>length) |
| length | 842 | net/appletalk/ddp.c | len=length; |
| length | 848 | net/appletalk/ddp.c | int atalk_rt_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 875 | net/appletalk/ddp.c | if(pos>offset+length) |
| length | 880 | net/appletalk/ddp.c | if(len>length) |
| length | 881 | net/appletalk/ddp.c | len=length; |
| length | 1909 | net/ax25/af_ax25.c | int ax25_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 1959 | net/ax25/af_ax25.c | if (pos > offset + length) |
| length | 1968 | net/ax25/af_ax25.c | if (len > length) len = length; |
| length | 139 | net/ax25/ax25_route.c | int ax25_rt_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 178 | net/ax25/ax25_route.c | if (pos > offset + length) |
| length | 187 | net/ax25/ax25_route.c | if (len > length) len = length; |
| length | 192 | net/ax25/ax25_route.c | int ax25_cs_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 213 | net/ax25/ax25_route.c | if (pos > offset + length) |
| length | 222 | net/ax25/ax25_route.c | if (len > length) len = length; |
| length | 904 | net/core/dev.c | int dev_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 932 | net/core/dev.c | if(pos>offset+length) |
| length | 938 | net/core/dev.c | if(len>length) |
| length | 939 | net/core/dev.c | len=length; /* Ending slop */ |
| length | 676 | net/core/skbuff.c | struct sk_buff *dev_alloc_skb(unsigned int length) |
| length | 680 | net/core/skbuff.c | skb = alloc_skb(length+16, GFP_ATOMIC); |
| length | 238 | net/ethernet/eth.c | void eth_copy_and_sum(struct sk_buff *dest, unsigned char *src, int length, int base) |
| length | 246 | net/ethernet/eth.c | length-=34; |
| length | 249 | net/ethernet/eth.c | memcpy(dest->data+34,src+34,length); |
| length | 257 | net/ethernet/eth.c | if (ntohs(iph->tot_len)-sizeof(struct iphdr) <= length) |
| length | 258 | net/ethernet/eth.c | length=ntohs(iph->tot_len)-sizeof(struct iphdr); |
| length | 260 | net/ethernet/eth.c | dest->csum=csum_partial_copy(src+34,dest->data+34,length,base); |
| length | 1042 | net/ipv4/arp.c | int arp_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 1108 | net/ipv4/arp.c | if(pos>offset+length) |
| length | 1116 | net/ipv4/arp.c | if(len>length) |
| length | 1117 | net/ipv4/arp.c | len=length; /* Ending slop */ |
| length | 1961 | net/ipv4/ip.c | int ip_mc_procinfo(char *buffer, char **start, off_t offset, int length) |
| length | 1991 | net/ipv4/ip.c | if(pos>offset+length) |
| length | 1999 | net/ipv4/ip.c | if(len>length) |
| length | 2000 | net/ipv4/ip.c | len=length; |
| length | 2362 | net/ipv4/ip.c | unsigned short int length, |
| length | 2465 | net/ipv4/ip.c | if(length+20 <= dev->mtu && !MULTICAST(daddr) && daddr!=0xFFFFFFFF && daddr!=dev->pa_brdaddr) |
| length | 2468 | net/ipv4/ip.c | struct sk_buff *skb=sock_alloc_send_skb(sk, length+20+15+dev->hard_header_len,0,&error); |
| length | 2480 | net/ipv4/ip.c | length+=20; /* We do this twice so the subtract once is quicker */ |
| length | 2493 | net/ipv4/ip.c | skb->ip_hdr=iph=(struct iphdr *)skb_put(skb,length); |
| length | 2499 | net/ipv4/ip.c | iph->tot_len = htons(length); |
| length | 2508 | net/ipv4/ip.c | getfrag(frag,saddr,(void *)(iph+1),0, length-20); |
| length | 2511 | net/ipv4/ip.c | getfrag(frag,saddr,(void *)iph,0,length); |
| length | 2541 | net/ipv4/ip.c | offset = length - (length % (maxfraglen - fragheaderlen)); |
| length | 2547 | net/ipv4/ip.c | fraglen = length - offset + fragheaderlen; |
| length | 1397 | net/ipv4/ip_fw.c | off_t offset, int length, int reset) |
| length | 1459 | net/ipv4/ip_fw.c | if(pos>offset+length) |
| length | 1466 | net/ipv4/ip_fw.c | if(len>length) |
| length | 1467 | net/ipv4/ip_fw.c | len=length; |
| length | 1474 | net/ipv4/ip_fw.c | int ip_acct_procinfo(char *buffer, char **start, off_t offset, int length, int reset) |
| length | 1476 | net/ipv4/ip_fw.c | return ip_chain_procinfo(IP_INFO_ACCT, buffer,start,offset,length,reset); |
| length | 1483 | net/ipv4/ip_fw.c | int ip_fw_blk_procinfo(char *buffer, char **start, off_t offset, int length, int reset) |
| length | 1485 | net/ipv4/ip_fw.c | return ip_chain_procinfo(IP_INFO_BLK, buffer,start,offset,length,reset); |
| length | 1488 | net/ipv4/ip_fw.c | int ip_fw_fwd_procinfo(char *buffer, char **start, off_t offset, int length, int reset) |
| length | 1490 | net/ipv4/ip_fw.c | return ip_chain_procinfo(IP_INFO_FWD, buffer,start,offset,length,reset); |
| length | 1496 | net/ipv4/ip_fw.c | int ip_msqhst_procinfo(char *buffer, char **start, off_t offset, int length) |
| length | 1528 | net/ipv4/ip_fw.c | if(pos>offset+length) |
| length | 1535 | net/ipv4/ip_fw.c | if(len>length) |
| length | 1536 | net/ipv4/ip_fw.c | len=length; |
| length | 58 | net/ipv4/proc.c | get__netinfo(struct proto *pro, char *buffer, int format, char **start, off_t offset, int length) |
| length | 131 | net/ipv4/proc.c | if(pos>offset+length) |
| length | 136 | net/ipv4/proc.c | if(pos>offset+length) |
| length | 141 | net/ipv4/proc.c | if(len>length) |
| length | 142 | net/ipv4/proc.c | len=length; |
| length | 147 | net/ipv4/proc.c | int tcp_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 149 | net/ipv4/proc.c | return get__netinfo(&tcp_prot, buffer,0, start, offset, length); |
| length | 153 | net/ipv4/proc.c | int udp_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 155 | net/ipv4/proc.c | return get__netinfo(&udp_prot, buffer,1, start, offset, length); |
| length | 159 | net/ipv4/proc.c | int raw_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 161 | net/ipv4/proc.c | return get__netinfo(&raw_prot, buffer,1, start, offset, length); |
| length | 168 | net/ipv4/proc.c | int afinet_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 174 | net/ipv4/proc.c | int len = socket_get_info(buffer,start,offset,length); |
| length | 187 | net/ipv4/proc.c | if (len > length) |
| length | 188 | net/ipv4/proc.c | len = length; |
| length | 197 | net/ipv4/proc.c | int snmp_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 264 | net/ipv4/proc.c | if (len > length) |
| length | 265 | net/ipv4/proc.c | len = length; |
| length | 471 | net/ipv4/rarp.c | int rarp_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 522 | net/ipv4/rarp.c | if(pos>offset+length) |
| length | 530 | net/ipv4/rarp.c | if(len>length) |
| length | 531 | net/ipv4/rarp.c | len=length; /* Ending slop */ |
| length | 513 | net/ipv4/route.c | int rt_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 542 | net/ipv4/route.c | if(pos>offset+length) |
| length | 548 | net/ipv4/route.c | if(len>length) |
| length | 549 | net/ipv4/route.c | len=length; |
| length | 2601 | net/ipv4/tcp.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
| length | 2606 | net/ipv4/tcp.c | while(length>0) |
| length | 2615 | net/ipv4/tcp.c | length--; |
| length | 2634 | net/ipv4/tcp.c | length-=opsize; |
| length | 1127 | net/ipx/af_ipx.c | ipx_get_interface_info(char *buffer, char **start, off_t offset, int length) |
| length | 1156 | net/ipx/af_ipx.c | if(pos>offset+length) /* We have dumped enough */ |
| length | 1163 | net/ipx/af_ipx.c | if(len>length) |
| length | 1164 | net/ipx/af_ipx.c | len=length; /* Remove unwanted tail data from length */ |
| length | 1170 | net/ipx/af_ipx.c | ipx_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 1212 | net/ipx/af_ipx.c | if(pos>offset+length) /* We have dumped enough */ |
| length | 1220 | net/ipx/af_ipx.c | if(len>length) |
| length | 1221 | net/ipx/af_ipx.c | len=length; /* Remove unwanted tail data from length */ |
| length | 1226 | net/ipx/af_ipx.c | int ipx_rt_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 1254 | net/ipx/af_ipx.c | if(pos>offset+length) |
| length | 1259 | net/ipx/af_ipx.c | if(len>length) |
| length | 1260 | net/ipx/af_ipx.c | len=length; |
| length | 1287 | net/netrom/af_netrom.c | int nr_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 1332 | net/netrom/af_netrom.c | if (pos > offset + length) |
| length | 1341 | net/netrom/af_netrom.c | if (len > length) len = length; |
| length | 696 | net/netrom/nr_route.c | int nr_nodes_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 731 | net/netrom/nr_route.c | if (pos > offset + length) |
| length | 740 | net/netrom/nr_route.c | if (len > length) len = length; |
| length | 745 | net/netrom/nr_route.c | int nr_neigh_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 772 | net/netrom/nr_route.c | if (pos > offset + length) |
| length | 781 | net/netrom/nr_route.c | if (len > length) len = length; |
| length | 1394 | net/socket.c | int socket_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 1404 | net/socket.c | if (len > length) |
| length | 1405 | net/socket.c | len = length; |
| length | 887 | net/unix/af_unix.c | int unix_get_info(char *buffer, char **start, off_t offset, int length) |
| length | 916 | net/unix/af_unix.c | if(pos>offset+length) |
| length | 922 | net/unix/af_unix.c | if(len>length) |
| length | 923 | net/unix/af_unix.c | len=length; |