tag | line | file | source code |
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 | 411 | arch/i386/kernel/bios32.c | int i, length; |
length | 423 | arch/i386/kernel/bios32.c | length = check->fields.length * 16; |
length | 424 | arch/i386/kernel/bios32.c | if (!length) |
length | 427 | 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 | 296 | arch/i386/kernel/smp.c | int smp_scan_config(unsigned long base, unsigned long length) |
length | 302 | arch/i386/kernel/smp.c | bp,length)); |
length | 306 | arch/i386/kernel/smp.c | while(length>0) |
length | 434 | arch/i386/kernel/smp.c | length-=16; |
length | 419 | arch/mips/kernel/gdb-stub.c | int length; |
length | 562 | arch/mips/kernel/gdb-stub.c | && hexToInt(&ptr, &length)) { |
length | 563 | arch/mips/kernel/gdb-stub.c | if (mem2hex((char *)addr, output_buffer, length, 1)) |
length | 578 | arch/mips/kernel/gdb-stub.c | && hexToInt(&ptr, &length) |
length | 580 | arch/mips/kernel/gdb-stub.c | if (hex2mem(ptr, (char *)addr, length, 1)) |
length | 108 | arch/ppc/kernel/raw_printf.c | int left_prec, right_prec, zero_fill, length, pad, pad_on_right; |
length | 163 | arch/ppc/kernel/raw_printf.c | length = _cvt(val, buf, 10, "0123456789"); |
length | 166 | arch/ppc/kernel/raw_printf.c | length = _cvt(val, buf, 16, "0123456789abcdef"); |
length | 169 | arch/ppc/kernel/raw_printf.c | length = _cvt(val, buf, 16, "0123456789ABCDEF"); |
length | 176 | arch/ppc/kernel/raw_printf.c | length = strlen(cp); |
length | 185 | arch/ppc/kernel/raw_printf.c | pad = left_prec - length; |
length | 213 | arch/ppc/kernel/raw_printf.c | while (length-- > 0) |
length | 243 | arch/ppc/kernel/raw_printf.c | int length = 0; |
length | 256 | arch/ppc/kernel/raw_printf.c | length++; |
length | 259 | arch/ppc/kernel/raw_printf.c | return (length); |
length | 446 | arch/sparc/kernel/sparc-stub.c | int length; |
length | 597 | arch/sparc/kernel/sparc-stub.c | && hexToInt(&ptr, &length)) { |
length | 598 | arch/sparc/kernel/sparc-stub.c | if (mem2hex((char *)addr, remcomOutBuffer, length)) |
length | 614 | arch/sparc/kernel/sparc-stub.c | && hexToInt(&ptr, &length) |
length | 616 | arch/sparc/kernel/sparc-stub.c | if (hex2mem(ptr, (char *)addr, length)) { |
length | 139 | drivers/block/floppy.c | long length; |
length | 971 | drivers/block/floppy.c | if (raw_cmd->length == 0){ |
length | 988 | drivers/block/floppy.c | if (CROSS_64KB(raw_cmd->kernel_data, raw_cmd->length)) { |
length | 991 | drivers/block/floppy.c | raw_cmd->kernel_data + raw_cmd->length); |
length | 1003 | drivers/block/floppy.c | fd_set_dma_count(raw_cmd->length); |
length | 1985 | drivers/block/floppy.c | raw_cmd->length = 4 * F_SECT_PER_TRACK; |
length | 2471 | drivers/block/floppy.c | raw_cmd->length = current_count_sectors << 9; |
length | 2472 | drivers/block/floppy.c | if (raw_cmd->length == 0){ |
length | 2519 | drivers/block/floppy.c | raw_cmd->length = sector_t+current_count_sectors-aligned_sector_t; |
length | 2520 | drivers/block/floppy.c | raw_cmd->length = ((raw_cmd->length -1)|(ssize-1))+1; |
length | 2521 | drivers/block/floppy.c | raw_cmd->length <<= 9; |
length | 2523 | drivers/block/floppy.c | if ((raw_cmd->length < current_count_sectors << 9) || |
length | 2526 | drivers/block/floppy.c | (aligned_sector_t + (raw_cmd->length >> 9) > buffer_max || |
length | 2528 | drivers/block/floppy.c | raw_cmd->length % (128 << SIZECODE) || |
length | 2529 | drivers/block/floppy.c | raw_cmd->length <= 0 || current_count_sectors <= 0){ |
length | 2531 | drivers/block/floppy.c | raw_cmd->length, current_count_sectors); |
length | 2552 | drivers/block/floppy.c | raw_cmd->length < 0 || |
length | 2553 | drivers/block/floppy.c | raw_cmd->kernel_data + raw_cmd->length > |
length | 2558 | drivers/block/floppy.c | raw_cmd->length >> 9); |
length | 2567 | drivers/block/floppy.c | } else if (raw_cmd->length > CURRENT->nr_sectors << 9 || |
length | 2571 | drivers/block/floppy.c | } else if (raw_cmd->length < current_count_sectors << 9){ |
length | 2573 | drivers/block/floppy.c | printk("bytes=%ld\n", raw_cmd->length >> 9); |
length | 2576 | drivers/block/floppy.c | if (raw_cmd->length == 0){ |
length | 2801 | drivers/block/floppy.c | raw_cmd->length = get_dma_residue(FLOPPY_DMA); |
length | 2844 | drivers/block/floppy.c | old_raw_cmd.length = ptr->length; |
length | 2856 | drivers/block/floppy.c | if (ptr->length>=0 && ptr->length<=ptr->buffer_length) |
length | 2860 | drivers/block/floppy.c | ptr->length)); |
length | 2906 | drivers/block/floppy.c | ptr->length = old_raw_cmd.length; |
length | 2932 | drivers/block/floppy.c | if (ptr->length <= 0) |
length | 2934 | drivers/block/floppy.c | ptr->kernel_data =(char*)dma_mem_alloc(ptr->length); |
length | 2937 | drivers/block/floppy.c | ptr->buffer_length = ptr->length; |
length | 2941 | drivers/block/floppy.c | ptr->length )); |
length | 2944 | drivers/block/floppy.c | ptr->length)); |
length | 4024 | drivers/block/floppy.c | int length = strlen(pattern)+1; |
length | 4051 | drivers/block/floppy.c | if (j==length){ |
length | 860 | drivers/block/ide-tape.c | void idetape_create_read_cmd (idetape_packet_command_t *pc,unsigned long length); |
length | 862 | drivers/block/ide-tape.c | void idetape_create_write_cmd (idetape_packet_command_t *pc,unsigned long length); |
length | 2619 | drivers/block/ide-tape.c | void idetape_create_read_cmd (idetape_packet_command_t *pc,unsigned long length) |
length | 2636 | drivers/block/ide-tape.c | original.all=length; |
length | 2650 | drivers/block/ide-tape.c | if (length) |
length | 2693 | drivers/block/ide-tape.c | void idetape_create_write_cmd (idetape_packet_command_t *pc,unsigned long length) |
length | 2710 | drivers/block/ide-tape.c | original.all=length; |
length | 2724 | drivers/block/ide-tape.c | if (length) |
length | 407 | drivers/char/ftape/ftape-ctl.c | int length; |
length | 441 | drivers/char/ftape/ftape-ctl.c | length = 1100; |
length | 443 | drivers/char/ftape/ftape-ctl.c | length = tape_len; |
length | 454 | drivers/char/ftape/ftape-ctl.c | drive_type.speed = (2 * 12 * length * 1000) / dt; |
length | 457 | drivers/char/ftape/ftape-ctl.c | TRACEx2(-1, "delta time = %d, length = %d", dt, length); |
length | 466 | drivers/char/ftape/ftape-ctl.c | timeout.seek = (length * 132 * SECOND) / speed; |
length | 467 | drivers/char/ftape/ftape-ctl.c | timeout.rewind = (length * 144 * SECOND) / (10 * drive_type.speed); |
length | 469 | drivers/char/ftape/ftape-ctl.c | TRACEx2(4, "speed = %d, length = %d", speed, length); |
length | 109 | drivers/isdn/icn/icn.c | icn_new_buf(pqueue ** queue, int length) |
length | 119 | drivers/isdn/icn/icn.c | p = (pqueue *) kmalloc(sizeof(pqueue) + length, GFP_ATOMIC); |
length | 122 | drivers/isdn/icn/icn.c | p = *queue = (pqueue *) kmalloc(sizeof(pqueue) + length, GFP_ATOMIC); |
length | 124 | drivers/isdn/icn/icn.c | p->size = sizeof(pqueue) + length; |
length | 125 | drivers/isdn/icn/icn.c | p->length = length; |
length | 365 | drivers/isdn/icn/icn.c | left = dev->spqueue[channel]->length; |
length | 373 | drivers/isdn/icn/icn.c | eflag = ((dev->spqueue[channel]->length -= cnt) == 0); |
length | 142 | drivers/isdn/icn/icn.h | unsigned char length; /* Bytecount of fragment (max 250) */ |
length | 180 | drivers/isdn/icn/icn.h | short length; |
length | 251 | drivers/isdn/icn/icn.h | #define sbuf_l dev->shmem->data_buffers.send_buf[sbuf_n].length |
length | 265 | drivers/isdn/icn/icn.h | #define rbuf_l dev->shmem->data_buffers.receive_buf[rbuf_n].length |
length | 98 | drivers/isdn/isdn_common.c | isdn_new_buf(pqueue ** queue, int length) |
length | 108 | drivers/isdn/isdn_common.c | p = (pqueue *) kmalloc(sizeof(pqueue) + length, GFP_ATOMIC); |
length | 111 | drivers/isdn/isdn_common.c | p = *queue = (pqueue *) kmalloc(sizeof(pqueue) + length, GFP_ATOMIC); |
length | 113 | drivers/isdn/isdn_common.c | p->size = sizeof(pqueue) + length; |
length | 114 | drivers/isdn/isdn_common.c | p->length = length; |
length | 611 | drivers/isdn/isdn_common.c | if ((copy_l = dev->drv[di]->rpqueue[channel]->length) > left) { |
length | 638 | drivers/isdn/isdn_common.c | p->length -= copy_l; |
length | 344 | drivers/net/3c505.c | outb_command(pcb->length, dev->base_addr); |
length | 349 | drivers/net/3c505.c | for (i = 0; cont && (i < pcb->length); i++) { |
length | 359 | drivers/net/3c505.c | outb_command(2+pcb->length, dev->base_addr); |
length | 431 | drivers/net/3c505.c | pcb->length = inb_command(dev->base_addr); |
length | 433 | drivers/net/3c505.c | if (pcb->length > MAX_PCB_DATA) { |
length | 434 | drivers/net/3c505.c | INVALID_PCB_MSG(pcb->length); |
length | 460 | drivers/net/3c505.c | if (total_length != (pcb->length + 2)) { |
length | 533 | drivers/net/3c505.c | tx_pcb->length = sizeof(struct Rcv_pkt); |
length | 889 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Memconf); |
length | 909 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
length | 966 | drivers/net/3c505.c | adapter->tx_pcb.length = sizeof(struct Xmit_pkt); |
length | 1093 | drivers/net/3c505.c | adapter->tx_pcb.length = 0; |
length | 1190 | drivers/net/3c505.c | adapter->tx_pcb.length = 6*dev->mc_count; |
length | 1221 | drivers/net/3c505.c | adapter->tx_pcb.length = 2; |
length | 1417 | drivers/net/3c505.c | adapter.tx_pcb.length = 0; |
length | 1421 | drivers/net/3c505.c | (adapter.rx_pcb.length != 6)) { |
length | 219 | drivers/net/3c505.h | byte length; |
length | 288 | drivers/net/3c507.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 495 | drivers/net/3c507.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 500 | drivers/net/3c507.c | hardware_send_packet(dev, buf, length); |
length | 762 | drivers/net/3c507.c | hardware_send_packet(struct device *dev, void *buf, short length) |
length | 776 | drivers/net/3c507.c | *write_ptr++ = length | 0x8000; /* Byte count parameter. */ |
length | 787 | drivers/net/3c507.c | memcpy(write_ptr, buf, length); |
length | 800 | drivers/net/3c507.c | dev->name, ioaddr, length, tx_block, lp->tx_head); |
length | 106 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 144 | drivers/net/8390.c | int length, send_length; |
length | 187 | drivers/net/8390.c | length = skb->len; |
length | 200 | drivers/net/8390.c | send_length = ETH_ZLEN < length ? length : ETH_ZLEN; |
length | 228 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, output_page); |
length | 242 | drivers/net/8390.c | ei_block_output(dev, length, skb->data, ei_local->tx_start_page); |
length | 687 | drivers/net/8390.c | static void NS8390_trigger_send(struct device *dev, unsigned int length, |
length | 699 | drivers/net/8390.c | outb_p(length & 0xff, e8390_base + EN0_TCNTLO); |
length | 700 | drivers/net/8390.c | outb_p(length >> 8, e8390_base + EN0_TCNTHI); |
length | 623 | drivers/net/apricot.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 644 | drivers/net/apricot.c | tx_cmd->tbd->size = EOF | length; |
length | 537 | drivers/net/arcnet.c | short length, /* bytes total */ |
length | 611 | drivers/net/arcnet.c | char *data,int length,int daddr,int exceptA); |
length | 619 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr); |
length | 634 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr); |
length | 642 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr); |
length | 1591 | drivers/net/arcnet.c | out->length = 1 < skb->len ? skb->len : 1; |
length | 1600 | drivers/net/arcnet.c | if (out->length-EXTRA_CLIENTDATA<=XMTU) |
length | 1603 | drivers/net/arcnet.c | out->length,out->hdr->split_flag); |
length | 1613 | drivers/net/arcnet.c | out->length-sizeof(struct ClientData), |
length | 1633 | drivers/net/arcnet.c | out->dataleft=out->length-sizeof(struct ClientData); |
length | 1638 | drivers/net/arcnet.c | out->length,out->numsegs); |
length | 1715 | drivers/net/arcnet.c | out->length,out->hdr->split_flag); |
length | 1732 | drivers/net/arcnet.c | char *data,int length,int daddr,int exceptA) |
length | 1746 | drivers/net/arcnet.c | length+=hdrlen; |
length | 1749 | drivers/net/arcnet.c | hdr,length,data); |
length | 1760 | drivers/net/arcnet.c | if (length<=MTU) /* Normal (256-byte) Packet */ |
length | 1762 | drivers/net/arcnet.c | arcpacket->hardheader.offset1=offset=256-length; |
length | 1766 | drivers/net/arcnet.c | else if (length>=MinTU) /* Extended (512-byte) Packet */ |
length | 1769 | drivers/net/arcnet.c | arcpacket->hardheader.offset2=offset=512-length; |
length | 1777 | drivers/net/arcnet.c | arcpacket->hardheader.offset2=offset=512-length-4; |
length | 1808 | drivers/net/arcnet.c | for (iptr=data,iend=iptr+length-hdrlen,optr=(char *)arcsoft+hdrlen; |
length | 1816 | drivers/net/arcnet.c | data,length-hdrlen); |
length | 1820 | drivers/net/arcnet.c | daddr,length); |
length | 1822 | drivers/net/arcnet.c | BUGLVL(D_TX) arcnet_dump_packet(dev,arcpacket->raw,length>MTU,"tx"); |
length | 2171 | drivers/net/arcnet.c | short length,offset; |
length | 2193 | drivers/net/arcnet.c | length=256-offset; |
length | 2200 | drivers/net/arcnet.c | length=512-offset; |
length | 2204 | drivers/net/arcnet.c | saddr,daddr,length); |
length | 2214 | drivers/net/arcnet.c | arcnetA_rx(lp->adev,arcsoft,length,saddr,daddr); |
length | 2218 | drivers/net/arcnet.c | arcnetE_rx(lp->edev,arcsoft,length,saddr,daddr); |
length | 2224 | drivers/net/arcnet.c | arcnetS_rx(lp->sdev,arcsoft,length,saddr,daddr); |
length | 2236 | drivers/net/arcnet.c | BUGLVL(D_RX) arcnet_dump_packet(dev,arcpacket->raw,length>240,"rx"); |
length | 2257 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr) |
length | 2264 | drivers/net/arcnet.c | length); |
length | 2270 | drivers/net/arcnet.c | length+=EXTRA_CLIENTDATA; |
length | 2279 | drivers/net/arcnet.c | length-=4; |
length | 2302 | drivers/net/arcnet.c | skb = alloc_skb(length, GFP_ATOMIC); |
length | 2310 | drivers/net/arcnet.c | skb->len = length; |
length | 2315 | drivers/net/arcnet.c | length-EXTRA_CLIENTDATA); |
length | 2497 | drivers/net/arcnet.c | length-sizeof(struct ClientData)); |
length | 2499 | drivers/net/arcnet.c | skb->len+=length-sizeof(struct ClientData); |
length | 2770 | drivers/net/arcnet.c | short offset,length=skb->len+1; |
length | 2783 | drivers/net/arcnet.c | if (length>XMTU) |
length | 2786 | drivers/net/arcnet.c | length); |
length | 2812 | drivers/net/arcnet.c | offset=512-length; |
length | 2813 | drivers/net/arcnet.c | if (length>MTU) /* long/exception packet */ |
length | 2815 | drivers/net/arcnet.c | if (length<MinTU) offset-=3; |
length | 2825 | drivers/net/arcnet.c | length,offset,arcpacket->hardheader.offset1, |
length | 2840 | drivers/net/arcnet.c | daddr,length); |
length | 2842 | drivers/net/arcnet.c | BUGLVL(D_TX) arcnet_dump_packet(dev,arcpacket->raw,length>=240,"tx"); |
length | 2871 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr) |
length | 2877 | drivers/net/arcnet.c | length); |
length | 2879 | drivers/net/arcnet.c | skb = alloc_skb(length, GFP_ATOMIC); |
length | 2886 | drivers/net/arcnet.c | skb->len = length; |
length | 2889 | drivers/net/arcnet.c | memcpy(skb->data,(u_char *)arcsoft+1,length-1); |
length | 2937 | drivers/net/arcnet.c | int ioaddr=dev->base_addr,bad,length; |
length | 2951 | drivers/net/arcnet.c | length = 1 < skb->len ? skb->len : 1; |
length | 2956 | drivers/net/arcnet.c | if (length-S_EXTRA_CLIENTDATA<=XMTU) |
length | 2962 | drivers/net/arcnet.c | length-sizeof(struct S_ClientData), |
length | 2978 | drivers/net/arcnet.c | length); |
length | 3000 | drivers/net/arcnet.c | int length,u_char saddr, u_char daddr) |
length | 3007 | drivers/net/arcnet.c | length+=S_EXTRA_CLIENTDATA; |
length | 3010 | drivers/net/arcnet.c | length); |
length | 3016 | drivers/net/arcnet.c | skb = alloc_skb(length, GFP_ATOMIC); |
length | 3023 | drivers/net/arcnet.c | skb->len = length; |
length | 3028 | drivers/net/arcnet.c | length - sizeof(struct S_ClientData) |
length | 408 | drivers/net/at1700.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 414 | drivers/net/at1700.c | outw(length, ioaddr + DATAPORT); |
length | 415 | drivers/net/at1700.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 418 | 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 | 378 | drivers/net/atp.c | static void trigger_send(short ioaddr, int length) |
length | 380 | drivers/net/atp.c | write_reg_byte(ioaddr, TxCNT0, length & 0xff); |
length | 381 | drivers/net/atp.c | write_reg(ioaddr, TxCNT1, length >> 8); |
length | 385 | drivers/net/atp.c | static void write_packet(short ioaddr, int length, unsigned char *packet, int data_mode) |
length | 387 | drivers/net/atp.c | length = (length + 1) & ~1; /* Round up to word length. */ |
length | 394 | drivers/net/atp.c | } while (--length > 0) ; |
length | 407 | drivers/net/atp.c | while (--length > 0) |
length | 450 | drivers/net/atp.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 462 | drivers/net/atp.c | write_packet(ioaddr, length, buf, dev->if_port); |
length | 466 | drivers/net/atp.c | trigger_send(ioaddr, length); |
length | 471 | drivers/net/atp.c | lp->saved_tx_size = length; |
length | 703 | drivers/net/atp.c | static void read_block(short ioaddr, int length, unsigned char *p, int data_mode) |
length | 708 | drivers/net/atp.c | outb(length == 8 ? RdAddr | HNib | MAR : RdAddr | MAR, |
length | 711 | drivers/net/atp.c | do *p++ = read_byte_mode0(ioaddr); while (--length > 0); |
length | 713 | drivers/net/atp.c | do *p++ = read_byte_mode2(ioaddr); while (--length > 0); |
length | 715 | drivers/net/atp.c | do *p++ = read_byte_mode4(ioaddr); while (--length > 0); |
length | 717 | drivers/net/atp.c | do *p++ = read_byte_mode6(ioaddr); while (--length > 0); |
length | 317 | drivers/net/depca.c | s16 length; /* This length is negative 2's complement! */ |
length | 1558 | drivers/net/depca.c | writew(-TX_BUFF_SZ, &lp->tx_ring[i].length);/* packet length in buffer */ |
length | 1564 | drivers/net/depca.c | writew(-len, &lp->tx_ring[end].length); /* packet length in last buff */ |
length | 146 | drivers/net/eepro.c | static void hardware_send_packet(struct device *dev, void *buf, short length); |
length | 642 | drivers/net/eepro.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 645 | 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 | 471 | drivers/net/eexpress.c | unsigned short length = (ETH_ZLEN < buf->len) ? buf->len : ETH_ZLEN; |
length | 475 | drivers/net/eexpress.c | eexp_hw_tx(dev,data,length); |
length | 932 | drivers/net/eth16i.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 935 | drivers/net/eth16i.c | outw(length, ioaddr + DATAPORT); |
length | 938 | drivers/net/eth16i.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 940 | drivers/net/eth16i.c | unsigned char frag = length % 4; |
length | 942 | drivers/net/eth16i.c | outsl(ioaddr + DATAPORT, buf, length >> 2); |
length | 945 | drivers/net/eth16i.c | outsw(ioaddr + DATAPORT, (buf + (length & 0xFFFC)), 1); |
length | 947 | drivers/net/eth16i.c | outsw(ioaddr + DATAPORT, (buf + (length & 0xFFFC) + 2), 1); |
length | 952 | drivers/net/eth16i.c | lp->tx_queue_len += length + 2; |
length | 361 | drivers/net/fmv18x.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 364 | drivers/net/fmv18x.c | if (length > ETH_FRAME_LEN) { |
length | 367 | drivers/net/fmv18x.c | dev->name, length); |
length | 378 | drivers/net/fmv18x.c | outw(length, ioaddr + DATAPORT); |
length | 379 | drivers/net/fmv18x.c | outsw(ioaddr + DATAPORT, buf, (length + 1) >> 1); |
length | 382 | drivers/net/fmv18x.c | lp->tx_queue_len += length + 2; |
length | 275 | drivers/net/i82586.h | and length/type field already prepended to the data, |
length | 196 | drivers/net/lance.c | short length; /* Length is 2s complement (negative)! */ |
length | 757 | drivers/net/lance.c | lp->tx_ring[i].base, -lp->tx_ring[i].length, |
length | 809 | drivers/net/lance.c | lp->tx_ring[entry].length = |
length | 812 | drivers/net/lance.c | lp->tx_ring[entry].length = -skb->len; |
length | 130 | drivers/net/ni52.h | unsigned short length; /* 802.3 frame-length */ |
length | 269 | drivers/net/ni52.h | unsigned short length; /* user defined: 802.3 length / Ether type */ |
length | 281 | drivers/net/pi2.c | static void setup_tx_dma(struct pi_local *lp, int length) |
length | 304 | drivers/net/pi2.c | set_dma_count(dmachan, length); |
length | 402 | drivers/net/pi2.c | int length; |
length | 443 | drivers/net/pi2.c | length = lp->sndbuf->len - 1; |
length | 444 | drivers/net/pi2.c | memcpy(lp->txdmabuf, &lp->sndbuf->data[1], length); |
length | 448 | drivers/net/pi2.c | setup_tx_dma(lp, length); |
length | 193 | drivers/net/plip.c | } length; |
length | 516 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) { |
length | 528 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.lsb)) |
length | 535 | drivers/net/plip.c | &rcv->nibble, &rcv->length.b.msb)) |
length | 537 | drivers/net/plip.c | if (rcv->length.h > dev->mtu + dev->hard_header_len |
length | 538 | drivers/net/plip.c | || rcv->length.h < 8) { |
length | 539 | drivers/net/plip.c | printk("%s: bogus packet size %d.\n", dev->name, rcv->length.h); |
length | 543 | drivers/net/plip.c | rcv->skb = dev_alloc_skb(rcv->length.h); |
length | 548 | drivers/net/plip.c | skb_put(rcv->skb,rcv->length.h); |
length | 560 | drivers/net/plip.c | while (++rcv->byte < rcv->length.h); |
length | 714 | drivers/net/plip.c | &snd->nibble, snd->length.b.lsb)) |
length | 720 | drivers/net/plip.c | &snd->nibble, snd->length.b.msb)) |
length | 731 | drivers/net/plip.c | while (++snd->byte < snd->length.h); |
length | 913 | drivers/net/plip.c | snd->length.h = skb->len; |
length | 2159 | drivers/net/ppp.c | nb = data.length; |
length | 290 | drivers/net/pt.c | static void setup_tx_dma(struct pt_local *lp, int length) |
length | 313 | drivers/net/pt.c | set_dma_count(dmachan, length); |
length | 1567 | drivers/net/pt.c | int length; |
length | 1637 | drivers/net/pt.c | length = lp->sndbuf->len - 1; |
length | 1638 | drivers/net/pt.c | memcpy(lp->txdmabuf, &lp->sndbuf->data[1], length); |
length | 1641 | drivers/net/pt.c | setup_tx_dma(lp, length); |
length | 433 | drivers/net/sdla.c | cmd_buf->length = inlen; |
length | 458 | drivers/net/sdla.c | len = cmd_buf->length; |
length | 723 | drivers/net/sdla.c | len = cmd->length; |
length | 761 | drivers/net/sdla.c | len = pbuf->length; |
length | 92 | drivers/net/seeq8005.c | extern void hardware_send_packet(struct device *dev, char *buf, int length); |
length | 405 | drivers/net/seeq8005.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 408 | drivers/net/seeq8005.c | hardware_send_packet(dev, buf, length); |
length | 693 | drivers/net/seeq8005.c | void hardware_send_packet(struct device * dev, char *buf, int length) |
length | 701 | drivers/net/seeq8005.c | printk("%s: send 0x%04x\n",dev->name,length); |
length | 709 | drivers/net/seeq8005.c | outw( htons(length + 4), SEEQ_BUFFER); |
length | 713 | drivers/net/seeq8005.c | outsw( SEEQ_BUFFER, buf, (length +1) >> 1); |
length | 111 | drivers/net/skeleton.c | extern void hardware_send_packet(short ioaddr, char *buf, int length); |
length | 380 | drivers/net/skeleton.c | short length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 383 | drivers/net/skeleton.c | hardware_send_packet(ioaddr, buf, length); |
length | 506 | drivers/net/smc9194.c | static int crc32( char * s, int length ) { |
length | 515 | drivers/net/smc9194.c | for ( perByte = 0; perByte < length; perByte ++ ) { |
length | 551 | drivers/net/smc9194.c | word length; |
length | 563 | drivers/net/smc9194.c | length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 569 | drivers/net/smc9194.c | numPages = length / 256; |
length | 646 | drivers/net/smc9194.c | word length; |
length | 656 | drivers/net/smc9194.c | length = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN; |
length | 676 | drivers/net/smc9194.c | PRINTK3((CARDNAME": Trying to xmit packet of length %x\n", length )); |
length | 678 | drivers/net/smc9194.c | print_packet( buf, length ); |
length | 684 | drivers/net/smc9194.c | outl( (length +6 ) << 16 , ioaddr + DATA_1 ); |
length | 688 | drivers/net/smc9194.c | outb( (length+6) & 0xFF,ioaddr + DATA_1 ); |
length | 689 | drivers/net/smc9194.c | outb( (length+6) >> 8 , ioaddr + DATA_1 ); |
length | 700 | drivers/net/smc9194.c | if ( length & 0x2 ) { |
length | 701 | drivers/net/smc9194.c | outsl(ioaddr + DATA_1, buf, length >> 2 ); |
length | 702 | drivers/net/smc9194.c | outw( *((word *)(buf + (length & 0xFFFFFFFC))),ioaddr +DATA_1); |
length | 705 | drivers/net/smc9194.c | outsl(ioaddr + DATA_1, buf, length >> 2 ); |
length | 707 | drivers/net/smc9194.c | outsw(ioaddr + DATA_1 , buf, (length ) >> 1); |
length | 711 | drivers/net/smc9194.c | if ( (length & 1) == 0 ) { |
length | 714 | drivers/net/smc9194.c | outb( buf[length -1 ], ioaddr + DATA_1 ); |
length | 724 | drivers/net/smc9194.c | PRINTK2((CARDNAME": Sent packet of length %d \n",length)); |
length | 1127 | drivers/net/smc9194.c | static void print_packet( byte * buf, int length ) |
length | 1134 | drivers/net/smc9194.c | printk("Packet of length %d \n", length ); |
length | 1135 | drivers/net/smc9194.c | lines = length / 16; |
length | 1136 | drivers/net/smc9194.c | remainder = length % 16; |
length | 126 | drivers/net/sunlance.c | short length; /* This length is 2s complement (negative)! Buffer length */ |
length | 134 | drivers/net/sunlance.c | short length; /* Length is 2s complement (negative)! */ |
length | 245 | drivers/net/sunlance.c | ib->btx_ring [i].length = 0xf000; /* The ones required by tmd2 */ |
length | 259 | drivers/net/sunlance.c | ib->brx_ring [i].length = -RX_BUFF_SIZE | 0xf000; |
length | 638 | drivers/net/sunlance.c | ib->btx_ring [entry].length = (-len) | 0xf000; |
length | 128 | drivers/net/tulip.c | int length; |
length | 134 | drivers/net/tulip.c | int length; |
length | 311 | 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 | 1279 | drivers/net/wavelan.c | hardware_send_packet(device *dev, void *buf, short length) |
length | 1336 | drivers/net/wavelan.c | tbd.tbd_status = TBD_STATUS_EOF | (TBD_STATUS_ACNT & length); |
length | 1345 | drivers/net/wavelan.c | obram_write(ioaddr, buf_addr, buf, length); |
length | 1381 | drivers/net/wavelan.c | length, |
length | 1441 | drivers/net/wavelan.c | short length; |
length | 1444 | drivers/net/wavelan.c | length = (ETH_ZLEN < skb->len) ? skb->len : ETH_ZLEN; |
length | 1447 | drivers/net/wavelan.c | hardware_send_packet(dev, buf, length); |
length | 2115 | drivers/net/wavelan.c | wavelan_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 2152 | drivers/net/wavelan.c | if (pos > offset + length) |
length | 2162 | drivers/net/wavelan.c | if (len > length) |
length | 2163 | 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 | 3760 | drivers/scsi/53c7,8xx.c | ((struct scatterlist *)cmd->buffer)[i].length : |
length | 5701 | drivers/scsi/53c7,8xx.c | (ptr < (segment->address + segment->length))))); |
length | 5702 | drivers/scsi/53c7,8xx.c | --buffers, offset += segment->length, ++segment) |
length | 147 | drivers/scsi/AM53C974.c | unsigned long length, char *data); |
length | 763 | drivers/scsi/AM53C974.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; } |
length | 1418 | drivers/scsi/AM53C974.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; } |
length | 1997 | drivers/scsi/AM53C974.c | unsigned long length, char *data) |
length | 2004 | drivers/scsi/AM53C974.c | AM53C974_write_8(STCLREG, (unsigned char)(length & 0xff)); |
length | 2005 | drivers/scsi/AM53C974.c | AM53C974_write_8(STCMREG, (unsigned char)((length & 0xff00) >> 8)); |
length | 2006 | drivers/scsi/AM53C974.c | AM53C974_write_8(STCHREG, (unsigned char)((length & 0xff0000) >> 16)); |
length | 2007 | drivers/scsi/AM53C974.c | AM53C974_write_32(DMASTC, length & 0xffffff); |
length | 2080 | drivers/scsi/BusLogic.c | ScatterList[Segment].length; |
length | 321 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 2276 | drivers/scsi/NCR5380.c | cmd->SCp.this_residual = cmd->SCp.buffer->length; |
length | 874 | drivers/scsi/NCR53c406a.c | NCR53c406a_pio_write(sglist->address, sglist->length); |
length | 903 | drivers/scsi/NCR53c406a.c | NCR53c406a_pio_read(sglist->address, sglist->length); |
length | 2276 | drivers/scsi/advansys.c | #define ASC_DBG_PRT_HEX(lvl, name, start, length) |
length | 2361 | drivers/scsi/advansys.c | #define ASC_DBG_PRT_HEX(lvl, name, start, length) \ |
length | 2364 | drivers/scsi/advansys.c | asc_prt_hex((name), (start), (length)); \ |
length | 2608 | drivers/scsi/advansys.c | advansys_proc_info(char *buffer, char **start, off_t offset, int length, |
length | 2653 | drivers/scsi/advansys.c | leftlen = length; |
length | 3773 | drivers/scsi/advansys.c | sghead.sg_list[sgcnt].bytes = slp->length; |
length | 3774 | drivers/scsi/advansys.c | ASC_STATS_ADD(sg_xfer, (slp->length + 511) >> 9); |
length | 908 | drivers/scsi/aha152x.c | SCpnt->SCp.this_residual = SCpnt->SCp.buffer->length; |
length | 2123 | drivers/scsi/aha152x.c | CURRENT_SC->SCp.buffer->length; |
length | 2263 | drivers/scsi/aha152x.c | CURRENT_SC->SCp.buffer->length; |
length | 2746 | drivers/scsi/aha152x.c | int aha152x_set_info(char *buffer, int length, struct Scsi_Host *shpnt) |
length | 2810 | drivers/scsi/aha152x.c | #define SPRINTF(args...) do { if(pos < buffer + length) pos += sprintf(pos, ## args); } while(0) |
length | 2816 | drivers/scsi/aha152x.c | int length, |
length | 2836 | drivers/scsi/aha152x.c | return(aha152x_set_info(buffer, length, shpnt)); |
length | 2964 | drivers/scsi/aha152x.c | else if (pos - buffer - offset < length) |
length | 2967 | drivers/scsi/aha152x.c | return length; |
length | 20 | drivers/scsi/aha152x.h | int aha152x_proc_info(char *buffer, char **start, off_t offset, int length, int hostno, int inout); |
length | 617 | drivers/scsi/aha1542.c | if(sgpnt[i].length == 0 || SCpnt->use_sg > 16 || |
length | 618 | drivers/scsi/aha1542.c | (((int)sgpnt[i].address) & 1) || (sgpnt[i].length & 1)){ |
length | 623 | drivers/scsi/aha1542.c | sgpnt[i].length); |
length | 632 | drivers/scsi/aha1542.c | any2scsi(cptr[i].datalen, sgpnt[i].length); |
length | 340 | drivers/scsi/aha1740.c | cptr[i].datalen = sgpnt[i].length; |
length | 448 | drivers/scsi/aic7xxx.c | (char *) &(sg).length - (char *) &(sg) != 8 || \ |
length | 450 | drivers/scsi/aic7xxx.c | sizeof((sg).length) != 4 || \ |
length | 1036 | drivers/scsi/aic7xxx.c | unsigned length; |
length | 1044 | drivers/scsi/aic7xxx.c | for (i = length = 0; (i < cmd->use_sg) && (i < segments); i++) |
length | 1046 | drivers/scsi/aic7xxx.c | length += sg[i].length; |
length | 1051 | drivers/scsi/aic7xxx.c | length = cmd->request_bufflen; |
length | 1054 | drivers/scsi/aic7xxx.c | return (length); |
length | 2060 | drivers/scsi/aic7xxx.c | scb->sense_sg.length = sizeof(cmd->sense_buffer); |
length | 2075 | drivers/scsi/aic7xxx.c | scb->data_count = scb->sense_sg.length; |
length | 4101 | drivers/scsi/aic7xxx.c | scb->data_count = sg[0].length; |
length | 4129 | drivers/scsi/aic7xxx.c | scb->sg.length = cmd->request_bufflen; |
length | 4132 | drivers/scsi/aic7xxx.c | scb->data_count = scb->sg.length; |
length | 60 | drivers/scsi/aic7xxx_proc.c | aic7xxx_set_info(char *buffer, int length, struct Scsi_Host *HBAptr) |
length | 74 | drivers/scsi/aic7xxx_proc.c | aic7xxx_proc_info(char *buffer, char **start, off_t offset, int length, |
length | 119 | drivers/scsi/aic7xxx_proc.c | return (aic7xxx_set_info(buffer, length, HBAptr)); |
length | 245 | drivers/scsi/aic7xxx_proc.c | if (len > length) |
length | 247 | drivers/scsi/aic7xxx_proc.c | len = length; /* Ending slop */ |
length | 598 | drivers/scsi/eata.c | cpp->sglist[k].num_bytes = htonl((unsigned int) sgpnt[k].length); |
length | 484 | 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 | 103 | drivers/scsi/eata_dma_proc.c | return(eata_set_info(buffer, length, HBA_ptr)); |
length | 296 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
length | 361 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
length | 398 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
length | 433 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
length | 454 | drivers/scsi/eata_dma_proc.c | if (pos > offset + length) |
length | 465 | drivers/scsi/eata_dma_proc.c | if(len>length) |
length | 466 | 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 | 122 | drivers/scsi/eata_pio.c | SCp->this_residual=SCp->buffer->length; |
length | 373 | 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 | 1108 | drivers/scsi/fdomain.c | int length, int hostno, int inout ) |
length | 1130 | drivers/scsi/fdomain.c | if(len > length) len = length; |
length | 1564 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1597 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 1681 | drivers/scsi/fdomain.c | current_SC->SCp.this_residual = current_SC->SCp.buffer->length; |
length | 36 | drivers/scsi/fdomain.h | int length, int hostno, int inout ); |
length | 580 | drivers/scsi/g_NCR5380.c | int generic_NCR5380_proc_info(char* buffer, char** start, off_t offset, int length, int hostno, int inout) |
length | 689 | drivers/scsi/g_NCR5380.c | if (len > length) |
length | 690 | drivers/scsi/g_NCR5380.c | len = length; |
length | 55 | drivers/scsi/g_NCR5380.h | int generic_NCR5380_proc_info(char* buffer, char** start, off_t offset, int length, int hostno, int inout); |
length | 216 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 273 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 506 | drivers/scsi/in2000.c | in2000_datalen = in2000_scatter->length; |
length | 396 | drivers/scsi/qlogic.c | if (ql_pdma(phase, sglist->address, sglist->length)) |
length | 139 | drivers/scsi/scsi.c | off_t offset, int length, int inout); |
length | 141 | drivers/scsi/scsi.c | off_t offset, int length, int inout); |
length | 2462 | drivers/scsi/scsi.c | int scsi_proc_info(char *buffer, char **start, off_t offset, int length, |
length | 2498 | drivers/scsi/scsi.c | if (pos > offset + length) |
length | 2509 | drivers/scsi/scsi.c | if(len>length) |
length | 2510 | drivers/scsi/scsi.c | len = length; /* Ending slop */ |
length | 2525 | drivers/scsi/scsi.c | if(!buffer || length < 25 || strncmp("scsi", buffer, 4)) |
length | 2553 | drivers/scsi/scsi.c | return(length); |
length | 226 | drivers/scsi/scsi.h | unsigned int length; |
length | 140 | drivers/scsi/scsi_debug.c | printk(":%x %x %d\n",sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 290 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 361 | drivers/scsi/scsi_debug.c | bufflen = sgpnt[sgcount].length; |
length | 631 | drivers/scsi/scsi_debug.c | int length, int inode, int inout) |
length | 639 | drivers/scsi/scsi_debug.c | if (length >= 10 && strncmp(buffer, "scsi_debug", 10) == 0) { |
length | 641 | drivers/scsi/scsi_debug.c | length -= 11; |
length | 647 | drivers/scsi/scsi_debug.c | if( length == 6 && strncmp(buffer, "lockup", length) == 0 ) |
length | 650 | drivers/scsi/scsi_debug.c | return length; |
length | 653 | drivers/scsi/scsi_debug.c | if( length == 6 && strncmp(buffer, "unlock", length) == 0 ) |
length | 656 | drivers/scsi/scsi_debug.c | return length; |
length | 680 | drivers/scsi/scsi_debug.c | if(len > length) |
length | 681 | drivers/scsi/scsi_debug.c | len = length; |
length | 51 | drivers/scsi/scsi_proc.c | int length, int inode, int inout) |
length | 68 | drivers/scsi/scsi_proc.c | if(len > length) |
length | 69 | drivers/scsi/scsi_proc.c | len = length; |
length | 78 | drivers/scsi/scsi_proc.c | off_t offset, int length, int func) |
length | 87 | drivers/scsi/scsi_proc.c | return(scsi_proc_info(buffer, start, offset, length, 0, func)); |
length | 93 | drivers/scsi/scsi_proc.c | return generic_proc_info(buffer, start, offset, length, |
length | 97 | drivers/scsi/scsi_proc.c | length, hpnt->host_no, func)); |
length | 246 | drivers/scsi/sd.c | sgpnt[i].length); |
length | 251 | drivers/scsi/sd.c | sgpnt[i].length); |
length | 252 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 309 | drivers/scsi/sd.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 706 | drivers/scsi/sd.c | sgpnt[count].length += bh->b_size; |
length | 709 | drivers/scsi/sd.c | if (((long) sgpnt[count].address) + sgpnt[count].length - 1 > |
length | 717 | drivers/scsi/sd.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 10) { |
length | 721 | drivers/scsi/sd.c | (char *) scsi_malloc(sgpnt[count].length); |
length | 735 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 757 | drivers/scsi/sd.c | if (((long) sgpnt[count].address) + sgpnt[count].length + |
length | 764 | drivers/scsi/sd.c | tmp = (char *) scsi_malloc(sgpnt[count].length |
length | 771 | drivers/scsi/sd.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 804 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 812 | drivers/scsi/sd.c | sgpnt[count].length); |
length | 162 | drivers/scsi/seagate.c | unsigned length; |
length | 337 | drivers/scsi/seagate.c | signatures[j].length)) { |
length | 410 | drivers/scsi/seagate.c | int length, int hostno, int inout) |
length | 432 | drivers/scsi/seagate.c | if ( len > length ) len = length; |
length | 943 | drivers/scsi/seagate.c | hostno, i, buffer[i].address, buffer[i].length); |
length | 948 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1184 | drivers/scsi/seagate.c | len = buffer->length; |
length | 1330 | drivers/scsi/seagate.c | len = buffer->length; |
length | 191 | drivers/scsi/sr.c | memcpy(sgpnt[i].alt_address, sgpnt[i].address, sgpnt[i].length); |
length | 193 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 229 | drivers/scsi/sr.c | scsi_free(sgpnt[i].address, sgpnt[i].length); |
length | 764 | drivers/scsi/sr.c | sgpnt[count].length = (SCpnt->request.sector % 4) << 9; |
length | 765 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 775 | drivers/scsi/sr.c | sgpnt[count].length = bh->b_size; |
length | 780 | drivers/scsi/sr.c | sgpnt[count].length = end_rec; |
length | 785 | drivers/scsi/sr.c | if (((long) sgpnt[count].address) + sgpnt[count].length > ISA_DMA_THRESHOLD && |
length | 791 | drivers/scsi/sr.c | if(dma_free_sectors < (sgpnt[count].length >> 9) + 5) { |
length | 794 | drivers/scsi/sr.c | sgpnt[count].address = (char *) scsi_malloc(sgpnt[count].length); |
length | 805 | drivers/scsi/sr.c | scsi_free(sgpnt[count].address, sgpnt[count].length); |
length | 822 | drivers/scsi/sr.c | sgpnt[count].length); |
length | 557 | drivers/scsi/u14-34f.c | cpp->sglist[k].num_bytes = sgpnt[k].length; |
length | 558 | drivers/scsi/u14-34f.c | data_len += sgpnt[k].length; |
length | 666 | drivers/scsi/ultrastor.c | mscp->sglist[i].num_bytes = sl[i].length; |
length | 667 | drivers/scsi/ultrastor.c | transfer_length += sl[i].length; |
length | 938 | 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 | 807 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 1064 | fs/hpfs/hpfs_fs.c | if (t < n[i].length) { |
length | 1067 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_n_secs = n[i].length; |
length | 1307 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 1574 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
length | 64 | fs/open.c | int do_truncate(struct inode *inode, unsigned long length) |
length | 70 | fs/open.c | newattrs.ia_size = length; |
length | 75 | fs/open.c | vmtruncate(inode, length); |
length | 83 | fs/open.c | asmlinkage int sys_truncate(const char * path, unsigned long length) |
length | 112 | fs/open.c | error = do_truncate(inode, length); |
length | 118 | fs/open.c | asmlinkage int sys_ftruncate(unsigned int fd, unsigned long length) |
length | 131 | fs/open.c | return do_truncate(inode, length); |
length | 969 | fs/proc/array.c | static int get_root_array(char * page, int type, char **start, off_t offset, int length) |
length | 1002 | fs/proc/array.c | return get_ksyms_list(page, start, offset, length); |
length | 1061 | fs/proc/array.c | static inline int fill_array(char * page, int pid, int type, char **start, off_t offset, int length) |
length | 1065 | fs/proc/array.c | return get_root_array(page, type, start, offset, length); |
length | 1074 | fs/proc/array.c | int length; |
length | 1088 | fs/proc/array.c | length = fill_array((char *) page, pid, type, |
length | 1090 | fs/proc/array.c | if (length < 0) { |
length | 1092 | fs/proc/array.c | return length; |
length | 1096 | fs/proc/array.c | memcpy_tofs(buf, start, length); |
length | 1097 | fs/proc/array.c | file->f_pos += length; |
length | 1098 | fs/proc/array.c | count = length; |
length | 1101 | fs/proc/array.c | if (file->f_pos >= length) { |
length | 1105 | fs/proc/array.c | if (count + file->f_pos > length) |
length | 1106 | fs/proc/array.c | count = length - file->f_pos; |
length | 55 | fs/proc/net.c | int length, thistime=bytes; |
length | 59 | fs/proc/net.c | length = dp->get_info(page, &start, |
length | 70 | fs/proc/net.c | if (length <= 0) |
length | 75 | fs/proc/net.c | memcpy_tofs(buf+copied, start, length); |
length | 76 | fs/proc/net.c | file->f_pos += length; /* Move down the file */ |
length | 77 | fs/proc/net.c | bytes -= length; |
length | 78 | fs/proc/net.c | copied += length; |
length | 79 | fs/proc/net.c | if (length<thistime) |
length | 11 | fs/proc/procfs_syms.c | off_t offset, int length, int inout); |
length | 42 | fs/proc/scsi.c | off_t offset, int length, int inout) = 0; |
length | 80 | fs/proc/scsi.c | int get_not_present_info(char *buffer, char **start, off_t offset, int length) |
length | 94 | fs/proc/scsi.c | if(len > length) |
length | 95 | fs/proc/scsi.c | len = length; |
length | 107 | fs/proc/scsi.c | int length; |
length | 127 | fs/proc/scsi.c | length = dispatch_scsi_info_ptr(inode->i_ino, page, &start, |
length | 130 | fs/proc/scsi.c | length = get_not_present_info(page, &start, file->f_pos, thistime); |
length | 131 | fs/proc/scsi.c | if(length < 0) { |
length | 133 | fs/proc/scsi.c | return(length); |
length | 141 | fs/proc/scsi.c | if (length <= 0) |
length | 148 | fs/proc/scsi.c | memcpy_tofs(buf + copied, start, length); |
length | 149 | fs/proc/scsi.c | file->f_pos += length; /* Move down the file */ |
length | 150 | fs/proc/scsi.c | bytes -= length; |
length | 151 | fs/proc/scsi.c | copied += length; |
length | 153 | fs/proc/scsi.c | if(length < thistime) |
length | 897 | fs/smbfs/proc.c | smb_proc_trunc(struct smb_server *server, word fid, dword length) |
length | 909 | fs/smbfs/proc.c | DSET(buf, smb_vwv2, length); |
length | 699 | fs/smbfs/sock.c | unsigned const char *source, int length) |
length | 729 | fs/smbfs/sock.c | smb_encode_smb_length(nb_header, length); |
length | 735 | fs/smbfs/sock.c | result = _send(sock, (void *)source, length, 0, 0); |
length | 743 | fs/smbfs/sock.c | if (result == length) { |
length | 764 | fs/smbfs/sock.c | result = length; |
length | 241 | include/asm-sparc/floppy.h | static inline void sun_fd_set_dma_count(int length) |
length | 243 | include/asm-sparc/floppy.h | pdma_size = length; |
length | 41 | include/linux/etherdevice.h | unsigned char *src, int length, int base); |
length | 344 | include/linux/fd.h | long length; /* in: length of dma transfer. out: remaining bytes */ |
length | 102 | include/linux/if_ppp.h | __u32 length; |
length | 500 | include/linux/isdn.h | short length; /* Packetlength */ |
length | 107 | include/linux/iso_fs.h | char length [ISODCL (1, 1)]; /* 711 */ |
length | 239 | include/linux/netdevice.h | extern int dev_get_info(char *buffer, char **start, off_t offset, int length, int dummy); |
length | 177 | include/linux/proc_fs.h | off_t offset, int length, int inout); |
length | 286 | include/linux/sdla.h | short length __attribute__((packed)); |
length | 317 | include/linux/sdla.h | short length __attribute__((packed)); |
length | 160 | include/linux/smb_fs.h | int smb_proc_trunc(struct smb_server *server, word fid, dword length); |
length | 169 | include/linux/smb_fs.h | unsigned const char *source, int length); |
length | 115 | include/net/ip.h | unsigned short int length, |
length | 9 | include/net/rarp.h | int length, |
length | 191 | include/net/route.h | extern int rt_get_info(char * buffer, char **start, off_t offset, int length, int dummy); |
length | 192 | include/net/route.h | extern int rt_cache_get_info(char *buffer, char **start, off_t offset, int length, int dummy); |
length | 559 | kernel/module.c | int get_ksyms_list(char *buf, char **start, off_t offset, int length) |
length | 593 | kernel/module.c | if (pos > offset+length) |
length | 601 | kernel/module.c | if (len > length) |
length | 602 | kernel/module.c | len = length; |
length | 761 | kernel/sysctl.c | int i, length, *vec, *min, *max; |
length | 772 | kernel/sysctl.c | length = newlen / sizeof(int); |
length | 778 | kernel/sysctl.c | for (i = 0; i < length; i++) { |
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 | 242 | net/appletalk/ddp.c | int atalk_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 276 | net/appletalk/ddp.c | if(pos>offset+length) /* We have dumped enough */ |
length | 283 | net/appletalk/ddp.c | if(len>length) |
length | 284 | net/appletalk/ddp.c | len=length; /* Remove unwanted tail data from length */ |
length | 890 | net/appletalk/ddp.c | int atalk_if_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 911 | net/appletalk/ddp.c | if(pos>offset+length) |
length | 916 | net/appletalk/ddp.c | if(len>length) |
length | 917 | net/appletalk/ddp.c | len=length; |
length | 923 | net/appletalk/ddp.c | int atalk_rt_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 950 | net/appletalk/ddp.c | if(pos>offset+length) |
length | 955 | net/appletalk/ddp.c | if(len>length) |
length | 956 | net/appletalk/ddp.c | len=length; |
length | 2077 | net/ax25/af_ax25.c | int copied, length; |
length | 2101 | net/ax25/af_ax25.c | length = skb->len + (skb->data - skb->h.raw); |
length | 2105 | net/ax25/af_ax25.c | length = skb->len; |
length | 2109 | net/ax25/af_ax25.c | copied = (size < length) ? size : length; |
length | 2268 | net/ax25/af_ax25.c | static int ax25_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 2327 | net/ax25/af_ax25.c | if (pos > offset + length) |
length | 2336 | net/ax25/af_ax25.c | if (len > length) len = length; |
length | 365 | net/ax25/ax25_route.c | int ax25_rt_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 430 | net/ax25/ax25_route.c | if (pos > offset + length) |
length | 439 | net/ax25/ax25_route.c | if (len > length) len = length; |
length | 444 | net/ax25/ax25_route.c | int ax25_cs_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 465 | net/ax25/ax25_route.c | if (pos > offset + length) |
length | 474 | net/ax25/ax25_route.c | if (len > length) len = length; |
length | 828 | net/ax25/ax25_route.c | int ax25_bpq_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 851 | net/ax25/ax25_route.c | if (pos > offset + length) |
length | 860 | net/ax25/ax25_route.c | if (len > length) len = length; |
length | 852 | net/core/dev.c | int dev_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 880 | net/core/dev.c | if(pos>offset+length) |
length | 886 | net/core/dev.c | if(len>length) |
length | 887 | net/core/dev.c | len=length; /* Ending slop */ |
length | 886 | net/core/net_alias.c | int net_alias_types_getinfo(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 904 | net/core/net_alias.c | if(pos>offset+length) |
length | 909 | net/core/net_alias.c | if(len>length) |
length | 910 | net/core/net_alias.c | len=length; |
length | 923 | net/core/net_alias.c | int net_alias_getinfo(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 967 | net/core/net_alias.c | if(pos>offset+length) |
length | 972 | net/core/net_alias.c | if(len>length) |
length | 973 | net/core/net_alias.c | len=length; |
length | 886 | net/core/skbuff.c | struct sk_buff *dev_alloc_skb(unsigned int length) |
length | 890 | net/core/skbuff.c | skb = alloc_skb(length+16, GFP_ATOMIC); |
length | 266 | net/ethernet/eth.c | void eth_copy_and_sum(struct sk_buff *dest, unsigned char *src, int length, int base) |
length | 269 | net/ethernet/eth.c | memcpy(dest->data,src,length); |
length | 279 | net/ethernet/eth.c | memcpy(dest->data,src,length); |
length | 289 | net/ethernet/eth.c | length -= sizeof(struct iphdr) + ETH_HLEN; |
length | 294 | net/ethernet/eth.c | if ((ip_length <= length) && (ip_length > 7)) |
length | 295 | net/ethernet/eth.c | length=ip_length; |
length | 297 | net/ethernet/eth.c | dest->csum=csum_partial_copy(src+sizeof(struct iphdr)+ETH_HLEN,dest->data+sizeof(struct iphdr)+ETH_HLEN,length,base); |
length | 1535 | net/ipv4/arp.c | int arp_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 1607 | net/ipv4/arp.c | if (pos >= offset+length) |
length | 1616 | net/ipv4/arp.c | if (len>length) |
length | 1617 | net/ipv4/arp.c | len = length; /* Ending slop */ |
length | 1453 | net/ipv4/ip_fw.c | off_t offset, int length, int reset) |
length | 1522 | net/ipv4/ip_fw.c | if(pos>offset+length) |
length | 1529 | net/ipv4/ip_fw.c | if(len>length) |
length | 1530 | net/ipv4/ip_fw.c | len=length; |
length | 1538 | net/ipv4/ip_fw.c | int length, int reset) |
length | 1540 | net/ipv4/ip_fw.c | return ip_chain_procinfo(IP_FW_ACCT, buffer,start, offset,length, |
length | 1549 | net/ipv4/ip_fw.c | int length, int reset) |
length | 1551 | net/ipv4/ip_fw.c | return ip_chain_procinfo(IP_FW_IN, buffer,start,offset,length, |
length | 1556 | net/ipv4/ip_fw.c | int length, int reset) |
length | 1558 | net/ipv4/ip_fw.c | return ip_chain_procinfo(IP_FW_OUT, buffer,start,offset,length, |
length | 1563 | net/ipv4/ip_fw.c | int length, int reset) |
length | 1565 | net/ipv4/ip_fw.c | return ip_chain_procinfo(IP_FW_FWD, buffer,start,offset,length, |
length | 1573 | net/ipv4/ip_fw.c | int length, int unused) |
length | 1605 | net/ipv4/ip_fw.c | if(pos>offset+length) |
length | 1612 | net/ipv4/ip_fw.c | if(len>length) |
length | 1613 | net/ipv4/ip_fw.c | len=length; |
length | 568 | net/ipv4/ip_output.c | unsigned short int length, |
length | 642 | net/ipv4/ip_output.c | length += sizeof(struct iphdr); |
length | 644 | net/ipv4/ip_output.c | length += opt->optlen; |
length | 646 | net/ipv4/ip_output.c | if(length <= dev->mtu && !MULTICAST(daddr) && daddr!=0xFFFFFFFF && daddr!=dev->pa_brdaddr) |
length | 649 | net/ipv4/ip_output.c | struct sk_buff *skb=sock_alloc_send_skb(sk, length+15+dev->hard_header_len,0, noblock, &error); |
length | 683 | net/ipv4/ip_output.c | skb->ip_hdr=iph=(struct iphdr *)skb_put(skb,length); |
length | 690 | net/ipv4/ip_output.c | iph->tot_len = htons(length); |
length | 705 | net/ipv4/ip_output.c | getfrag(frag,saddr,((char *)iph)+iph->ihl*4,0, length-iph->ihl*4); |
length | 708 | net/ipv4/ip_output.c | getfrag(frag,saddr,(void *)iph,0,length-20); |
length | 729 | net/ipv4/ip_output.c | length -= sizeof(struct iphdr); |
length | 732 | net/ipv4/ip_output.c | length -= opt->optlen; |
length | 754 | net/ipv4/ip_output.c | offset = length - (length % (maxfraglen - fragheaderlen)); |
length | 760 | net/ipv4/ip_output.c | fraglen = length - offset + fragheaderlen; |
length | 762 | net/ipv4/ip_output.c | if(length-offset==0) |
length | 43 | net/ipv4/ip_sockglue.c | int ip_mc_procinfo(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 73 | net/ipv4/ip_sockglue.c | if(pos>offset+length) |
length | 81 | net/ipv4/ip_sockglue.c | if(len>length) |
length | 82 | net/ipv4/ip_sockglue.c | len=length; |
length | 796 | net/ipv4/ipmr.c | int ipmr_vif_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 826 | net/ipv4/ipmr.c | if(pos>offset+length) |
length | 832 | net/ipv4/ipmr.c | if(len>length) |
length | 833 | net/ipv4/ipmr.c | len=length; |
length | 837 | net/ipv4/ipmr.c | int ipmr_mfc_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 888 | net/ipv4/ipmr.c | if(pos>offset+length) |
length | 900 | net/ipv4/ipmr.c | if(len>length) |
length | 901 | net/ipv4/ipmr.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 | 136 | net/ipv4/proc.c | if(pos>offset+length) |
length | 143 | net/ipv4/proc.c | if(pos>offset+length) |
length | 148 | net/ipv4/proc.c | if(len>length) |
length | 149 | net/ipv4/proc.c | len=length; |
length | 154 | net/ipv4/proc.c | int tcp_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 156 | net/ipv4/proc.c | return get__netinfo(&tcp_prot, buffer,0, start, offset, length); |
length | 160 | net/ipv4/proc.c | int udp_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 162 | net/ipv4/proc.c | return get__netinfo(&udp_prot, buffer,1, start, offset, length); |
length | 166 | net/ipv4/proc.c | int raw_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 168 | net/ipv4/proc.c | return get__netinfo(&raw_prot, buffer,1, start, offset, length); |
length | 175 | net/ipv4/proc.c | int afinet_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 181 | net/ipv4/proc.c | int len = socket_get_info(buffer,start,offset,length); |
length | 194 | net/ipv4/proc.c | if (len > length) |
length | 195 | net/ipv4/proc.c | len = length; |
length | 204 | net/ipv4/proc.c | int snmp_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 271 | net/ipv4/proc.c | if (len > length) |
length | 272 | net/ipv4/proc.c | len = length; |
length | 484 | net/ipv4/rarp.c | int rarp_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 535 | net/ipv4/rarp.c | if(pos>offset+length) |
length | 543 | net/ipv4/rarp.c | if (len>length) |
length | 544 | net/ipv4/rarp.c | len = length; /* Ending slop */ |
length | 805 | net/ipv4/route.c | int rt_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 877 | net/ipv4/route.c | if (pos >= offset+length) |
length | 889 | net/ipv4/route.c | if (len>length) |
length | 890 | net/ipv4/route.c | len = length; |
length | 894 | net/ipv4/route.c | int rt_cache_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 936 | net/ipv4/route.c | if (pos >= offset+length) |
length | 947 | net/ipv4/route.c | if (len>length) |
length | 948 | net/ipv4/route.c | len = length; |
length | 259 | net/ipv4/tcp_input.c | int length=(th->doff*4)-sizeof(struct tcphdr); |
length | 264 | net/ipv4/tcp_input.c | while(length>0) |
length | 273 | net/ipv4/tcp_input.c | length--; |
length | 292 | net/ipv4/tcp_input.c | length-=opsize; |
length | 1334 | net/ipx/af_ipx.c | int length, int dummy) |
length | 1363 | net/ipx/af_ipx.c | if(pos>offset+length) /* We have dumped enough */ |
length | 1370 | net/ipx/af_ipx.c | if(len>length) |
length | 1371 | net/ipx/af_ipx.c | len=length; /* Remove unwanted tail data from length */ |
length | 1377 | net/ipx/af_ipx.c | int length, int dummy) |
length | 1439 | net/ipx/af_ipx.c | if(pos>offset+length) /* We have dumped enough */ |
length | 1447 | net/ipx/af_ipx.c | if(len>length) |
length | 1448 | net/ipx/af_ipx.c | len=length; /* Remove unwanted tail data from length */ |
length | 1454 | net/ipx/af_ipx.c | int length, int dummy) |
length | 1482 | net/ipx/af_ipx.c | if(pos>offset+length) |
length | 1487 | net/ipx/af_ipx.c | if(len>length) |
length | 1488 | net/ipx/af_ipx.c | len=length; |
length | 1254 | net/netrom/af_netrom.c | static int nr_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 1299 | net/netrom/af_netrom.c | if (pos > offset + length) |
length | 1308 | net/netrom/af_netrom.c | if (len > length) len = length; |
length | 711 | net/netrom/nr_route.c | int length, int dummy) |
length | 746 | net/netrom/nr_route.c | if (pos > offset + length) |
length | 755 | net/netrom/nr_route.c | if (len > length) len = length; |
length | 761 | net/netrom/nr_route.c | int length, int dummy) |
length | 788 | net/netrom/nr_route.c | if (pos > offset + length) |
length | 797 | net/netrom/nr_route.c | if (len > length) len = length; |
length | 1426 | net/socket.c | int socket_get_info(char *buffer, char **start, off_t offset, int length) |
length | 1436 | net/socket.c | if (len > length) |
length | 1437 | net/socket.c | len = length; |
length | 1255 | net/unix/af_unix.c | static int unix_get_info(char *buffer, char **start, off_t offset, int length, int dummy) |
length | 1286 | net/unix/af_unix.c | if(pos>offset+length) |
length | 1292 | net/unix/af_unix.c | if(len>length) |
length | 1293 | net/unix/af_unix.c | len=length; |